NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

root/q2o/sos_unc/trunk/sos_unc/morgan.xml

Revision 395 (checked in by haines, 13 years ago)

first commit

Line 
1 <?xml version="1.0" encoding="UTF-8"?>
2 <sml:SensorML xmlns:sml="http://www.opengis.net/sensorML/1.0.1"
3     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4     xmlns:swe="http://www.opengis.net/swe/1.0.1" xmlns:gml="http://www.opengis.net/gml"
5     xmlns:xlink="http://www.w3.org/1999/xlink"
6     xsi:schemaLocation="http://www.opengis.net/sensorML/1.0.1 http://schemas.opengis.net/sensorML/1.0.1/sensorML.xsd"
7     version="1.0.1">
8     <sml:member>
9         <sml:System gml:id="morgan">
10             <gml:description>Surface Met and Water Quality Profiler at Morgan Bay, NC</gml:description>
11             <gml:name>Morgan Bay Platform</gml:name>
12             <gml:boundedBy>
13                 <gml:Envelope>
14                     <gml:lowerCorner srsName="urn:ogc:def:crs:EPSG:6.15:4326">34.7037 -77.4022</gml:lowerCorner>
15                     <gml:upperCorner srsName="urn:ogc:def:crs:EPSG:6.15:4326">34.7037 -77.4022</gml:upperCorner>
16                 </gml:Envelope>
17             </gml:boundedBy>
18             <sml:position name="stationPosition">
19                 <!-- xxxx How best to describe the position of the platform at Morgon Bay, that sites in 3-D space at lat/lon and z=0 (sea surface)-->
20                 <swe:Position gml:id="location"
21                     localFrame="#STATION_FRAME"
22                     referenceFrame="urn:ogc:crs:EPSG:4329">
23                     <swe:location>
24                         <swe:Vector definition="urn:ogc:def:property:OGC:location">
25                             <swe:coordinate name="latitude">
26                                 <swe:Quantity axisID="X"
27                                     definition="http://mmisw.org/ont/ioos/parameter/latitude">
28                                     <swe:uom code="deg"/>
29                                     <swe:value>34.7037</swe:value>
30                                 </swe:Quantity>
31                             </swe:coordinate>
32                             <swe:coordinate name="longitude">
33                                 <swe:Quantity axisID="Y"
34                                     definition="http://mmisw.org/ont/ioos/parameter/longitude">
35                                     <swe:uom code="deg"/>
36                                     <swe:value>-77.4022</swe:value>
37                                 </swe:Quantity>
38                             </swe:coordinate>
39                             <swe:coordinate name="depth">
40                                 <!-- xxxx Confirm if this is correct place to use reference to MSL-->
41                                 <swe:Quantity axisID="Z"
42                                     definition="http://mmisw.org/ont/ioos/parameter/depth"
43                                     referenceFrame="MSL">
44                                     <swe:uom code="m"/>
45                                     <swe:value>0</swe:value>
46                                 </swe:Quantity>
47                             </swe:coordinate>
48                         </swe:Vector>
49                     </swe:location>
50                 </swe:Position>
51             </sml:position>
52             <sml:components>
53                 <sml:ComponentList>
54                     <!-- xxxx -->
55                     <sml:component name="MetSystem" xlink:role="urn:ogc:def:process:OGC:system"
56                         xlink:href="http://xxxx/Met_System.xml"/>
57                     <sml:component name="MechanicalProfilerSystem"
58                         xlink:role="urn:ogc:def:process:OGC:system"
59                         xlink:href="http://xxxx/Profiler_System.xml"/>
60                     <sml:component name="WaterQualitySystem"
61                         xlink:role="urn:ogc:def:process:OGC:system"
62                         xlink:href="http://xxxx/WQ_System.xml"/>
63                 </sml:ComponentList>
64             </sml:components>
65         </sml:System>
66     </sml:member>
67 </sml:SensorML>
Note: See TracBrowser for help on using the browser.