1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
|
<?xml version="1.0" encoding="ISO-8859-1"?>
<Dataset xmlns="http://xml.opendap.org/ns/DAP/4.0#" dapVersion="4.0" dmrVersion="1.0" name="S2000415.HDF">
<Dimension name="row" size="458"/>
<Dimension name="WVC" size="24"/>
<Dimension name="position" size="4"/>
<Structure name="NSCAT Rev 20">
<Int16 name="WVC_Lat">
<Dim name="/row"/>
<Dim name="/WVC"/>
</Int16>
<UInt16 name="WVC_Lon">
<Dim name="/row"/>
<Dim name="/WVC"/>
</UInt16>
<Byte name="Num_Sigma0">
<Dim name="/row"/>
<Dim name="/WVC"/>
</Byte>
<Byte name="Num_Beam_12">
<Dim name="/row"/>
<Dim name="/WVC"/>
</Byte>
<Byte name="Num_Beam_34">
<Dim name="/row"/>
<Dim name="/WVC"/>
</Byte>
<Byte name="Num_Beam_56">
<Dim name="/row"/>
<Dim name="/WVC"/>
</Byte>
<Byte name="Num_Beam_78">
<Dim name="/row"/>
<Dim name="/WVC"/>
</Byte>
<Byte name="WVC_Quality_Flag">
<Dim name="/row"/>
<Dim name="/WVC"/>
</Byte>
<UInt16 name="Mean_Wind">
<Dim name="/row"/>
<Dim name="/WVC"/>
</UInt16>
<UInt16 name="Wind_Speed">
<Dim name="/row"/>
<Dim name="/WVC"/>
<Dim name="/position"/>
</UInt16>
<UInt16 name="Wind_Dir">
<Dim name="/row"/>
<Dim name="/WVC"/>
<Dim name="/position"/>
</UInt16>
<UInt16 name="Error_Speed">
<Dim name="/row"/>
<Dim name="/WVC"/>
<Dim name="/position"/>
</UInt16>
<UInt16 name="Error_Dir">
<Dim name="/row"/>
<Dim name="/WVC"/>
<Dim name="/position"/>
</UInt16>
<Int16 name="MLE_Likelihood">
<Dim name="/row"/>
<Dim name="/WVC"/>
<Dim name="/position"/>
</Int16>
<Byte name="Num_Ambigs">
<Dim name="/row"/>
<Dim name="/WVC"/>
</Byte>
<Sequence name="SwathIndex">
<Structure name="begin">
<Int16 name="begin__0"/>
</Structure>
</Sequence>
<Sequence name="NSCAT L2">
<Structure name="Mean_Time">
<String name="Mean_Time__0"/>
</Structure>
<Structure name="Low_Wind_Speed_Flag">
<UInt32 name="Low_Wind_Speed_Flag__0"/>
</Structure>
<Structure name="High_Wind_Speed_Flag">
<UInt32 name="High_Wind_Speed_Flag__0"/>
</Structure>
</Sequence>
</Structure>
</Dataset>
|