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

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

Revision 398 (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
21             <sml:spatialReferenceFrame>
22                 <gml:EngineeringCRS gml:id="STATION_FRAME">
23                     <gml:srsName>Station Frame</gml:srsName>
24                     <gml:usesCS xlink:href="urn:ogc:cs:OGC:xyzFrame"/>
25                     <gml:usesEngineeringDatum>
26                         <gml:EngineeringDatum gml:id="STATION_DATUM">
27                              <gml:datumName>Station Datum</gml:datumName>
28                             <gml:anchorPoint>origin is at sea surface;
29                                 x and y are orthogonal to z but undetermined;
30                                 z is positive up
31                             </gml:anchorPoint>
32                         </gml:EngineeringDatum>
33                     </gml:usesEngineeringDatum>
34                 </gml:EngineeringCRS>
35             </sml:spatialReferenceFrame>
36
37             <sml:components>
38                 <sml:ComponentList>
39                     <sml:component name="MetSystem" xlink:role="urn:ogc:def:process:OGC:system"
40                         xlink:href="http://svn.nccoos.org/dataproc/q2o/sos_unc/trunk/sos_unc/Met_System.xml"/>
41                     <sml:component name="MechanicalProfilerSystem"
42                         xlink:role="urn:ogc:def:process:OGC:system"
43                         xlink:href="http://svn.nccoos.org/dataproc/q2o/sos_unc/trunk/sos_unc/Profiler_System.xml"/>
44                     <sml:component name="WaterQualitySystem"
45                         xlink:role="urn:ogc:def:process:OGC:system"
46                         xlink:href="http://svn.nccoos.org/dataproc/q2o/sos_unc/trunk/sos_unc/WQ_System.xml"
47                     />
48                 </sml:ComponentList>
49             </sml:components>
50
51             <sml:positions>
52                 <sml:PositionList>
53                     <sml:position name="stationPosition">
54                         <swe:Position gml:id="position" localFrame="#STATION_FRAME"
55                             referenceFrame="urn:ogc:crs:EPSG:4329">
56                             <!-- xxxx  urn:ogc:crs:EPSG:4329 only lat and lon and does NOT describe vertical changes of sea level-->
57                             <swe:location>
58                                 <swe:Vector definition="urn:ogc:def:property:OGC:location">
59                                     <swe:coordinate name="latitude">
60                                         <swe:Quantity axisID="Y"
61                                             definition="http://mmisw.org/ont/ioos/parameter/latitude">
62                                             <swe:uom code="deg"/>
63                                             <swe:value>34.7037</swe:value>
64                                         </swe:Quantity>
65                                     </swe:coordinate>
66                                     <swe:coordinate name="longitude">
67                                         <swe:Quantity axisID="X"
68                                             definition="http://mmisw.org/ont/ioos/parameter/longitude">
69                                             <swe:uom code="deg"/>
70                                             <swe:value>-77.4022</swe:value>
71                                         </swe:Quantity>
72                                     </swe:coordinate>
73                                     <swe:coordinate name="depth">
74                                         <!-- xxxx Is this correct place to use reference to MSL or -->
75                                         <!-- xxxx Can we use WSG84, MSL, MLLW etc here?            -->
76                                         <swe:Quantity axisID="Z"
77                                             definition="http://mmisw.org/ont/ioos/parameter/depth"
78                                             referenceFrame="MSL">
79                                             <swe:uom code="m"/>
80                                             <swe:value>0</swe:value>
81                                         </swe:Quantity>
82                                     </swe:coordinate>
83                                 </swe:Vector>
84                             </swe:location>
85                         </swe:Position>
86                     </sml:position>
87                 </sml:PositionList>
88             </sml:positions>
89
90         </sml:System>
91     </sml:member>
92 </sml:SensorML>
Note: See TracBrowser for help on using the browser.