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

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

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

--

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
15                         -77.4022</gml:lowerCorner>
16                     <gml:upperCorner srsName="urn:ogc:def:crs:EPSG:6.15:4326">34.7037
17                         -77.4022</gml:upperCorner>
18                 </gml:Envelope>
19             </gml:boundedBy>
20             <sml:components>
21                 <sml:ComponentList>
22                     <sml:component name="MetSystem" xlink:role="urn:ogc:def:process:OGC:system"
23                         xlink:href="http://svn.nccoos.org/dataproc/q2o/sos_unc/trunk/sos_unc/Met_System.xml"/>
24                     <sml:component name="MechanicalProfilerSystem"
25                         xlink:role="urn:ogc:def:process:OGC:system"
26                         xlink:href="http://svn.nccoos.org/dataproc/q2o/sos_unc/trunk/sos_unc/Profiler_System.xml"/>
27                     <sml:component name="WaterQualitySystem"
28                         xlink:role="urn:ogc:def:process:OGC:system"
29                         xlink:href="http://svn.nccoos.org/dataproc/q2o/sos_unc/trunk/sos_unc/WQ_System.xml"
30                     />
31                 </sml:ComponentList>
32             </sml:components>
33
34             <sml:positions>
35                 <sml:PositionList>
36                     <sml:position name="stationPosition">
37                         <!-- 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)-->
38                         <swe:Position gml:id="location" localFrame="#STATION_FRAME"
39                             referenceFrame="urn:ogc:crs:EPSG:4329">
40                             <swe:location>
41                                 <swe:Vector definition="urn:ogc:def:property:OGC:location">
42                                     <swe:coordinate name="latitude">
43                                         <swe:Quantity axisID="X"
44                                             definition="http://mmisw.org/ont/ioos/parameter/latitude">
45                                             <swe:uom code="deg"/>
46                                             <swe:value>34.7037</swe:value>
47                                         </swe:Quantity>
48                                     </swe:coordinate>
49                                     <swe:coordinate name="longitude">
50                                         <swe:Quantity axisID="Y"
51                                             definition="http://mmisw.org/ont/ioos/parameter/longitude">
52                                             <swe:uom code="deg"/>
53                                             <swe:value>-77.4022</swe:value>
54                                         </swe:Quantity>
55                                     </swe:coordinate>
56                                     <swe:coordinate name="depth">
57                                         <!-- xxxx Confirm if this is correct place to use reference to MSL-->
58                                         <swe:Quantity axisID="Z"
59                                             definition="http://mmisw.org/ont/ioos/parameter/depth"
60                                             referenceFrame="MSL">
61                                             <swe:uom code="m"/>
62                                             <swe:value>0</swe:value>
63                                         </swe:Quantity>
64                                     </swe:coordinate>
65                                 </swe:Vector>
66                             </swe:location>
67                         </swe:Position>
68                     </sml:position>
69                 </sml:PositionList>
70             </sml:positions>
71         </sml:System>
72     </sml:member>
73 </sml:SensorML>
Note: See TracBrowser for help on using the browser.