50 likes | 461 Views
Sample Wind Data in WXXM 1.1. Huilin Wang Wed. April 20, 2011. Data in Image Format. Data in Text Format. DAY1[SYD], HMS1[HMS], PROD, TC[K], PW[MB], DIR[DEG], SPD[KT], LAT[DEG], LON[DEG] 2011109, 200000, CD, 228.1, 362, 107, 15.7, 55.9051, 164.6640
E N D
Sample Wind Data in WXXM 1.1 Huilin Wang Wed. April 20, 2011
Data in Text Format DAY1[SYD], HMS1[HMS], PROD, TC[K], PW[MB], DIR[DEG], SPD[KT], LAT[DEG], LON[DEG] 2011109, 200000, CD, 228.1, 362, 107, 15.7, 55.9051, 164.6640 2011109, 200000, CD, 241.1, 462, 113, 21.2, 56.2017, 164.0329 2011109, 200000, CD, 248.6, 537, 100, 24.3, 54.6896, 170.0929 2011109, 200000, CD, 253.6, 612, 109, 31.9, 53.7406, 170.2819 2011109, 200000, CD, 234.8, 437, 106, 28.9, 53.6671, 165.6361 2011109, 200000, CD, 265.3, 756, 124, 22.5, 53.4364, 164.7097 2011109, 200000, CD, 262.1, 700, 116, 23.7, 53.7171, 164.2339 2011109, 200000, CD, 227.4, 362, 84, 52.6, 52.7680, 172.4410 2011109, 200000, CD, 224.3, 350, 82, 61.6, 53.1951, 171.1994 2011109, 200000, CD, 263.4, 756, 128, 24.5, 52.1338, 167.7223 ……
Sample WXXM(1.1) for The First Record <?xml version="1.0" encoding="UTF-8"?> <wx:Observation gml:id="ID_1" xsi:schemaLocation="http://www.eurocontrol.int/wx/1.1 wxObservation.xsd" xmlns:wx="http://www.eurocontrol.int/wx/1.1" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:om="http://www.opengis.net/om/1.0/gml32" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <om:samplingTime> <gml:TimePeriod gml:id="ID_1.1"> <gml:beginPosition>20110419T200000Z</gml:beginPosition> <gml:endPosition>20110419T200000Z</gml:endPosition> </gml:TimePeriod> </om:samplingTime> <om:procedure/> <om:observedProperty/> <om:featureOfInterest> <gml:FeatureCollection gml:id="ID_1.2"> <gml:location> <gml:Point gml:id="ID_1.2.1"> <gml:pos>55.9051 164.6640</gml:pos> </gml:Point> </gml:location> </gml:FeatureCollection> </om:featureOfInterest> <om:result> <wx:PointCoverage gml:id="ID_2"> <wx:domain/> <wx:range> <wx:Temperature gml:id="ID_2.1"> <wx:value>228.1</wx:value> <wx:uom>K</wx:uom> </wx:Temperature> </wx:range> </wx:PointCoverage>
Sample WXXM(1.1) for The First Record-Cont. <wx:PointCoverage gml:id="ID_3"> <wx:domain/> <wx:range> <wx:Pressure gml:id="ID_3.1"> <wx:value>362</wx:value> <wx:uom>mBar</wx:uom> </wx:Pressure> </wx:range> </wx:PointCoverage> <wx:PointCoverage gml:id="ID_4"> <wx:domain/> <wx:range> <wx:WindDirection gml:id="ID_4.1"> <wx:uom>deg</wx:uom> <wx:maxInclusive>107</wx:maxInclusive> <wx:minInclusive>107</wx:minInclusive> </wx:WindDirection> </wx:range> </wx:PointCoverage> <wx:PointCoverage gml:id="ID_5"> <wx:domain/> <wx:range> <wx:WindSpeed gml:id="ID_5.1"> <wx:value>15.7</wx:value> <wx:uom>kt</wx:uom> </wx:WindSpeed> </wx:range> </wx:PointCoverage> </om:result> </wx:Observation>