|
| 1 | +<?xml version="1.0" encoding="ISO-8859-1"?> |
| 2 | +<Dataset xmlns="http://xml.opendap.org/ns/DAP/4.0#" dapVersion="4.0" dmrVersion="1.0" name="nc4_nc_classic_no_comp.nc"> |
| 3 | + <Dimension name="time" size="2"/> |
| 4 | + <Dimension name="lat" size="6"/> |
| 5 | + <Dimension name="lon" size="5"/> |
| 6 | + <Int32 name="time"> |
| 7 | + <Dim name="/time"/> |
| 8 | + <Attribute name="units" type="String"> |
| 9 | + <Value>seconds</Value> |
| 10 | + </Attribute> |
| 11 | + </Int32> |
| 12 | + <Int32 name="lat"> |
| 13 | + <Dim name="/lat"/> |
| 14 | + <Attribute name="units" type="String"> |
| 15 | + <Value>degrees_north</Value> |
| 16 | + </Attribute> |
| 17 | + </Int32> |
| 18 | + <Int32 name="lon"> |
| 19 | + <Dim name="/lon"/> |
| 20 | + <Attribute name="units" type="String"> |
| 21 | + <Value>degrees_east</Value> |
| 22 | + </Attribute> |
| 23 | + </Int32> |
| 24 | + <Float32 name="z"> |
| 25 | + <Dim name="/time"/> |
| 26 | + <Dim name="/lat"/> |
| 27 | + <Dim name="/lon"/> |
| 28 | + <Attribute name="units" type="String"> |
| 29 | + <Value>meters</Value> |
| 30 | + </Attribute> |
| 31 | + <Attribute name="valid_range" type="Float32"> |
| 32 | + <Value>0.000000000000000</Value> |
| 33 | + <Value>5000.000000000000</Value> |
| 34 | + </Attribute> |
| 35 | + <Attribute name="_FillValue" type="Byte"> |
| 36 | + <Value>1.00000000</Value> |
| 37 | + </Attribute> |
| 38 | + <Map name="time"/> |
| 39 | + <Map name="lat"/> |
| 40 | + <Map name="lon"/> |
| 41 | + </Float32> |
| 42 | + <Float32 name="t"> |
| 43 | + <Dim name="/time"/> |
| 44 | + <Dim name="/lat"/> |
| 45 | + <Dim name="/lon"/> |
| 46 | + <Map name="time"/> |
| 47 | + <Map name="lat"/> |
| 48 | + <Map name="lon"/> |
| 49 | + </Float32> |
| 50 | + <Float64 name="p"> |
| 51 | + <Dim name="/time"/> |
| 52 | + <Dim name="/lat"/> |
| 53 | + <Dim name="/lon"/> |
| 54 | + <Attribute name="_FillValue" type="Float32"> |
| 55 | + <Value>-9999.000000000000</Value> |
| 56 | + </Attribute> |
| 57 | + <Map name="time"/> |
| 58 | + <Map name="lat"/> |
| 59 | + <Map name="lon"/> |
| 60 | + </Float64> |
| 61 | + <Int16 name="rh"> |
| 62 | + <Dim name="/time"/> |
| 63 | + <Dim name="/lat"/> |
| 64 | + <Dim name="/lon"/> |
| 65 | + <Attribute name="_FillValue" type="Int16"> |
| 66 | + <Value>-1</Value> |
| 67 | + </Attribute> |
| 68 | + <Map name="time"/> |
| 69 | + <Map name="lat"/> |
| 70 | + <Map name="lon"/> |
| 71 | + </Int16> |
| 72 | + <Byte name="pixel"> |
| 73 | + <Dim name="/lat"/> |
| 74 | + <Dim name="/lon"/> |
| 75 | + <Map name="lat"/> |
| 76 | + <Map name="lon"/> |
| 77 | + </Byte> |
| 78 | + <String name="source"> |
| 79 | + <Dim name="/lat"/> |
| 80 | + <Attribute name="string_length" type="Int32"> |
| 81 | + <Value>5</Value> |
| 82 | + </Attribute> |
| 83 | + <Map name="lat"/> |
| 84 | + </String> |
| 85 | + <Attribute name="NC_GLOBAL" type="Container"> |
| 86 | + <Attribute name="title" type="String"> |
| 87 | + <Value>Hyrax/netcdf handler test file 1</Value> |
| 88 | + </Attribute> |
| 89 | + <Attribute name="version" type="Float32"> |
| 90 | + <Value>1.000000000000000</Value> |
| 91 | + </Attribute> |
| 92 | + <Attribute name="description" type="String"> |
| 93 | + <Value>This file has all of the NC_CLASSIC_MODEL data types.</Value> |
| 94 | + </Attribute> |
| 95 | + </Attribute> |
| 96 | + <Attribute name="DODS_EXTRA" type="Container"> |
| 97 | + <Attribute name="Unlimited_Dimension" type="String"> |
| 98 | + <Value>time</Value> |
| 99 | + </Attribute> |
| 100 | + </Attribute> |
| 101 | +</Dataset> |
0 commit comments