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

root/q2o/sos_adcp/trunk/sos_adcp/capabilities.xml

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

initial import of sos_adcp

Line 
1 <?xml version="1.0" encoding="UTF-8"?>
2 <sos:Capabilities xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3         xsi:schemaLocation="http://www.opengis.net/sos/1.0 http://schemas.opengis.net/sos/1.0.0/sosGetCapabilities.xsd"
4         xmlns:ows="http://www.opengis.net/ows/1.1"
5         xmlns:xlink="http://www.w3.org/1999/xlink"
6         xmlns:gml="http://www.opengis.net/gml"
7         xmlns:swe="http://www.opengis.net/swe/1.0.1"
8         xmlns:sos="http://www.opengis.net/sos/1.0"
9         version="1.0.0">
10         <!--~~~~~~~~~~~~~~~~~~~~~~~~-->
11         <!-- Service Identification -->
12         <!--~~~~~~~~~~~~~~~~~~~~~~~~-->
13         <ows:ServiceIdentification>
14                 <ows:Title>ADCP SOS</ows:Title>
15                 <ows:Abstract>ADD CONTENT</ows:Abstract>
16                 <ows:Keywords>
17                         <ows:Keyword>oceanography, doppler, adcp, waves, swell</ows:Keyword>
18                 </ows:Keywords>
19                 <ows:ServiceType codeSpace="http://opengeospatial.net">OGC:SOS</ows:ServiceType>
20                 <ows:ServiceTypeVersion>1.0.0</ows:ServiceTypeVersion>
21                 <ows:Fees>NONE</ows:Fees>
22                 <ows:AccessConstraints>NONE</ows:AccessConstraints>
23         </ows:ServiceIdentification>
24         <!--~~~~~~~~~~~~~~~~~~~~~~-->
25         <!-- Provider Description -->
26         <!--~~~~~~~~~~~~~~~~~~~~~~-->
27         <ows:ServiceProvider>
28                 <ows:ProviderName>University of Alabama in Huntsville, VAST</ows:ProviderName>
29                 <ows:ProviderSite xlink:href="http://www.whoi.edu"/>
30                 <ows:ServiceContact>
31                         <ows:IndividualName>Tony Cook</ows:IndividualName>
32                         <ows:PositionName>Software Engineer</ows:PositionName>
33                         <ows:ContactInfo>
34                                 <ows:Phone>
35                                         <ows:Voice>+1-512-358-4848</ows:Voice>
36                                 </ows:Phone>
37                                 <ows:Address>
38                                         <ows:DeliveryPoint>NSSTC, 320 Sparkman Dr.</ows:DeliveryPoint>
39                                         <ows:City>Huntsville</ows:City>
40                                         <ows:AdministrativeArea>AL</ows:AdministrativeArea>
41                                         <ows:PostalCode>35899</ows:PostalCode>
42                                         <ows:Country>USA</ows:Country>
43                                         <ows:ElectronicMailAddress>tcook@nsstc.uah.edu</ows:ElectronicMailAddress>
44                                 </ows:Address>
45                         </ows:ContactInfo>
46                 </ows:ServiceContact>
47         </ows:ServiceProvider>
48         <!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
49         <!-- operations Metadata Section -->
50         <!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
51         <ows:OperationsMetadata>
52                 <ows:Operation name="GetCapabilities">
53                         <ows:DCP>
54                                 <ows:HTTP>
55                                         <ows:Get xlink:href="http://mvcodata.whoi.edu/q2o/adcp"/>
56                                         <ows:Post xlink:href="http://mvcodata.whoi.edu/q2o/adcp"/>
57                                 </ows:HTTP>
58                         </ows:DCP>
59                         <ows:Parameter name="service">
60                                 <ows:AllowedValues>
61                                         <ows:Value>SOS</ows:Value>
62                                 </ows:AllowedValues>
63                         </ows:Parameter>
64                         <ows:Parameter name="version">
65                                 <ows:AllowedValues>
66                                         <ows:Value>1.0</ows:Value>
67                                 </ows:AllowedValues>
68                         </ows:Parameter>
69                 </ows:Operation>
70                 <ows:Operation name="GetObservation">
71                         <ows:DCP>
72                                 <ows:HTTP>
73                                         <ows:Get xlink:href="http://mvcodata.whoi.edu/q2o/adcp"/>
74                                         <ows:Post xlink:href="http://mvcodata.whoi.edu/q2o/adcp"/>                                     
75                                 </ows:HTTP>
76                         </ows:DCP>
77                         <ows:Parameter name="observedProperty">
78                                 <ows:AllowedValues>
79                                         <ows:Value>ALL_PROPERTIES</ows:Value>
80                                         <ows:Value>http://mmisw.org/ont/mvco/properties/meanSeaWaterPressure</ows:Value>
81                                         <ows:Value>http://mmisw.org/ont/mvco/properties/waveHeightFromPressure</ows:Value>
82                                         <ows:Value>http://mmisw.org/ont/mvco/properties/wavePeriodFromPressure</ows:Value>
83                                         <ows:Value>http://mmisw.org/ont/mvco/properties/hiCutoffFrequency</ows:Value>
84                                         <ows:Value>http://mmisw.org/ont/mvco/properties/waveHeightAll</ows:Value>
85                                         <ows:Value>http://mmisw.org/ont/mvco/properties/swell</ows:Value>
86                                         <ows:Value>http://mmisw.org/ont/mvco/properties/windWaves</ows:Value>
87                                         <ows:Value>http://mmisw.org/ont/mvco/properties/wavePeriodAll</ows:Value>
88                                         <ows:Value>http://mmisw.org/ont/mvco/properties/swellPeriod</ows:Value>
89                                         <ows:Value>http://mmisw.org/ont/mvco/properties/windPeriod</ows:Value>
90                                         <ows:Value>http://mmisw.org/ont/mvco/properties/dominantWaveDirection</ows:Value>
91                                         <ows:Value>http://mmisw.org/ont/mvco/properties/swellDirection</ows:Value>
92                                         <ows:Value>http://mmisw.org/ont/mvco/properties/windWaveDirection</ows:Value>
93                                         <ows:Value>http://mmisw.org/ont/mvco/properties/topBinHeight</ows:Value>
94                                         <ows:Value>http://mmisw.org/ont/mvco/properties/bottomBinHeight</ows:Value>
95                                         <ows:Value>http://mmisw.org/ont/mvco/qcflag/dataGapFlag</ows:Value>
96                                         <ows:Value>http://mmisw.org/ont/mvco/qcflag/aggregatePressureFlag</ows:Value>
97                                         <ows:Value>http://mmisw.org/ont/mvco/qcflag/echoIntensityFlag</ows:Value>
98                                         <ows:Value>http://mmisw.org/ont/mvco/qcflag/cMFlag</ows:Value>
99                                         <ows:Value>http://mmisw.org/ont/mvco/qcflag/aggregateVelocityFlag</ows:Value>
100                                 </ows:AllowedValues>
101                         </ows:Parameter>
102                         <!-- How do we specify an optional argument now -->
103                         <ows:Parameter name="eventTime">
104                                 <ows:AnyValue/>
105                         </ows:Parameter>
106                         <ows:Parameter name="offering">
107                                 <ows:AllowedValues>
108                                         <ows:Value>ADCP_DATA</ows:Value>
109                                         <ows:Value>ADCP_DATA</ows:Value>
110                                         <ows:Value>ADCP_DATA_QC</ows:Value>
111                                         <ows:Value>PRESSURE_ALL</ows:Value>
112                                         <ows:Value>PRESSURE_QC</ows:Value>
113                                         <ows:Value>VELOCITY_ALL</ows:Value>
114                                         <ows:Value>VELOCITY_QC</ows:Value>
115                                 </ows:AllowedValues>
116                         </ows:Parameter>
117                 </ows:Operation>
118                 <ows:Operation name="DescribeSensor">
119                         <ows:DCP>
120                                 <ows:HTTP>
121                                         <ows:Get xlink:href="http://mvcodata.whoi.edu/q2o/adcp"/>
122                                         <ows:Post xlink:href="http://mvcodata.whoi.edu/q2o/adcp"/>                                     
123                                 </ows:HTTP>
124                         </ows:DCP>
125                         <ows:Parameter name="procedure">
126                                 <ows:AllowedValues>
127                                         <ows:Value>http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/MVCO_ObservingSystem.xml</ows:Value>
128                                         <ows:Value>http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/ADCP_System.xml</ows:Value>
129                                         <ows:Value>http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/MVCO_Workhorse_1200.xml</ows:Value>
130                                         <ows:Value>http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/RDI_Workhorse_1200.xml</ows:Value>
131                                         <ows:Value>http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/Pressure_Obs_Process.xml</ows:Value>
132                                         <ows:Value>http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/Velocity_Obs_Process.xml</ows:Value>
133                                         <ows:Value>http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/Pressure_QC_Chain.xml</ows:Value>
134                                         <ows:Value>http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/Velocity_QC_Chain.xml</ows:Value>
135                                         <ows:Value>http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/PUV_Analysis.xml</ows:Value>
136                                 </ows:AllowedValues>
137                         </ows:Parameter>
138                 </ows:Operation>
139         </ows:OperationsMetadata>
140         <!--~~~~~~~~~~~~~~~~~~~~~~~-->
141         <!-- Observation Offerings -->
142         <!--~~~~~~~~~~~~~~~~~~~~~~~-->
143         <sos:Contents>
144                 <sos:ObservationOfferingList>
145                         <!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
146                         <sos:ObservationOffering gml:id="ADCP_DATA">
147                                 <gml:description>ADCP data from MVCO doppler, with QC data inline</gml:description>
148                                 <gml:name>MVCO ADCP</gml:name>
149                                 <gml:boundedBy>
150                                         <gml:Envelope>
151                                                 <gml:lowerCorner srsName="urn:ogc:def:crs:EPSG:6.15:4326">41.3366 -70.5564</gml:lowerCorner>
152                                                 <gml:upperCorner srsName="urn:ogc:def:crs:EPSG:6.15:4326">41.3366 -70.5564</gml:upperCorner>
153                                         </gml:Envelope>
154                                 </gml:boundedBy>
155                                 <sos:time>
156                                         <gml:TimePeriod>
157                                                 <gml:beginPosition>2008-04-09T00:00:00</gml:beginPosition>
158                                                 <gml:endPosition indeterminatePosition="now"/>
159                                         </gml:TimePeriod>
160                                 </sos:time>
161                                 <sos:procedure xlink:href="http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/ADCP_System.xml">
162                                         <swe:internalInfo>
163                                                 <swe:Parameters>
164                                                         <swe:sensorMLUrl xlink:href="http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/ADCP_System.xml"/>
165                                                 </swe:Parameters>
166                                         </swe:internalInfo>
167                                 </sos:procedure>
168                                 <sos:procedure xlink:href="http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/MVCO_Workhorse_1200.xml">
169                                         <swe:internalInfo>
170                                                 <swe:Parameters>
171                                                         <swe:sensorMLUrl xlink:href="http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/MVCO_Workhorse_1200.xml"/>
172                                                 </swe:Parameters>
173                                         </swe:internalInfo>
174                                 </sos:procedure>       
175                                 <sos:procedure xlink:href="http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/RDI_Workhorse_1200.xml">
176                                         <swe:internalInfo>
177                                                 <swe:Parameters>
178                                                         <swe:sensorMLUrl xlink:href="http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/RDI_Workhorse_1200.xml"/>
179                                                 </swe:Parameters>
180                                         </swe:internalInfo>
181                                 </sos:procedure>
182                                 <sos:procedure xlink:href="http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/PUV_Analysis.xml">
183                                         <swe:internalInfo>
184                                                 <swe:Parameters>
185                                                         <swe:sensorMLUrl xlink:href="http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/PUV_Analysis.xml"/>
186                                                 </swe:Parameters>
187                                         </swe:internalInfo>
188                                 </sos:procedure>
189                                 <sos:observedProperty>
190                                         <swe:CompositePhenomenon gml:id="ALL_DATA" dimension="24">
191                                                 <gml:description>ALL Mesurements from ADCP_System including QC flags and bad data</gml:description>
192                                                 <gml:name>ADCP measurements</gml:name>
193                                                 <swe:component xlink:href="urn:ogc:phenomenon:time:iso8601"/>
194                                                 <swe:component xlink:href="urn:ogc:def:property:latitude"/>
195                                                 <swe:component xlink:href="urn:ogc:def:property:longitude"/>
196                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/meanSeaWaterPressure"/>
197                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/waveHeightFromPressure"/>
198                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/wavePeriodFromPressure"/>
199                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/wavePeriodFromPressure"/>
200                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/hiCutoffFrequency"/>
201                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/waveHeightAll"/>
202                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/swell"/>
203                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/windWaves"/>
204                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/wavePeriodAll"/>
205                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/swellPeriod"/>
206                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/windPeriod"/>
207                                                 <swe:component xlink:href="urn:MVCO:property:waveDirection"/>
208                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/swellDirection"/>
209                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/windWaveDirection"/>
210                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/topBinHeight"/>
211                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/bottomBinHeight"/>
212                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/qcflag/dataGapFlag"/>
213                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/qcflag/aggregatePressureFlag"/>
214                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/qcflag/echoIntensityFlag"/>
215                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/qcflag/cMFlag"/>
216                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/qcflag/aggregateVelocityFlag"/>
217                                         </swe:CompositePhenomenon>
218                                 </sos:observedProperty>
219                                 <sos:observedProperty xlink:href="http://mmisw.org/ont/mvco/properties/meanSeaWaterPressure"/>
220                                 <sos:observedProperty xlink:href="http://mmisw.org/ont/mvco/properties/waveHeightFromPressure"/>
221                                 <sos:observedProperty xlink:href="http://mmisw.org/ont/mvco/properties/wavePeriodFromPressure"/>
222                                 <sos:observedProperty xlink:href="http://mmisw.org/ont/mvco/properties/wavePeriodFromPressure"/>
223                                 <sos:observedProperty xlink:href="http://mmisw.org/ont/mvco/properties/hiCutoffFrequency"/>
224                                 <sos:observedProperty xlink:href="http://mmisw.org/ont/mvco/properties/waveHeightAll"/>
225                                 <sos:observedProperty xlink:href="http://mmisw.org/ont/mvco/properties/swell"/>
226                                 <sos:observedProperty xlink:href="http://mmisw.org/ont/mvco/properties/windWaves"/>
227                                 <sos:observedProperty xlink:href="http://mmisw.org/ont/mvco/properties/wavePeriodAll"/>
228                                 <sos:observedProperty xlink:href="http://mmisw.org/ont/mvco/properties/swellPeriod"/>
229                                 <sos:observedProperty xlink:href="http://mmisw.org/ont/mvco/properties/windPeriod"/>
230                                 <sos:observedProperty xlink:href="http://mmisw.org/ont/mvco/properties/dominantWaveDirection"/>
231                                 <sos:observedProperty xlink:href="http://mmisw.org/ont/mvco/properties/swellDirection"/>
232                                 <sos:observedProperty xlink:href="http://mmisw.org/ont/mvco/properties/windWaveDirection"/>
233                                 <sos:observedProperty xlink:href="http://mmisw.org/ont/mvco/properties/topBinHeight"/>
234                                 <sos:observedProperty xlink:href="http://mmisw.org/ont/mvco/properties/bottomBinHeight"/>
235                                 <sos:observedProperty xlink:href="http://mmisw.org/ont/mvco/qcflag/dataGapFlag"/>
236                                 <sos:observedProperty xlink:href="http://mmisw.org/ont/mvco/qcflag/aggregatePressureFlag"/>
237                                 <sos:observedProperty xlink:href="http://mmisw.org/ont/mvco/qcflag/echoIntensityFlag"/>
238                                 <sos:observedProperty xlink:href="http://mmisw.org/ont/mvco/qcflag/cMFlag"/>
239                                 <sos:observedProperty xlink:href="http://mmisw.org/ont/mvco/qcflag/aggregateVelocityFlag"/>
240                                 <sos:featureOfInterest xlink:href="urn:MVCO:location:MarthasVineyardCoastalObservatory"/>
241                                 <sos:responseFormat>text/xml; subtype="om/1.0"</sos:responseFormat>
242                                 <sos:responseMode>inline</sos:responseMode>
243                         </sos:ObservationOffering>
244                        
245                         <sos:ObservationOffering gml:id="ADCP_DATA_QC">
246                                 <gml:description>ADCP data from MVCO doppler, with QC data inline</gml:description>
247                                 <gml:name>MVCO ADCP QC</gml:name>
248                                 <gml:boundedBy>
249                                         <gml:Envelope>
250                                                 <gml:lowerCorner srsName="urn:ogc:def:crs:EPSG:6.15:4326">41.3366 -70.5564</gml:lowerCorner>
251                                                 <gml:upperCorner srsName="urn:ogc:def:crs:EPSG:6.15:4326">41.3366 -70.5564</gml:upperCorner>
252                                         </gml:Envelope>
253                                 </gml:boundedBy>
254                                 <sos:time>
255                                         <gml:TimePeriod>
256                                                 <gml:beginPosition>2008-04-09T00:00:00</gml:beginPosition>
257                                                 <gml:endPosition indeterminatePosition="now"/>
258                                         </gml:TimePeriod>
259                                 </sos:time>
260                                 <sos:procedure xlink:href="http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/ADCP_System.xml"/>                               
261                                 <sos:observedProperty>
262                                         <swe:CompositePhenomenon gml:id="ALL_DATA_QC" dimension="19">
263                                                 <gml:description>Data from ADCP Chain with bad data points and QC flag info filtered out</gml:description>
264                                                 <gml:name>ADCP measurements</gml:name>
265                                                 <swe:component xlink:href="urn:ogc:phenomenon:time:iso8601"/>
266                                                 <swe:component xlink:href="urn:ogc:def:property:latitude"/>
267                                                 <swe:component xlink:href="urn:ogc:def:property:longitude"/>
268                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/meanSeaWaterPressure"/>
269                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/waveHeightFromPressure"/>
270                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/wavePeriodFromPressure"/>
271                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/wavePeriodFromPressure"/>
272                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/hiCutoffFrequency"/>
273                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/waveHeightAll"/>
274                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/swell"/>
275                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/windWaves"/>
276                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/wavePeriodAll"/>
277                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/swellPeriod"/>
278                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/windPeriod"/>
279                                                 <swe:component xlink:href="urn:MVCO:property:waveDirection"/>
280                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/swellDirection"/>
281                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/windWaveDirection"/>
282                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/topBinHeight"/>
283                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/bottomBinHeight"/>
284                                         </swe:CompositePhenomenon>
285                                 </sos:observedProperty>
286                                 <sos:featureOfInterest xlink:href="urn:MVCO:location:MarthasVineyardCoastalObservatory"/>
287                                 <sos:responseFormat>text/xml; subtype="om/1.0"</sos:responseFormat>
288                                 <sos:responseMode>inline</sos:responseMode>
289                         </sos:ObservationOffering>
290                        
291                         <sos:ObservationOffering gml:id="PRESSURE_ALL">
292                                 <gml:description>ADCP Pressure measurements (includes non-QC'd data)</gml:description>
293                                 <gml:name>MVCO ADCP Pressure</gml:name>
294                                 <gml:boundedBy>
295                                         <gml:Envelope>
296                                                 <gml:lowerCorner srsName="urn:ogc:def:crs:EPSG:6.15:4326">41.3366 -70.5564</gml:lowerCorner>
297                                                 <gml:upperCorner srsName="urn:ogc:def:crs:EPSG:6.15:4326">41.3366 -70.5564</gml:upperCorner>
298                                         </gml:Envelope>
299                                 </gml:boundedBy>
300                                 <sos:time>
301                                         <gml:TimePeriod>
302                                                 <gml:beginPosition>2008-04-09T00:00:00</gml:beginPosition>
303                                                 <gml:endPosition indeterminatePosition="now"/>
304                                         </gml:TimePeriod>
305                                 </sos:time>
306                                 <sos:procedure xlink:href="http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/Pressure_Obs_Process.xml">
307                                         <swe:internalInfo>
308                                                 <swe:Parameters>
309                                                         <swe:sensorMLUrl xlink:href="http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/Pressure_Obs_Process.xml"/>
310                                                 </swe:Parameters>
311                                         </swe:internalInfo>
312                                 </sos:procedure>
313                                 <sos:observedProperty>
314                                         <swe:CompositePhenomenon gml:id="ALL_PRESSURE" dimension="9">
315                                                 <gml:description>All Pressure params from ADCP including bad data and agPressure Flag</gml:description>
316                                                 <gml:name>ADCP Pressure measurements</gml:name>
317                                                 <swe:component xlink:href="urn:ogc:phenomenon:time:iso8601"/>
318                                                 <swe:component xlink:href="urn:ogc:def:property:latitude"/>
319                                                 <swe:component xlink:href="urn:ogc:def:property:longitude"/>
320                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/meanSeaWaterPressure"/>
321                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/waveHeightFromPressure"/>
322                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/wavePeriodFromPressure"/>
323                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/wavePeriodFromPressure"/>
324                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/hiCutoffFrequency"/>
325                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/qcflag/aggregatePressureFlag"/>
326                                         </swe:CompositePhenomenon>
327                                 </sos:observedProperty>
328                                 <sos:featureOfInterest xlink:href="urn:MVCO:location:MarthasVineyardCoastalObservatory"/>
329                                 <sos:responseFormat>text/xml; subtype="om/1.0"</sos:responseFormat>
330                                 <sos:responseMode>inline</sos:responseMode>
331                         </sos:ObservationOffering>
332                        
333                         <sos:ObservationOffering gml:id="PRESSURE_QC">
334                                 <gml:description>ADCP Pressure measurements (excludes data that has not passed QA/QC)</gml:description>
335                                 <gml:name>MVCO ADCP Pressure</gml:name>
336                                 <gml:boundedBy>
337                                         <gml:Envelope>
338                                                 <gml:lowerCorner srsName="urn:ogc:def:crs:EPSG:6.15:4326">41.3366 -70.5564</gml:lowerCorner>
339                                                 <gml:upperCorner srsName="urn:ogc:def:crs:EPSG:6.15:4326">41.3366 -70.5564</gml:upperCorner>
340                                         </gml:Envelope>
341                                 </gml:boundedBy>
342                                 <sos:time>
343                                         <gml:TimePeriod>
344                                                 <gml:beginPosition>2008-04-09T00:00:00</gml:beginPosition>
345                                                 <gml:endPosition indeterminatePosition="now"/>
346                                         </gml:TimePeriod>
347                                 </sos:time>
348                                 <sos:procedure xlink:href="http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/Pressure_QC_Chain.xml">
349                                         <swe:internalInfo>
350                                                 <swe:Parameters>
351                                                         <swe:sensorMLUrl xlink:href="http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/Pressure_QC_Chain.xml"/>
352                                                 </swe:Parameters>
353                                         </swe:internalInfo>
354                                 </sos:procedure>
355                                 <sos:observedProperty>
356                                         <swe:CompositePhenomenon gml:id="QC_PRESSURE" dimension="8">
357                                                 <gml:description>ADCP Pressure measurements with QC applied and bad points filtered out</gml:description>
358                                                 <gml:name>ADCP_Pressure_QC</gml:name>
359                                                 <swe:component xlink:href="urn:ogc:phenomenon:time:iso8601"/>
360                                                 <swe:component xlink:href="urn:ogc:def:property:latitude"/>
361                                                 <swe:component xlink:href="urn:ogc:def:property:longitude"/>
362                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/meanSeaWaterPressure"/>
363                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/waveHeightFromPressure"/>
364                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/wavePeriodFromPressure"/>
365                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/wavePeriodFromPressure"/>
366                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/hiCutoffFrequency"/>
367                                         </swe:CompositePhenomenon>
368                                 </sos:observedProperty>
369                                 <sos:featureOfInterest xlink:href="urn:MVCO:location:MarthasVineyardCoastalObservatory"/>
370                                 <sos:responseFormat>text/xml; subtype="om/1.0"</sos:responseFormat>
371                                 <sos:responseMode>inline</sos:responseMode>
372                         </sos:ObservationOffering>
373                        
374                        
375                         <sos:ObservationOffering gml:id="VELOCITY_ALL">
376                                 <gml:description>ADCP Velocity measurements (includes non-QC'd data)</gml:description>
377                                 <gml:name>MVCO ADCP Velocity</gml:name>
378                                 <gml:boundedBy>
379                                         <gml:Envelope>
380                                                 <gml:lowerCorner srsName="urn:ogc:def:crs:EPSG:6.15:4326">41.3366 -70.5564</gml:lowerCorner>
381                                                 <gml:upperCorner srsName="urn:ogc:def:crs:EPSG:6.15:4326">41.3366 -70.5564</gml:upperCorner>
382                                         </gml:Envelope>
383                                 </gml:boundedBy>
384                                 <sos:time>
385                                         <gml:TimePeriod>
386                                                 <gml:beginPosition>2008-04-09T00:00:00</gml:beginPosition>
387                                                 <gml:endPosition indeterminatePosition="now"/>
388                                         </gml:TimePeriod>
389                                 </sos:time>
390                                 <sos:procedure xlink:href="http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/Velocity_Obs_Proces.xml">
391                                         <swe:internalInfo>
392                                                 <swe:Parameters>
393                                                         <swe:sensorMLUrl xlink:href="http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/Velocity_Obs_Process.xml"/>
394                                                 </swe:Parameters>
395                                         </swe:internalInfo>
396                                 </sos:procedure>
397                                 <!--                            <sos:procedure xlink:href="urn:MVCO:process:ADCP:Velocity_QC_Chain"/>-->
398                                 <sos:observedProperty>
399                                         <swe:CompositePhenomenon gml:id="ALL_VELOCITY" dimension="15">
400                                                 <gml:description>All Velocity Mesasurements with bad data and QC flags included</gml:description>
401                                                 <gml:name>ADCP_Velocity</gml:name>
402                                                 <swe:component xlink:href="urn:ogc:phenomenon:time:iso8601"/>
403                                                 <swe:component xlink:href="urn:ogc:def:property:latitude"/>
404                                                 <swe:component xlink:href="urn:ogc:def:property:longitude"/>
405                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/waveHeightAll"/>
406                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/swell"/>
407                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/windWaves"/>
408                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/wavePeriodAll"/>
409                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/swellPeriod"/>
410                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/windPeriod"/>
411                                                 <swe:component xlink:href="urn:MVCO:property:waveDirection"/>
412                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/swellDirection"/>
413                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/windWaveDirection"/>
414                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/topBinHeight"/>
415                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/bottomBinHeight"/>
416                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/qcflag/aggregateVelocityFlag"/>
417                                         </swe:CompositePhenomenon>
418                                 </sos:observedProperty>
419                                 <sos:featureOfInterest xlink:href="urn:MVCO:location:MarthasVineyardCoastalObservatory"/>
420                                 <sos:responseFormat>text/xml; subtype="om/1.0"</sos:responseFormat>
421                                 <sos:responseMode>inline</sos:responseMode>
422                         </sos:ObservationOffering>
423                        
424                         <sos:ObservationOffering gml:id="VELOCITY_QC">
425                                 <gml:description>ADCP Velocity measurements (excludes data that has not passed QA/QC)</gml:description>
426                                 <gml:name>MVCO ADCP Velocity QC</gml:name>
427                                 <gml:boundedBy>
428                                         <gml:Envelope>
429                                                 <gml:lowerCorner srsName="urn:ogc:def:crs:EPSG:6.15:4326">41.3366 -70.5564</gml:lowerCorner>
430                                                 <gml:upperCorner srsName="urn:ogc:def:crs:EPSG:6.15:4326">41.3366 -70.5564</gml:upperCorner>
431                                         </gml:Envelope>
432                                 </gml:boundedBy>
433                                 <sos:time>
434                                         <gml:TimePeriod>
435                                                 <gml:beginPosition>2008-04-09T00:00:00</gml:beginPosition>
436                                                 <gml:endPosition indeterminatePosition="now"/>
437                                         </gml:TimePeriod>
438                                 </sos:time>
439                                 <sos:procedure xlink:href="http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/Velocity_QC_Chain.xml">
440                                         <swe:internalInfo>
441                                                 <swe:Parameters>
442                                                         <swe:sensorMLUrl xlink:href="http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/Velocity_QC_Chain.xml"/>
443                                                 </swe:Parameters>
444                                         </swe:internalInfo>
445                                 </sos:procedure>
446                                 <sos:observedProperty>
447                                         <swe:CompositePhenomenon gml:id="QC_VELOCITY" dimension="14">
448                                                 <gml:description>ADCP Velocity data with bad points and QC flags filtered out</gml:description>
449                                                 <gml:name>ADCP Velocity measurements</gml:name>
450                                                 <swe:component xlink:href="urn:ogc:phenomenon:time:iso8601"/>
451                                                 <swe:component xlink:href="urn:ogc:def:property:latitude"/>
452                                                 <swe:component xlink:href="urn:ogc:def:property:longitude"/>
453                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/waveHeightAll"/>
454                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/swell"/>
455                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/windWaves"/>
456                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/wavePeriodAll"/>
457                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/swellPeriod"/>
458                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/windPeriod"/>
459                                                 <swe:component xlink:href="urn:MVCO:property:waveDirection"/>
460                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/swellDirection"/>
461                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/windWaveDirection"/>
462                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/topBinHeight"/>
463                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/properties/bottomBinHeight"/>
464                                         </swe:CompositePhenomenon>
465                                 </sos:observedProperty>
466                                 <sos:featureOfInterest xlink:href="urn:MVCO:location:MarthasVineyardCoastalObservatory"/>
467                                 <sos:responseFormat>text/xml; subtype="om/1.0"</sos:responseFormat>
468                                 <sos:responseMode>inline</sos:responseMode>
469                         </sos:ObservationOffering>
470                        
471                         <sos:ObservationOffering gml:id="QC_PARAMS">
472                                 <gml:description>ADCP QC PARAMS.  These are time-tagged to indicate what QC paramter
473                                         values were used to create the ObservcationOfferings available from the MVCO ADCP SOS.
474                                         Paramter names should match paramter names in the ProcessChains files. 
475                                     Eventual goal is for the UAH SesnorML processsing engine to dynamically take these values
476                                     and perform QC processing on the fly.)</gml:description>
477                                 <gml:name>MVCO ADCP Velocity</gml:name>
478                                 <gml:boundedBy>
479                                         <gml:Envelope>
480                                                 <gml:lowerCorner srsName="urn:ogc:def:crs:EPSG:6.15:4326">41.3366 -70.5564</gml:lowerCorner>
481                                                 <gml:upperCorner srsName="urn:ogc:def:crs:EPSG:6.15:4326">41.3366 -70.5564</gml:upperCorner>
482                                         </gml:Envelope>
483                                 </gml:boundedBy>
484                                 <sos:time>
485                                         <gml:TimePeriod>
486                                                 <gml:beginPosition>2008-04-01T00:00:00</gml:beginPosition>
487                                                 <gml:endPosition indeterminatePosition="now"/>
488                                         </gml:TimePeriod>
489                                 </sos:time>
490                                 <sos:procedure xlink:href=""/>
491                                 <sos:observedProperty>
492                                         <swe:CompositePhenomenon gml:id="PARAMS" dimension="2">
493                                                 <gml:description>t</gml:description>
494                                                 <gml:name>ADCP QC Param values</gml:name>
495                                                 <swe:component xlink:href="urn:ogc:phenomenon:time:iso8601"/>
496                                                 <swe:component xlink:href="urn:ogc:def:property:latitude"/>
497                                         </swe:CompositePhenomenon>
498                                 </sos:observedProperty>
499                                 <sos:featureOfInterest xlink:href="urn:MVCO:location:MarthasVineyardCoastalObservatory"/>
500                                 <sos:responseFormat>text/xml; subtype="om/1.0"</sos:responseFormat>
501                                 <sos:responseMode>inline</sos:responseMode>
502                         </sos:ObservationOffering>
503                        
504                 </sos:ObservationOfferingList>
505         </sos:Contents>
506 </sos:Capabilities>
Note: See TracBrowser for help on using the browser.