Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This CanadaMeteo data import is used for targeted access of Observation Summary Data Observations summary data in XML format.

The files that are downloaded and imported can be found at Imports XML data that follows the xmlns="http://dmsdd.ecmeteo.gc.ca/schemaobservations/point-observationxml/2 .1"  shema.

Example:

 

The parser is included in Delft-FEWS versions 2017.02 and higher.


This documentation contains:

1) Data Provider Documentation

2) Sample Configuration


This data import is available since Delft-FEWS 2018.02 and a patch more recent then January, 2020.

Please comment if anything further is needed or requires updating.

1) Data Provider Documentation

This service is hosted by the Meteorological Service of Canada:

For overview documentation https://eccc-msc.github.io/open-data/msc-data/obs_station/readme_obs_insitu_xmldatamart_en/

The license of the data provider (Environment and Climate Change Canada) can be found here  https://dd.weather.gc.ca/doc/LICENCE_GENERAL.txt

2) Sample Configuration

Example of the Delft-FEWS import module

Code Block
languagexml
linenumberstrue
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2006 rel. 3 sp1 (http://www.altova.com) by Computer Services (WL | Delft Hydraulics) -->
<timeSeriesImportRun xmlns="http://www.wldelft.nl/fews" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Code Block
languagexml
linenumberstrue
collapsetrue
om:ObservationCollection xmlns:om="http://www.opengis.net/om/1.0" xmlns="http://dms.ec.gc.ca/schema/point-observation/2.1" xmlns:gml="http://www.opengis.net/gml" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <om:member>
      <om:Observation>
         <om:metadata>
            <set>
      xsi:schemaLocation="http://www.wldelft.nl/fews http://fews.wldelft.nl/schemas/version1.0/timeSeriesImportRun.xsd">
   <import>
      <general>
         <importType>CanadaMeteo</importType>
         <serverUrl>http://dd.meteo.gc.ca/observations/xml</serverUrl>
   <author build="build.4083" name="MSC-DMS-PG-WXO-Summary" version="3.1"/>
     <user>dummy_username</user>
         <password>dummy_password</password>
		 <!-- Time period has to be configured for the importer to <dataset name="mscobservation/atmospheric/surface_weather/wxo_dd_today_summary-1.0-ascii/"/work -->
         <relativeViewPeriod         <phase name="product-wxo_xml-1.0/unit="hour" start="-5" end="0" startOverrulable="true" endOverrulable="true"/>
      </general>
      <properties>
        <id xlink:href="/data/msc/observation/atmospheric/surface_weather/wxo_dd_today_summary-1.0-ascii/product-wxo_xml-1.0/20181012234500000/sk/intermediate/fr"/>
                  <parent xlink:href="/data/msc/observation/atmospheric/surface_weather/wxo_dd_today_summary-1.0-ascii/product-wxo_xml-1.0/20181012234500000/sk/intermediate/fr"/ <!--Optional configuration field. Value is a comma separated string of the region folder to be included.-->
         <!--If it is not configured, data will be fetched from all folders for the specified time. Case sensitive.-->
         <!--Possible choices: AB, BC, MB,  </general>
        NB, NL, NS, NT, NU, ON, PE, QC, SK, YT-->
        <identification-elements>
 <string key="RegionDirectory" value="AB, BC"/>
         <!--Optional configuration field. Value is <element name="province" uom="unitless" value="SK"/>
       a comma separated string of the time folders to be included.-->
         <!--If it <element name="creation_date_utc" uom="unitless" value="2018-10-12T23:50:00.000Z"/>
        is not configured, data will be fetched from all folders for the specified time.-->
          <element name="observation_date_utc" uom="unitless" value="2018-10-12T23:45:00.000Z"/><!--Possible choices: "hourly", "today", "yesterday"-->
                  <element name<string key="licenseTimeDirectory" uomvalue="unitless" value="http://dd.weatheroffice.ec.gc.ca/doc/LICENCE_GENERAL.txthourly, today"/>
      </properties>
      <timeSeriesSet>
      <element name="language" uom="unitless" value="FR"/> <moduleInstanceId>CanadaMeteo</moduleInstanceId>
               </identification-elements><valueType>scalar</valueType>
            </set><parameterId>mean_sea_level</parameterId>
         <<locationId>3025481</om:metadata>locationId>
          <om:samplingTime><timeSeriesType>external historical</timeSeriesType>
            <gml:TimeInstant><timeStep unit="nonequidistant"/>
               <gml:timePosition>2018-10-12T23:00:00.000Z</gml:timePosition><readWriteMode>add originals</readWriteMode>
      </timeSeriesSet>
   </import>
</timeSeriesImportRun> 


Configuration Notes:

  • The first set of data (member) contains information that is not specific to one location,  it is not imported.
  • Data concerning record temperatures, record rain, record snow, since when temperature and precipitation data is available, present weather and tendency characteristic are ignored. (Thus fields that do not contain data measured at sampling time).
  • Measurements with no "value" are ignored.
  • Wind direction is calculated from code (for example, NW for NorthWest) to degrees. For location ID climate station number is used.
  • If, in the import module, a RegionDirectory is configured (for the purpose of importing data for, say, a single Province only), special attention should be paid to make sure that the locationSet that data is imported to, includes locations that are available in the directory specified. 
  • If data is not available for the chosen times, en empty time series set is returned.
  • It is practical to configure either a short time period, or other restrictions to prevent running out of local memory.

Locations and id mapping

Two files used for Locations and IdMapping are linked here.

  • Link: A list of Environment Canada locations from which data can be imported. 
    • Note that the 'external location IDs' are in the column "# MSC"; these correspond to the XML data file's climate_station_number.
    • This means you will either need to set these as your Delft-FEWS locationID
    • Alternatively, you need to import the MSC column as an attribute and use an id-mapping function to reference that, for example <locationIdFunction internalLocationSet="EC_stations" externalLocationFunction="@climate_station_number@"/> where, in the locationSets, climate_station_number is an attributeID defined from the associated column in the .csv file that stores the locations: <attribute id="climate_station_number"><text>%# MSC%</text></attribute>.
  • Link: IdMappingFile

Note that both files were valid at the time of upload to the WIKI. Any changes made by Environment Canada, to either the locations or the naming of parameters, will not be automatically reflected in these attachments. 


These files adhere to a schema: xmlns="http://dms.ec.gc.ca/schema/point-observation/2.1An example of such an xml data file:

Code Block
languagexml
linenumberstrue
collapsetrue
om:ObservationCollection xmlns:om="http://www.opengis.net/om/1.0" xmlns="http://dms.ec.gc.ca/schema/point-observation/2.1" xmlns:gml="http://www.opengis.net/gml" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <om:member>
      <om:Observation>
   </gml:TimeInstant>
         </om:samplingTime>
         <om:resultTime>
            <gml:TimeInstant>
               <gml:timePosition>2018-10-12T23:00:00.000Z</gml:timePosition>
            </gml:TimeInstant>
         </om:resultTime>
         <om:procedure xlink:href="msc/observation/atmospheric/surface_weather/wxo_dd_today_summary-1.0-ascii/product-wxo_xml-1.0/20181012234500000/sk/intermediate/fr"/>
         <om:observedProperty gml:remoteSchema="/schema/point-observation/2.0.xsd"/>
         <om:featureOfInterest>
            <gml:FeatureCollection>
               <gml:location>
                  <gml:Point>
                     <gml:pos/>
                  </gml:Point>
               </gml:location>
            </gml:FeatureCollection>
         </om:featureOfInterest>
         <om:result>
            <elements>
               <element name="hot_spot_location_canada" uom="unitless" value="Rolling Hills">
                 <om:metadata>
 <qualifier name="hot_spot_temperature_canada" uom="Celsius" value="20.0"/>
        <set>
          <qualifier name="province" uom="AB" value="unitless"/>
  <general>
             </element>
               <element name="cold_spot_location_canada" uom="unitless" value="Eureka"<author build="build.4083" name="MSC-DMS-PG-WXO-Summary" version="3.1"/>
                  <qualifier<dataset name="cold_spot_temperature_canada" uom="Celsius" value="-21.8mscobservation/atmospheric/surface_weather/wxo_dd_today_summary-1.0-ascii/"/>
                  <qualifier<phase name="province" uom="NU" value="unitless"product-wxo_xml-1.0/"/>
               </element>
               <element name="hot_spot_location_province" uom="unitless" value="Maple Creek"<id xlink:href="/data/msc/observation/atmospheric/surface_weather/wxo_dd_today_summary-1.0-ascii/product-wxo_xml-1.0/20181012234500000/sk/intermediate/fr"/>
                  <qualifier<parent name="hot_spot_temperature_province" uom="Celsius" value="18.4xlink:href="/data/msc/observation/atmospheric/surface_weather/wxo_dd_today_summary-1.0-ascii/product-wxo_xml-1.0/20181012234500000/sk/intermediate/fr"/>
               </element>
general>
               <identification-elements>
                  <element name="cold_spot_location_province" uom="unitless" value="BroadviewSK"/>
                  <qualifier<element name="coldcreation_spotdate_temperature_provinceutc" uom="Celsiusunitless" value="-8.92018-10-12T23:50:00.000Z"/>
               </element>
   <element name="observation_date_utc" uom="unitless" value="2018-10-12T23:45:00.000Z"/>
      </elements>
         </om:result>
   <element name="license"  </om:Observation>uom="unitless" value="http://dd.weatheroffice.ec.gc.ca/doc/LICENCE_GENERAL.txt"/>
   </om:member>
   <om:member>
      <om:Observation>
      <element name="language"  <om:metadata>uom="unitless" value="FR"/>
            <set>
   </identification-elements>
            <general></set>
         </om:metadata>
         <om:samplingTime>
 <author build="build.4083" name="MSC-DMS-PG-WXO-Summary" version="3.1"/>
           <gml:TimeInstant>
              <dataset name="mscobservation/atmospheric/surface_weather/wxo_dd_today_summary-1.0-ascii/"/> <gml:timePosition>2018-10-12T23:00:00.000Z</gml:timePosition>
             </gml:TimeInstant>
      <phase name="product-wxo_xml-1.0/"/>
   </om:samplingTime>
         <om:resultTime>
            <gml:TimeInstant>
              <id xlink:href="/data/msc/observation/atmospheric/surface_weather/wxo_dd_today_summary-1.0-ascii/product-wxo_xml-1.0/20181012234500000/sk/intermediate/fr"/> <gml:timePosition>2018-10-12T23:00:00.000Z</gml:timePosition>
            </gml:TimeInstant>
         </om:resultTime>
         <parent<om:procedure xlink:href="/data/msc/observation/atmospheric/surface_weather/wxo_dd_today_summary-1.0-ascii/product-wxo_xml-1.0/20181012234500000/sk/intermediate/fr"/>
               </general>
   <om:observedProperty gml:remoteSchema="/schema/point-observation/2.0.xsd"/>
         <om:featureOfInterest>
            <identification-elements>
<gml:FeatureCollection>
               <gml:location>
      <element name="station_name" uom="unitless" value="Aéroport d'Assiniboia"/>
        <gml:Point>
          <element name="latitude" uom="degree" value="49.729192"/>
        <gml:pos/>
          <element name="longitude" uom="degree" value="-105.946114"/>
     </gml:Point>
             <element name="transport_canada_id" uom="unitless" value="WJI"/>
 </gml:location>
            </gml:FeatureCollection>
        <element name="observation_date_utc" uom="unitless" value="2018-10-12T23:45:00.000Z"/>
 </om:featureOfInterest>
         <om:result>
            <elements>
               <element name="observationhot_datespot_locallocation_timecanada" uom="unitless" value="2018-10-12T17:45:00.000 CST"/Rolling Hills">
                  <element<qualifier name="climatehot_spot_stationtemperature_numbercanada" uom="unitlessCelsius" value="402028620.0"/>
                  <element<qualifier name="wmo_station_numberprovince" uom="unitlessAB" value="71487unitless"/>
               </identification-elements>element>
            </set>
   <element name="cold_spot_location_canada"     </om:metadata>uom="unitless" value="Eureka">
         <om:samplingTime>
         <qualifier name="cold_spot_temperature_canada"  <gml:TimeInstant>uom="Celsius" value="-21.8"/>
               <gml:timePosition>2018-10-12T23:00:00.000Z</gml:timePosition>
   <qualifier name="province" uom="NU" value="unitless"/>
      </gml:TimeInstant>
         </om:samplingTime>element>
         <om:resultTime>
            <gml:TimeInstant><element name="hot_spot_location_province" uom="unitless" value="Maple Creek">
               <gml:timePosition>2018-10-12T23:00:00.000Z</gml:timePosition>
   <qualifier name="hot_spot_temperature_province" uom="Celsius" value="18.4"/>
      </gml:TimeInstant>
         </om:resultTime>element>
         <om:procedure xlink:href="msc/observation/atmospheric/surface_weather/wxo_dd_today_summary-1.0-ascii/product-wxo_xml-1.0/20181012234500000/sk/intermediate/fr"/>
      <element name="cold_spot_location_province" uom="unitless" value="Broadview">
            <om:observedProperty gml:remoteSchema="/schema/point-observation/2.0.xsd      <qualifier name="cold_spot_temperature_province" uom="Celsius" value="-8.9"/>
         <om:featureOfInterest>
      </element>
      <gml:FeatureCollection>
      </elements>
         <gml</om:location>result>
      </om:Observation>
   </om:member>
   <om:member>
      <gml<om:Point>Observation>
         <om:metadata>
            <gml:pos>49.729192 -105.946114</gml:pos><set>
                  </gml:Point><general>
               </gml:location>
   <author build="build.4083"        </gml:FeatureCollection>name="MSC-DMS-PG-WXO-Summary" version="3.1"/>
         </om:featureOfInterest>
         <om:result><dataset name="mscobservation/atmospheric/surface_weather/wxo_dd_today_summary-1.0-ascii/"/>
            <elements>
               <element <phase name="air_temperature_today_high" uom="Celsius" value="11.9product-wxo_xml-1.0/"/>
               <element name="air_temperature_today_low" uom="Celsius" value="-5.5   <id xlink:href="/data/msc/observation/atmospheric/surface_weather/wxo_dd_today_summary-1.0-ascii/product-wxo_xml-1.0/20181012234500000/sk/intermediate/fr"/>
                <element name="wind_gust_speed" uom="km/h" value=""/>
 <parent xlink:href="/data/msc/observation/atmospheric/surface_weather/wxo_dd_today_summary-1.0-ascii/product-wxo_xml-1.0/20181012234500000/sk/intermediate/fr"/>
               </general>
   <element name="wind_direction" uom="code" value="WSW"/>
         <identification-elements>
      <element name="record_high_temperature            <element name="station_name" uom="Celsiusunitless" value="17.4"Aéroport d'Assiniboia"/>
                  <qualifier<element name="record_high_temperature_yearlatitude" uom="unitlessdegree" value="201249.729192"/>
               </element>
               <element name="record_low_temperaturelongitude" uom="Celsiusdegree" value="-9105.2946114"/>
                  <qualifier<element name="recordtransport_lowcanada_temperature_yearid" uom="unitless" value="2006WJI"/>
               </element>
               <element name="recordobservation_raindate_amountutc" uom="mmunitless" value="6.8"2018-10-12T23:45:00.000Z"/>
                  <qualifier<element name="recordobservation_date_rainlocal_yeartime" uom="unitless" value="19972018-10-12T17:45:00.000 CST"/>
               </element>
               <element name="record_snow_amount<element name="climate_station_number" uom="cmunitless" value="0.04020286"/>
                  <qualifier<element name="recordwmo_snowstation_yearnumber" uom="unitless" value="199671487"/>
               </element>identification-elements>
            </set>
      <element name="temperature_data_since_year" uom="unitless" value="1993"/> </om:metadata>
         <om:samplingTime>
      <element name="precipitation_data_since_year" uom="unitless" value="1993"/>
      <gml:TimeInstant>
              </elements>
 <gml:timePosition>2018-10-12T23:00:00.000Z</gml:timePosition>
            </omgml:result>TimeInstant>
      </om:Observation>
   </om:member>samplingTime>
<om:member>
   <om:Observation>
      <om:metadata>resultTime>
         <set>
    <gml:TimeInstant>
        <general>
       <gml:timePosition>2018-10-12T23:00:00.000Z</gml:timePosition>
         <author build="build.4083" name="MSC-DMS-PG-WXO-Summary" version="3.1"/> </gml:TimeInstant>
         </om:resultTime>
         <dataset name<om:procedure xlink:href="mscobservationmsc/observation/atmospheric/surface_weather/wxo_dd_hourtoday_summary-1.0-ascii/product-wxo_xml-1.0/20181012234500000/sk/intermediate/fr"/>
               <phase name="product-wxo_xml-1.0/<om:observedProperty gml:remoteSchema="/schema/point-observation/2.0.xsd"/>
         <om:featureOfInterest>
           <id xlink:href="/data/msc/observation/atmospheric/surface_weather/wxo_dd_hour_summary-1.0-ascii/product-wxo_xml-1.0/20180921014500000/ns/intermediate/en"/>
<gml:FeatureCollection>
               <gml:location>
                 <parent xlink:href="/data/msc/observation/atmospheric/surface_weather/wxo_dd_hour_summary-1.0-ascii/product-wxo_xml-1.0/20180921014500000/ns/intermediate/en"/>
<gml:Point>
                     <gml:pos>49.729192 -105.946114</gml:pos>
                  </general>
gml:Point>
               <identification-elements></gml:location>
            </gml:FeatureCollection>
   <element name="station_name" uom="unitless" value="Bedford Range"/>      </om:featureOfInterest>
         <om:result>
            <elements>
               <element name="latitudeair_temperature_today_high" uom="degreeCelsius" value="4411.7458589"/>
               <element name="longitudeair_temperature_today_low" uom="degreeCelsius" value="-635.6616895"/>
               <element name="transportwind_canadagust_idspeed" uom="unitlesskm/h" value="ABR"/>
               <element name="observationwind_date_utcdirection" uom="unitlesscode" value="2018-09-21T01:30:00.000ZWSW"/>
               <element name="observationrecord_datehigh_local_timetemperature" uom="unitlessCelsius" value="2018-09-20T22:30:00.000 ADT"/17.4">
               <element   <qualifier name="climaterecord_high_stationtemperature_numberyear" uom="unitless" value="82005742012"/>
               </element>
  <element name="wmo_station_number             <element name="record_low_temperature" uom="unitlessCelsius" value="71325-9.2"/>
            </identification-elements>
      <qualifier name="record_low_temperature_year"  </set>uom="unitless" value="2006"/>
      </om:metadata>
      <om:samplingTime>
   </element>
      <gml:TimeInstant>
         <element name="record_rain_amount"  <gml:timePosition>2018-09-21T01:00:00.000Z</gml:timePosition>uom="mm" value="6.8">
         </gml:TimeInstant>
      </om:samplingTime>
   <qualifier name="record_rain_year"  <om:resultTime>
 uom="unitless" value="1997"/>
        <gml:TimeInstant>
       </element>
        <gml:timePosition>2018-09-21T01:00:00.000Z</gml:timePosition>
       <element name="record_snow_amount"  </gml:TimeInstant>
uom="cm" value="0.0">
         </om:resultTime>
         <om:procedure xlink:href="msc/observation/atmospheric/surface_weather/wxo_dd_hour_summary-1.0-ascii/product-wxo_xml-1.0/20180921014500000/ns/intermediate/en"/>
      <om:observedProperty gml:remoteSchema="/schema/point-observation/2.0.xsd<qualifier name="record_snow_year" uom="unitless" value="1996"/>
      <om:featureOfInterest>
         <gml:FeatureCollection></element>
            <gml:location>
       <element name="temperature_data_since_year" uom="unitless" value="1993"/>
           <gml:Point>
    <element name="precipitation_data_since_year" uom="unitless" value="1993"/>
           <gml:pos>44.745858 -63.661689</gml:pos> </elements>
               </gml:Point>
      </om:result>
      </gmlom:location>
      Observation>
   </gml:FeatureCollection>om:member>
<om:member>
      </om:featureOfInterest><om:Observation>
      <om:result>metadata>
         <elements><set>
            <element name="present_weather" uom="code" value="Partly Cloudy"/>
<general>
                <element<author build="build.4083" name="mean_sea_levelMSC-DMS-PG-WXO-Summary" uomversion="kPa" value="102.63.1"/>
            <element   <dataset name="tendency_amount" uom="kPa" value="0.20mscobservation/atmospheric/surface_weather/wxo_dd_hour_summary-1.0-ascii/"/>
            <element   <phase name="tendency_characteristic" uom="code" value="rising"product-wxo_xml-1.0/"/>
             <element name="horizontal_visibility" uom="km" value="24.1 <id xlink:href="/data/msc/observation/atmospheric/surface_weather/wxo_dd_hour_summary-1.0-ascii/product-wxo_xml-1.0/20180921014500000/ns/intermediate/en"/>
            <element name="air_temperature" uom="Celsius" value="10.7   <parent xlink:href="/data/msc/observation/atmospheric/surface_weather/wxo_dd_hour_summary-1.0-ascii/product-wxo_xml-1.0/20180921014500000/ns/intermediate/en"/>
            </general>
 <element name="dew_point" uom="Celsius" value="8.7"/>
         <identification-elements>
               <element name="relativestation_humidityname" uom="percentunitless" value="87Bedford Range"/>
               <element name="wind_speedlatitude" uom="km/hdegree" value="644.745858"/>
               <element name="wind_directionlongitude" uom="codedegree" value="NW-63.661689"/>
               <element name="windtransport_gustcanada_speedid" uom="km/hunitless" value="15ABR"/>
               <element name="totalobservation_clouddate_coverutc" uom="codeunitless" value="52018-09-21T01:30:00.000Z"/>
               <element name="wind_chillobservation_date_local_time" uom="unitless" value="2018-09-20T22:30:00.000 ADT"/>
               <element name="humidexclimate_station_number" uom="unitless" value="8200574"/>
         </elements>
      </om:result>
   </om:Observation>
</om:member>
</om:ObservationCollection> 

Overview:

The first set of data (member) contains information that is not specific to one location,  it is not imported.

Data concerning record temperatures, record rain, record snow, since when temperature and precipitation data is available, present weather and tendency characteristic are ignored. (Thus fields that do not contain data measured at sampling time).

Measurements with no "value" are ignored.

Sampling Time is used for the time of the time series. data with missing value is ignored. If no dateTime format is defined, the standard is  "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'" GMT.

...

<element name="wmo_station_number" uom="unitless" value="71325"/>
            </identification-elements>
         </set>
      </om:metadata>
      <om:samplingTime>
         <gml:TimeInstant>
            <gml:timePosition>2018-09-21T01:00:00.000Z</gml:timePosition>
         </gml:TimeInstant>
      </om:samplingTime>
      <om:resultTime>
         <gml:TimeInstant>
            <gml:timePosition>2018-09-21T01:00:00.000Z</gml:timePosition>
         </gml:TimeInstant>
      </om:resultTime>
      <om:procedure xlink:href="msc/observation/atmospheric/surface_weather/wxo_dd_hour_summary-1.0-ascii/product-wxo_xml-1.0/20180921014500000/ns/intermediate/en"/>
      <om:observedProperty gml:remoteSchema="/schema/point-observation/2.0.xsd"/>
      <om:featureOfInterest>
         <gml:FeatureCollection>
            <gml:location>
               <gml:Point>
                  <gml:pos>44.745858 -63.661689</gml:pos>
               </gml:Point>
            </gml:location>
         </gml:FeatureCollection>
      </om:featureOfInterest>
      <om:result>
         <elements>
            <element name="present_weather" uom="code" value="Partly Cloudy"/>
            <element name="mean_sea_level" uom="kPa" value="102.6"/>
            <element name="tendency_amount" uom="kPa" value="0.20"/>
            <element name="tendency_characteristic" uom="code" value="rising"/>
            <element name="horizontal_visibility" uom="km" value="24.1"/>
            <element name="air_temperature" uom="Celsius" value="10.7"/>
            <element name="dew_point" uom="Celsius" value="8.7"/>
            <element name="relative_humidity" uom="percent" value="87"/>
            <element name="wind_speed" uom="km/h" value="6"/>
            <element name="wind_direction" uom="code" value="NW"/>
            <element name="wind_gust_speed" uom="km/h" value="15"/>
            <element name="total_cloud_cover" uom="code" value="5"/>
            <element name="wind_chill" uom="unitless" value=""/>
            <element name="humidex" uom="unitless" value=""/>
         </elements>
      </om:result>
   </om:Observation>
</om:member>
</om:ObservationCollection>