All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ogc.tsml.1.0.examples.measurement-timeseries-soilmoisture-avg-tvp.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<!-- Created by GO Publisher. Snowflake Software Ltd. (http://www.snowflakesoftware.com). -->
<tsml:Collection xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:tsml="http://www.opengis.net/tsml/1.0"
                 xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:swe="http://www.opengis.net/swe/2.0" xmlns:om="http://www.opengis.net/om/2.0" xmlns:sams="http://www.opengis.net/samplingSpatial/2.0"
                 xmlns:sam="http://www.opengis.net/sampling/2.0" xsi:schemaLocation="http://www.opengis.net/tsml/1.0 http://schemas.opengis.net/tsml/1.0/timeseriesML.xsd"
                 gml:id="tsml.collection.example.nzl.beacon-farm">
  <gml:description>This is an example TimeSeriesML1.0 (draft) encoding of soil moisture sensor data from a greenhouse gas flux monitoring station (Beacon Farm, North Canterbury, New Zealand). These are actual data. Auth: Alistair Ritchie, Landcare Research (NZ) Ltd.</gml:description>
  <tsml:generationDate>2015-02-24T16:26:22</tsml:generationDate>
  <tsml:generationSystem>Snowflake GO Publisher Desktop</tsml:generationSystem>
  <tsml:samplingFeatureMember>
    <tsml:MonitoringFeature gml:id="sams.sf_spatialsamplingfeature.bf-ghg.20001">
      <gml:description>Sensor Platform located on the Beacon Farm wet (centre pivot irrigated) paddock.</gml:description>
      <gml:identifier codeSpace="http://www.landcareresearch.co.nz">http://dev.data.scinfo.org.nz/x/id/sams/sf_spatialsamplingfeature/bf-ghg/20001</gml:identifier>
      <gml:name codeSpace="http://www.landcareresearch.co.nz">Beacon Farm Sensor Platform (wet paddock)</gml:name>
      <sam:type xlink:href="http://www.opengis.net/def/samplingFeatureType/OGC-OM/2.0/SF_SamplingPoint"/>
      <sam:sampledFeature xlink:href="http://www.opengis.net/def/nil/OGC/0/unknown" xsi:nil="true"/>
      <sams:shape>
        <gml:Point srsName="http://www.opengis.net/def/crs/EPSG/0/326" gml:id="LOCAL_ID_0">
          <gml:pos>171.929995 -43.593582</gml:pos>
        </gml:Point>
      </sams:shape>
      <tsml:verticalDatum xlink:href="http://www.opengis.net/def/crs/EPSG/0/4440" xlink:title="New Zealand Vertical Datum 2009"/>
      <tsml:timeZone>
        <tsml:TimeZone>
          <tsml:zoneOffset>+12:00</tsml:zoneOffset>
          <tsml:zoneAbbreviation>NZT</tsml:zoneAbbreviation>
        </tsml:TimeZone>
      </tsml:timeZone>
    </tsml:MonitoringFeature>
  </tsml:samplingFeatureMember>
  <tsml:observationMember>
    <om:OM_Observation gml:id="om.om_observation.soilmoisture">
      <om:phenomenonTime>
        <gml:TimePeriod gml:id="om.phenomenontime.soilmoisture">
          <gml:beginPosition>2012-06-13T00:00:00.000+12:00</gml:beginPosition>
          <gml:endPosition>2012-06-14T00:00:00.000+12:00</gml:endPosition>
        </gml:TimePeriod>
      </om:phenomenonTime>
      <om:resultTime>
        <gml:TimeInstant gml:id="om.resulttime.soilmoisture">
          <gml:timePosition>2015-02-24T16:26:22</gml:timePosition>
        </gml:TimeInstant>
      </om:resultTime>
      <om:procedure xlink:href="http://www.opengis.net/def/nil/OGC/0/template" xsi:nil="true"/>
      <om:observedProperty xlink:href="http://dev.data.scinfo.org.nz/x/def/property/ghg/met/soilmoist2"/>
      <om:featureOfInterest xlink:href="#sams.sf_spatialsamplingfeature.bf-ghg.20001"/>
      <om:result>
        <tsml:TimeseriesTVP gml:id="tsml.measurementimeseries.soilmoisture">
          <tsml:metadata>
            <tsml:TimeseriesMetadata>
              <tsml:temporalExtent xlink:href="#om.phenomenontime.soilmoisture"/>
            </tsml:TimeseriesMetadata>
          </tsml:metadata>
          <tsml:defaultPointMetadata>
            <tsml:PointMetadata>
              <tsml:uom code="%"/>
              <tsml:interpolationType xlink:href="http://www.opengis.net/def/timeseriesml/1.0/interpolationType/AveragePrec" xlink:title="Average in Preceding Interval"/>
              <tsml:aggregationDuration>PT30M</tsml:aggregationDuration>
            </tsml:PointMetadata>
          </tsml:defaultPointMetadata>
          <tsml:point>
            <tsml:MeasurementTVP>
              <tsml:time>2012-06-13T00:00:00.000+12:00</tsml:time>
              <tsml:value>39.97</tsml:value>
            </tsml:MeasurementTVP>
          </tsml:point>
          <tsml:point>
            <tsml:MeasurementTVP>
              <tsml:time>2012-06-13T01:00:00.000+12:00</tsml:time>
              <tsml:value>40.12</tsml:value>
            </tsml:MeasurementTVP>
          </tsml:point>
          <tsml:point>
            <tsml:MeasurementTVP>
              <tsml:time>2012-06-13T01:30:00.000+12:00</tsml:time>
              <tsml:value>40.02</tsml:value>
            </tsml:MeasurementTVP>
          </tsml:point>
          <tsml:point>
            <tsml:MeasurementTVP>
              <tsml:time>2012-06-13T02:00:00.000+12:00</tsml:time>
              <tsml:value>40.06</tsml:value>
            </tsml:MeasurementTVP>
          </tsml:point>
          <tsml:point>
            <tsml:MeasurementTVP>
              <tsml:time>2012-06-13T02:30:00.000+12:00</tsml:time>
              <tsml:value>40.09</tsml:value>
            </tsml:MeasurementTVP>
          </tsml:point>
          <tsml:point>
            <tsml:MeasurementTVP>
              <tsml:time>2012-06-13T03:00:00.000+12:00</tsml:time>
              <tsml:value>39.97</tsml:value>
            </tsml:MeasurementTVP>
          </tsml:point>
          <tsml:point>
            <tsml:MeasurementTVP>
              <tsml:time>2012-06-13T03:30:00.000+12:00</tsml:time>
              <tsml:value>39.94</tsml:value>
            </tsml:MeasurementTVP>
          </tsml:point>
          <tsml:point>
            <tsml:MeasurementTVP>
              <tsml:time>2012-06-13T04:00:00.000+12:00</tsml:time>
              <tsml:value>40.08</tsml:value>
            </tsml:MeasurementTVP>
          </tsml:point>
          <tsml:point>
            <tsml:MeasurementTVP>
              <tsml:time>2012-06-13T04:30:00.000+12:00</tsml:time>
              <tsml:value>40.00</tsml:value>
            </tsml:MeasurementTVP>
          </tsml:point>
          <tsml:point>
            <tsml:MeasurementTVP>
              <tsml:time>2012-06-13T05:00:00.000+12:00</tsml:time>
              <tsml:value>39.94</tsml:value>
            </tsml:MeasurementTVP>
          </tsml:point>
          <tsml:point>
            <tsml:MeasurementTVP>
              <tsml:time>2012-06-13T05:30:00.000+12:00</tsml:time>
              <tsml:value>39.91</tsml:value>
            </tsml:MeasurementTVP>
          </tsml:point>
          <tsml:point>
            <tsml:MeasurementTVP>
              <tsml:time>2012-06-13T06:00:00.000+12:00</tsml:time>
              <tsml:value>39.93</tsml:value>
            </tsml:MeasurementTVP>
          </tsml:point>
          <tsml:point>
            <tsml:MeasurementTVP>
              <tsml:time>2012-06-13T06:30:00.000+12:00</tsml:time>
              <tsml:value>39.96</tsml:value>
            </tsml:MeasurementTVP>
          </tsml:point>
          <tsml:point>
            <tsml:MeasurementTVP>
              <tsml:time>2012-06-13T07:00:00.000+12:00</tsml:time>
              <tsml:value>39.91</tsml:value>
            </tsml:MeasurementTVP>
          </tsml:point>
          <tsml:point>
            <tsml:MeasurementTVP>
              <tsml:time>2012-06-13T07:30:00.000+12:00</tsml:time>
              <tsml:value>39.88</tsml:value>
            </tsml:MeasurementTVP>
          </tsml:point>
          <tsml:point>
            <tsml:MeasurementTVP>
              <tsml:time>2012-06-13T08:00:00.000+12:00</tsml:time>
              <tsml:value>39.89</tsml:value>
            </tsml:MeasurementTVP>
          </tsml:point>
          <tsml:point>
            <tsml:MeasurementTVP>
              <tsml:time>2012-06-13T08:30:00.000+12:00</tsml:time>
              <tsml:value>39.95</tsml:value>
            </tsml:MeasurementTVP>
          </tsml:point>
          <tsml:point>
            <tsml:MeasurementTVP>
              <tsml:time>2012-06-13T09:00:00.000+12:00</tsml:time>
              <tsml:value>39.90</tsml:value>
            </tsml:MeasurementTVP>
          </tsml:point>
          <tsml:point>
            <tsml:MeasurementTVP>
              <tsml:time>2012-06-13T09:30:00.000+12:00</tsml:time>
              <tsml:value>39.87</tsml:value>
            </tsml:MeasurementTVP>
          </tsml:point>
          <tsml:point>
            <tsml:MeasurementTVP>
              <tsml:time>2012-06-13T10:00:00.000+12:00</tsml:time>
              <tsml:value>39.85</tsml:value>
            </tsml:MeasurementTVP>
          </tsml:point>
          <tsml:point>
            <tsml:MeasurementTVP>
              <tsml:time>2012-06-13T10:30:00.000+12:00</tsml:time>
              <tsml:value>39.83</tsml:value>
            </tsml:MeasurementTVP>
          </tsml:point>
          <tsml:point>
            <tsml:MeasurementTVP>
              <tsml:time>2012-06-13T11:00:00.000+12:00</tsml:time>
              <tsml:value>39.78</tsml:value>
            </tsml:MeasurementTVP>
          </tsml:point>
          <tsml:point>
            <tsml:MeasurementTVP>
              <tsml:time>2012-06-13T11:30:00.000+12:00</tsml:time>
              <tsml:value>39.85</tsml:value>
            </tsml:MeasurementTVP>
          </tsml:point>
          <tsml:point>
            <tsml:MeasurementTVP>
              <tsml:time>2012-06-13T12:00:00.000+12:00</tsml:time>
              <tsml:value>39.81</tsml:value>
            </tsml:MeasurementTVP>
          </tsml:point>
          <tsml:point>
            <tsml:MeasurementTVP>
              <tsml:time>2012-06-13T12:30:00.000+12:00</tsml:time>
              <tsml:value>39.68</tsml:value>
            </tsml:MeasurementTVP>
          </tsml:point>
          <tsml:point>
            <tsml:MeasurementTVP>
              <tsml:time>2012-06-13T13:00:00.000+12:00</tsml:time>
              <tsml:value>39.66</tsml:value>
            </tsml:MeasurementTVP>
          </tsml:point>
          <tsml:point>
            <tsml:MeasurementTVP>
              <tsml:time>2012-06-13T13:30:00.000+12:00</tsml:time>
              <tsml:value>39.64</tsml:value>
            </tsml:MeasurementTVP>
          </tsml:point>
          <tsml:point>
            <tsml:MeasurementTVP>
              <tsml:time>2012-06-13T14:00:00.000+12:00</tsml:time>
              <tsml:value>8.64</tsml:value>
            </tsml:MeasurementTVP>
          </tsml:point>
          <tsml:point>
            <tsml:MeasurementTVP>
              <tsml:time>2012-06-13T15:00:00.000+12:00</tsml:time>
              <tsml:value>6.58</tsml:value>
            </tsml:MeasurementTVP>
          </tsml:point>
          <tsml:point>
            <tsml:MeasurementTVP>
              <tsml:time>2012-06-13T15:30:00.000+12:00</tsml:time>
              <tsml:value>39.51</tsml:value>
            </tsml:MeasurementTVP>
          </tsml:point>
          <tsml:point>
            <tsml:MeasurementTVP>
              <tsml:time>2012-06-13T16:00:00.000+12:00</tsml:time>
              <tsml:value>39.59</tsml:value>
            </tsml:MeasurementTVP>
          </tsml:point>
          <tsml:point>
            <tsml:MeasurementTVP>
              <tsml:time>2012-06-13T16:30:00.000+12:00</tsml:time>
              <tsml:value>39.41</tsml:value>
            </tsml:MeasurementTVP>
          </tsml:point>
          <tsml:point>
            <tsml:MeasurementTVP>
              <tsml:time>2012-06-13T17:00:00.000+12:00</tsml:time>
              <tsml:value>39.46</tsml:value>
            </tsml:MeasurementTVP>
          </tsml:point>
          <tsml:point>
            <tsml:MeasurementTVP>
              <tsml:time>2012-06-13T17:30:00.000+12:00</tsml:time>
              <tsml:value>39.45</tsml:value>
            </tsml:MeasurementTVP>
          </tsml:point>
          <tsml:point>
            <tsml:MeasurementTVP>
              <tsml:time>2012-06-13T18:00:00.000+12:00</tsml:time>
              <tsml:value>39.47</tsml:value>
            </tsml:MeasurementTVP>
          </tsml:point>
          <tsml:point>
            <tsml:MeasurementTVP>
              <tsml:time>2012-06-13T18:30:00.000+12:00</tsml:time>
              <tsml:value>39.46</tsml:value>
            </tsml:MeasurementTVP>
          </tsml:point>
          <tsml:point>
            <tsml:MeasurementTVP>
              <tsml:time>2012-06-13T19:00:00.000+12:00</tsml:time>
              <tsml:value>39.43</tsml:value>
            </tsml:MeasurementTVP>
          </tsml:point>
          <tsml:point>
            <tsml:MeasurementTVP>
              <tsml:time>2012-06-13T19:30:00.000+12:00</tsml:time>
              <tsml:value>39.43</tsml:value>
            </tsml:MeasurementTVP>
          </tsml:point>
          <tsml:point>
            <tsml:MeasurementTVP>
              <tsml:time>2012-06-13T20:00:00.000+12:00</tsml:time>
              <tsml:value>39.47</tsml:value>
            </tsml:MeasurementTVP>
          </tsml:point>
          <tsml:point>
            <tsml:MeasurementTVP>
              <tsml:time>2012-06-13T20:30:00.000+12:00</tsml:time>
              <tsml:value>39.47</tsml:value>
            </tsml:MeasurementTVP>
          </tsml:point>
          <tsml:point>
            <tsml:MeasurementTVP>
              <tsml:time>2012-06-13T21:00:00.000+12:00</tsml:time>
              <tsml:value>39.42</tsml:value>
            </tsml:MeasurementTVP>
          </tsml:point>
          <tsml:point>
            <tsml:MeasurementTVP>
              <tsml:time>2012-06-13T21:30:00.000+12:00</tsml:time>
              <tsml:value>39.38</tsml:value>
            </tsml:MeasurementTVP>
          </tsml:point>
          <tsml:point>
            <tsml:MeasurementTVP>
              <tsml:time>2012-06-13T22:00:00.000+12:00</tsml:time>
              <tsml:value>39.42</tsml:value>
            </tsml:MeasurementTVP>
          </tsml:point>
          <tsml:point>
            <tsml:MeasurementTVP>
              <tsml:time>2012-06-13T22:30:00.000+12:00</tsml:time>
              <tsml:value>39.44</tsml:value>
            </tsml:MeasurementTVP>
          </tsml:point>
          <tsml:point>
            <tsml:MeasurementTVP>
              <tsml:time>2012-06-13T23:00:00.000+12:00</tsml:time>
              <tsml:value>39.44</tsml:value>
            </tsml:MeasurementTVP>
          </tsml:point>
          <tsml:point>
            <tsml:MeasurementTVP>
              <tsml:time>2012-06-13T23:30:00.000+12:00</tsml:time>
              <tsml:value>39.34</tsml:value>
            </tsml:MeasurementTVP>
          </tsml:point>
          <tsml:point>
            <tsml:MeasurementTVP>
              <tsml:time>2012-06-14T00:00:00.000+12:00</tsml:time>
              <tsml:value>39.27</tsml:value>
            </tsml:MeasurementTVP>
          </tsml:point>
        </tsml:TimeseriesTVP>
      </om:result>
    </om:OM_Observation>
  </tsml:observationMember>
</tsml:Collection>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy