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

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

Revision 411 (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:parameters>
38                 <sml:ParameterList>
39                     <sml:parameter name="Nominal Water Depth">
40                         <swe:Quantity definition="http://mmisw.org/ont/ioos/parameter/water_depth">
41                             <swe:uom code="m"/>
42                             <swe:value>10.5</swe:value>
43                         </swe:Quantity>
44                     </sml:parameter>
45                 </sml:ParameterList>
46                
47             </sml:parameters>
48
49             <sml:components>
50                 <sml:ComponentList>
51                     <sml:component name="MetSystem" xlink:role="urn:ogc:def:process:OGC:system"
52                         xlink:href="http://svn.nccoos.org/dataproc/q2o/sos_unc/trunk/sos_unc/Met_System.xml"/>
53                     <sml:component name="MechanicalProfilerSystem"
54                         xlink:role="urn:ogc:def:process:OGC:system"
55                         xlink:href="http://svn.nccoos.org/dataproc/q2o/sos_unc/trunk/sos_unc/Profiler_System.xml"/>
56                     <sml:component name="WaterQualitySystem"
57                         xlink:role="urn:ogc:def:process:OGC:system"
58                         xlink:href="http://svn.nccoos.org/dataproc/q2o/sos_unc/trunk/sos_unc/morgan_ysi.xml"
59                     />
60                 </sml:ComponentList>
61             </sml:components>
62
63             <sml:positions>
64                 <sml:PositionList>
65                     <sml:position name="stationPosition">
66                         <swe:Position gml:id="position" localFrame="#STATION_FRAME"
67                             referenceFrame="urn:ogc:crs:EPSG:4329">
68                             <!-- xxxx  urn:ogc:crs:EPSG:4329 only lat and lon and does NOT describe vertical changes of sea level-->
69                             <swe:location>
70                                 <swe:Vector definition="urn:ogc:def:property:OGC:location">
71                                     <swe:coordinate name="latitude">
72                                         <swe:Quantity axisID="Y"
73                                             definition="http://mmisw.org/ont/ioos/parameter/latitude">
74                                             <swe:uom code="deg"/>
75                                             <swe:value>34.7037</swe:value>
76                                         </swe:Quantity>
77                                     </swe:coordinate>
78                                     <swe:coordinate name="longitude">
79                                         <swe:Quantity axisID="X"
80                                             definition="http://mmisw.org/ont/ioos/parameter/longitude">
81                                             <swe:uom code="deg"/>
82                                             <swe:value>-77.4022</swe:value>
83                                         </swe:Quantity>
84                                     </swe:coordinate>
85                                     <swe:coordinate name="depth">
86                                         <!-- xxxx Is this correct place to use reference to MSL or -->
87                                         <!-- xxxx Can we use WSG84, MSL, MLLW etc here?            -->
88                                         <swe:Quantity axisID="Z"
89                                             definition="http://mmisw.org/ont/ioos/parameter/depth"
90                                             referenceFrame="MSL">
91                                             <swe:uom code="m"/>
92                                             <swe:value>0</swe:value>
93                                         </swe:Quantity>
94                                     </swe:coordinate>
95                                 </swe:Vector>
96                             </swe:location>
97                         </swe:Position>
98                     </sml:position>
99                 </sml:PositionList>
100             </sml:positions>
101
102         </sml:System>
103     </sml:member>
104 </sml:SensorML>
Note: See TracBrowser for help on using the browser.