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

om.2.0.0.examples.complexObservation3.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<om:OM_Observation
	gml:id="COTest3"
	xmlns:om="http://www.opengis.net/om/2.0"
	xmlns:swe="http://www.opengis.net/swe/2.0"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xmlns:xlink="http://www.w3.org/1999/xlink"
	xmlns:gml="http://www.opengis.net/gml/3.2"
	xsi:schemaLocation="http://www.opengis.net/om/2.0 http://schemas.opengis.net/om/2.0/observation.xsd
	http://www.opengis.net/swe/2.0 http://schemas.opengis.net/sweCommon/2.0/swe.xsd">
	<gml:description>Complex Observation test instance</gml:description>
	<gml:name>Complex Observation test 3</gml:name>
	<om:type
		xlink:href="http://www.opengis.net/def/observationType/OGC-OM/2.0/OM_ComplexObservation"/>
	<om:phenomenonTime>
		<gml:TimeInstant
			gml:id="ot1t">
			<gml:timePosition>2005-01-11T17:22:25.00</gml:timePosition>
		</gml:TimeInstant>
	</om:phenomenonTime>
	<om:resultTime
		xlink:href="#ot1t"/>
	<om:procedure
		xlink:href="http://www.example.org/register/process/weatherStation3"/>
	<om:observedProperty
		xlink:href="http://sweet.jpl.nasa.gov/2.0/atmo.owl#Weather"/>
	<om:featureOfInterest
		xlink:href="http://www.ga.gov.au/bin/gazd01?rec=293604"
		xlink:role="urn:cgi:featureType:SEEGRID:framework:locality"/>
	<om:result
		xsi:type="swe:DataRecordPropertyType">
		<swe:DataRecord>
			<swe:field name="AirTemperature">
				<swe:Quantity definition="http://sweet.jpl.nasa.gov/2.0/physThermo.owl#Temperature">
					<swe:uom code="Cel"/>
					<swe:value>35.1</swe:value>
				</swe:Quantity>
			</swe:field>
			<swe:field name="WindSpeed">
				<swe:Quantity definition="http://sweet.jpl.nasa.gov/2.0/atmoWind.owl#WindSpeed">
					<swe:uom code="km/h"/>
					<swe:value>6.5</swe:value>
				</swe:Quantity>
			</swe:field>
			<swe:field name="WindDirection">
				<swe:Quantity definition="http://sweet.jpl.nasa.gov/2.0/atmoWind.owl#WindDirectionToNorth">
					<swe:uom code="deg"/>
					<swe:value>085.0</swe:value>
				</swe:Quantity>
			</swe:field>
			<swe:field name="AtmosphericPressure">
				<swe:Quantity definition="http://sweet.jpl.nasa.gov/2.0/atmoPressure.owl#BarometricPressure">
					<swe:uom code="hPa"/>
					<swe:value>950.</swe:value>
				</swe:Quantity>
			</swe:field>
			<swe:field name="Precipitation">
				<swe:Quantity definition="http://sweet.jpl.nasa.gov/2.0/atmoPrecip.owl#Rainfall">
					<swe:uom code="mm"/>
					<swe:value>8.</swe:value>
				</swe:Quantity>
			</swe:field>
		</swe:DataRecord>
	</om:result>
</om:OM_Observation>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy