Personal tools
You are here: Home Developer Incubation Kepler Engineering View for REAP A sample sensorML file for a sensor whose metadata was same between timestamp ts1 and ts2

A sample sensorML file for a sensor whose metadata was same between timestamp ts1 and ts2

sml_site(x)_logger(y)_sensor(z)_ts1-ts2.xml — Extensible Markup Language (XML), 3Kb

File contents

<?xml version="1.0" encoding="UTF-8"?>
<sml:SensorML 
   xmlns:sml="http://www.opengis.net/sensorML/1.0.1"
   xmlns:swe="http://www.opengis.net/swe/1.0.1"
   xmlns:gml="http://www.opengis.net/gml"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xmlns:xlink="http://www.w3.org/1999/xlink"
   xsi:schemaLocation="http://www.opengis.net/sensorML/1.0.1 http://schemas.opengis.net/sensorML/1.0.1/sensorML.xsd" version="1.0">
   
   <sml:member>	  
	  <sml:System gml:id="siteName">
		 
         <sml:identification>
            <sml:IdentifierList>
				<sml:identifier name="siteID">
                  <sml:Term definition="urn:ogc:def:identifier:OGC:uniqueID">
                     <sml:value>urn:ogc:object:system:REAP:siteName</sml:value>
                  </sml:Term>
               </sml:identifier>
			</sml:IdentifierList>
         </sml:identification>
		 
		<sml:components>
			<sml:ComponentList>					
				<sml:component gml:id="B3310001">
					
					<sml:characteristics>
						<swe:DataRecord gml:id="sensorCharateristics">	

							<swe:field name="isOn">
								<swe:value>true</swe:value>
							</swe:field>
														
							<swe:field name="samplingPeriod">
								<swe:value>10.000000</swe:value>
							</swe:field>

							<swe:field name="dataLogger">
								<swe:value>CR800</swe:value>
							</swe:field>														
																																																																									
							<swe:field name="sensorServer">
								<swe:value>localhost</swe:value>
							</swe:field>
											
							<swe:field name="location">
								<sml:value>[330.0, 150.0]</swe:value>
							</swe:field>						

							<swe:field name="coefficients">
								<sml:value></swe:value>
							</swe:field>																												
													
							<swe:field name="conversion-type">
								<sml:value>Linear</swe:value>
							</swe:field>	
	
							<swe:field name="measurement-unit">
								<sml:value>degrees Celsius</swe:value>
							</swe:field>	
																																																																																																																																																																	
							<swe:field name="sampleMethod">
								<sml:value>Average</swe:value>
							</swe:field>
	
							<swe:field name="samples-per-measurement">
								<sml:value>10</swe:value>
							</swe:field>
																										
							<swe:field name="sensor-make">
								<sml:value>Vaisala</swe:value>
							</swe:field>	
									
							<swe:field name="sensor-measurement">
								<sml:value>Temperature</swe:value>
							</swe:field>
									
							<swe:field name="sensor-model">
								<sml:value>HMP45A</swe:value>
							</swe:field>	

							<swe:field name="serial-number">
								<sml:value>B3310001</swe:value>
							</swe:field>																																																																																																																																																																																																																							

						  </swe:DataRecord>
					  </sml:characteristics>
					  	
				  </sml:component>					
			  </sml:ComponentList>
		  </sml:components>
	  </sml:System>
   </sml:member>
</sml:SensorML>
							
	

Document Actions