mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-06 15:34:44 +08:00
43 lines
1.2 KiB
Plaintext
43 lines
1.2 KiB
Plaintext
|
<Dataset
|
||
|
name="test_zerodim.nc"
|
||
|
dapVersion="4.0"
|
||
|
dmrVersion="1.0"
|
||
|
xmlns="http://xml.opendap.org/ns/DAP/4.0#"
|
||
|
xmlns:dap="http://xml.opendap.org/ns/DAP/4.0#">
|
||
|
<Dimensions>
|
||
|
<Dimension name="lon" size="4"/>
|
||
|
<Dimension name="time" size="0" _edu.ucar.isunlimited="1"/>
|
||
|
<Dimension name="lat" size="6"/>
|
||
|
<Dimension name="unlim" size="3" _edu.ucar.isunlimited="1"/>
|
||
|
</Dimensions>
|
||
|
<Variables>
|
||
|
<Float32 name="var">
|
||
|
<Dim name="/unlim"/>
|
||
|
<Attribute name="_ChunkSizes" type="UInt32">
|
||
|
<Value value="1024"/>
|
||
|
</Attribute>
|
||
|
</Float32>
|
||
|
<Float32 name="lon">
|
||
|
<Dim name="/lon"/>
|
||
|
<Attribute name="units" type="String">
|
||
|
<Value value="degrees_east"/>
|
||
|
</Attribute>
|
||
|
</Float32>
|
||
|
<Float32 name="lat">
|
||
|
<Dim name="/lat"/>
|
||
|
<Attribute name="units" type="String">
|
||
|
<Value value="degrees_north"/>
|
||
|
</Attribute>
|
||
|
</Float32>
|
||
|
</Variables>
|
||
|
<Attribute name="_DAP4_Little_Endian" type="UInt8">
|
||
|
<Value value="1"/>
|
||
|
</Attribute>
|
||
|
<Attribute name="title" type="String">
|
||
|
<Value value="example for workshop"/>
|
||
|
</Attribute>
|
||
|
<Attribute name="_NCProperties" type="String">
|
||
|
<Value value="version=2,netcdf=4.9.1-development,hdf5=1.12.2"/>
|
||
|
</Attribute>
|
||
|
</Dataset>
|