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

ogc.waterml.2.0.examples.encoding_examples.xsd-observation-process.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<wml2:ObservationProcess gml:id="xsd-observation-process.example" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:om="http://www.opengis.net/om/2.0"
	xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:wml2="http://www.opengis.net/waterml/2.0"
	xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gco="http://www.isotc211.org/2005/gco"
	xsi:schemaLocation="http://www.opengis.net/waterml/2.0 http://schemas.opengis.net/waterml/2.0/waterml2.xsd">
	<gml:description>Example observation process for XML encoding http://www.opengis.net/spec/waterml/2.0/req/xsd-observation-process</gml:description>

	<wml2:processType 
	  xlink:href="http://www.opengis.net/def/waterml/2.0/processType/Algorithm"
		xlink:title="Algorithmic Process"/>
	<wml2:originatingProcess 
		xlink:href="http://www.example.com/observations/1.8"
		xlink:title="Timeseries Observation 1.8"/>
	<wml2:aggregationDuration>P1D</wml2:aggregationDuration>
	<wml2:verticalDatum xlink:href="urn:ogc:def:crs:EPSG::5711" xlink:title="Australian height datum"/>
	<wml2:processReference 
		xlink:href="http://kisters.de/tsm_agent/min_daily_mean_monthly"
		xlink:title="Minimum Daily Mean Monthly"/>
	<wml2:input 
		xlink:href="http://sweet.jpl.nasa.gov/2.2/propSpaceTickness.owl#WaterHeight"
		xlink:title="Water Height"/>
	<wml2:parameter>
		<om:NamedValue>
			<om:name 
				xlink:href="http://sweet.jpl.nasa.gov/2.2/propDifference.owl#Bias" 
				xlink:title="Bias"/>
			<om:value>-0.1</om:value>
		</om:NamedValue>
	</wml2:parameter>
</wml2:ObservationProcess>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy