mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-12 15:45:21 +08:00
50 lines
1.6 KiB
Plaintext
50 lines
1.6 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||
|
<Dataset
|
||
|
name="test_unlim1.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#">
|
||
|
<Dimension name="lat" size="3"/>
|
||
|
<Dimension name="lon" size="2"/>
|
||
|
<Dimension name="time" size="2" _edu.ucar.isunlimited="1"/>
|
||
|
<Float32 name="lat">
|
||
|
<Dim name="/lat"/>
|
||
|
<Attribute name="units" type="String">
|
||
|
<Value value="degrees_north"/>
|
||
|
</Attribute>
|
||
|
</Float32>
|
||
|
<Float32 name="lon">
|
||
|
<Dim name="/lon"/>
|
||
|
<Attribute name="units" type="String">
|
||
|
<Value value="degrees_east"/>
|
||
|
</Attribute>
|
||
|
</Float32>
|
||
|
<Float64 name="time">
|
||
|
<Dim name="/time"/>
|
||
|
<Attribute name="units" type="String">
|
||
|
<Value value="seconds since 2009-01-01"/>
|
||
|
</Attribute>
|
||
|
</Float64>
|
||
|
<Float32 name="pr">
|
||
|
<Dim name="/time"/>
|
||
|
<Dim name="/lat"/>
|
||
|
<Dim name="/lon"/>
|
||
|
<Attribute name="standard_name" type="String">
|
||
|
<Value value="air_pressure_at_sea_level"/>
|
||
|
</Attribute>
|
||
|
<Attribute name="units" type="String">
|
||
|
<Value value="hPa"/>
|
||
|
</Attribute>
|
||
|
<Map name="/time"/>
|
||
|
<Map name="/lat"/>
|
||
|
<Map name="/lon"/>
|
||
|
</Float32>
|
||
|
<Attribute name="_DAP4_Little_Endian" type="UInt8">
|
||
|
<Value value="1"/>
|
||
|
</Attribute>
|
||
|
<Attribute name="title" type="String">
|
||
|
<Value value="example for workshop"/>
|
||
|
</Attribute>
|
||
|
</Dataset>
|