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

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

Revision 417 (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="PLATFORM_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="WaterQualitySystem"
52                         xlink:href="http://svn.nccoos.org/dataproc/q2o/sos_unc/trunk/sos_unc/morgan_ysi.xml"/>
53                     <sml:component name="MetSystem"/>
54                     <sml:component name="MechanicalProfilerSystem"/>
55                 </sml:ComponentList>
56             </sml:components>
57
58             <sml:positions>
59                 <sml:PositionList>
60                     <sml:position name="stationPosition">
61                         <!-- use EPSG 4236 for 2D lat lon (WGS84)-->
62                         <!-- use EPSG 5113 if vertical is relative to sea level   -->
63                         <!-- use EPSG 5703 if vertical us defined by NAVD88 geoid -->
64                         <swe:Position localFrame="#PLATFORM_FRAME"
65                             referenceFrame="urn:ogc:def:crs,crs:EPSG::4326,crs:EPSG:6.17:5113">
66                             <swe:location>
67                                 <swe:Vector definition="urn:ogc:def:property:OGC:location">
68                                     <swe:coordinate name="latitude">
69                                         <swe:Quantity axisID="Y"
70                                             definition="http://mmisw.org/ont/ioos/parameter/latitude">
71                                             <swe:uom code="deg"/>
72                                             <swe:value>34.7037</swe:value>
73                                         </swe:Quantity>
74                                     </swe:coordinate>
75                                     <swe:coordinate name="longitude">
76                                         <swe:Quantity axisID="X"
77                                             definition="http://mmisw.org/ont/ioos/parameter/longitude">
78                                             <swe:uom code="deg"/>
79                                             <swe:value>-77.4022</swe:value>
80                                         </swe:Quantity>
81                                     </swe:coordinate>
82                                     <swe:coordinate name="depth">
83                                         <swe:Quantity axisID="Z"
84                                             definition="http://mmisw.org/ont/ioos/parameter/depth">
85                                             <swe:uom code="m"/>
86                                             <swe:value>0</swe:value>
87                                         </swe:Quantity>
88                                     </swe:coordinate>
89                                 </swe:Vector>
90                             </swe:location>
91                         </swe:Position>
92                     </sml:position>
93                     <sml:position name="profilerPosition">
94                         <swe:Position localFrame="PROFILER_FRAME" referenceFrame="#PLATFORM_FRAME">
95                             <swe:location></swe:location>
96                         </swe:Position>
97                     </sml:position>
98                 </sml:PositionList>
99             </sml:positions>
100
101         </sml:System>
102     </sml:member>
103 </sml:SensorML>
Note: See TracBrowser for help on using the browser.