netcdf-c/ncdump/ref1.ncml
Jennifer Oxelson a11349482c Docs migration
2021-11-11 10:47:49 -07:00

15 lines
780 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<netcdf xmlns="https://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2" location="tst_ncml.nc">
<dimension name="m" length="2" />
<dimension name="t" length="0" isUnlimited="true" />
<attribute name="gtatt" value="&lt;, &gt;, ', &quot;, and &amp;" />
<attribute name="gnatt" type="int" value="3 4" />
<attribute name="gdatt" type="double" value="-7.02788826649782e-09 7.02788826649782e-09" />
<attribute name="gnul" value="&#0;abcd&#0;&#0;hello" />
<variable name="var" shape="t m" type="float">
<attribute name="tatt" value="text attribute value" />
<attribute name="natt" type="int" value="1 2" />
<attribute name="datt" type="double" value="7.02788826649782e-09 -7.02788826649782e-09" />
</variable>
</netcdf>