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

root/q2o/sos_adcp/trunk/sos_adcp/capabilitiesCompPhen.xml

Revision 436 (checked in by jfredericks, 13 years ago)

--

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>Woods Hole Oceanographic Institution</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:8080/q2o/adcp"/>
56                                         <ows:Post xlink:href="http://mvcodata.whoi.edu:8080/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:8080/q2o/adcp"/>
74                                         <ows:Post xlink:href="http://mvcodata.whoi.edu:8080/q2o/adcp"/>                                 
75                                 </ows:HTTP>
76                         </ows:DCP>
77                         <ows:Parameter name="observedProperty">
78                                 <ows:AllowedValues>
79                                         <ows:Value>ALL_DATA</ows:Value>
80                                         <ows:Value>ALL_DATA_QC</ows:Value>
81                                         <ows:Value>PRESSURE_ALL</ows:Value>
82                                         <ows:Value>PRESSURE_QC</ows:Value>
83                                         <ows:Value>VELOCITY_ALL</ows:Value>
84                                         <ows:Value>VELOCITY_QC</ows:Value>
85                                 </ows:AllowedValues>
86                         </ows:Parameter>
87                         <!-- How do we specify an optional argument now -->
88                         <ows:Parameter name="eventTime">
89                                 <ows:AnyValue/>
90                         </ows:Parameter>
91                         <ows:Parameter name="offering">
92                                 <ows:AllowedValues>
93                                         <ows:Value>ADCP_DATA</ows:Value>
94                                         <ows:Value>ADCP_DATA</ows:Value>
95                                         <ows:Value>ADCP_DATA_QC</ows:Value>
96                                         <ows:Value>PRESSURE_ALL</ows:Value>
97                                         <ows:Value>PRESSURE_QC</ows:Value>
98                                         <ows:Value>VELOCITY_ALL</ows:Value>
99                                         <ows:Value>VELOCITY_QC</ows:Value>
100                                 </ows:AllowedValues>
101                         </ows:Parameter>
102                 </ows:Operation>
103                 <ows:Operation name="DescribeSensor">
104                         <ows:DCP>
105                                 <ows:HTTP>
106                                         <ows:Get xlink:href="http://mvcodata.whoi.edu:8080/q2o/adcp"/>
107                                         <ows:Post xlink:href="http://mvcodata.whoi.edu:8080/q2o/adcp"/>                                 
108                                 </ows:HTTP>
109                         </ows:DCP>
110                         <ows:Parameter name="procedure">
111                                 <ows:AllowedValues>
112                                         <ows:Value>http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/ADCP_System.xml</ows:Value>
113                                         <ows:Value>http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/MVCO_Workhorse_1200.xml</ows:Value>
114                                         <ows:Value>http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/RDI_Workhorse_1200.xml</ows:Value>
115                                         <ows:Value>http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/Pressure_Obs_Process.xml</ows:Value>
116                                         <ows:Value>http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/Velocity_Obs_Process.xml</ows:Value>
117                                         <ows:Value>http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/Pressure_QC_Chain.xml</ows:Value>
118                                         <ows:Value>http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/Velocity_QC_Chain.xml</ows:Value>
119                                         <ows:Value>http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/PUV_Analysis.xml</ows:Value>
120                                 </ows:AllowedValues>
121                         </ows:Parameter>
122                 </ows:Operation>
123         </ows:OperationsMetadata>
124         <!--~~~~~~~~~~~~~~~~~~~~~~~-->
125         <!-- Observation Offerings -->
126         <!--~~~~~~~~~~~~~~~~~~~~~~~-->
127         <sos:Contents>
128                 <sos:ObservationOfferingList>
129                         <!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
130                         <sos:ObservationOffering gml:id="ADCP_DATA">
131                                 <gml:description>ADCP data from MVCO doppler, with QC data inline</gml:description>
132                                 <gml:name>MVCO ADCP</gml:name>
133                                 <gml:boundedBy>
134                                         <gml:Envelope>
135                                                 <gml:lowerCorner srsName="urn:ogc:def:crs:EPSG:6.15:4326">41.3366 -70.5564</gml:lowerCorner>
136                                                 <gml:upperCorner srsName="urn:ogc:def:crs:EPSG:6.15:4326">41.3366 -70.5564</gml:upperCorner>
137                                         </gml:Envelope>
138                                 </gml:boundedBy>
139                                 <sos:time>
140                                         <gml:TimePeriod>
141                                                 <gml:beginPosition>2008-04-09T00:00:00</gml:beginPosition>
142                                                 <gml:endPosition indeterminatePosition="now"/>
143                                         </gml:TimePeriod>
144                                 </sos:time>
145                                 <sos:procedure xlink:href="http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/ADCP_System.xml">
146                                         <swe:internalInfo>
147                                                 <swe:Parameters>
148                                                         <swe:sensorMLUrl xlink:href="http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/ADCP_System.xml"/>
149                                                 </swe:Parameters>
150                                         </swe:internalInfo>
151                                 </sos:procedure>
152                                 <sos:procedure xlink:href="http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/MVCO_Workhorse_1200.xml">
153                                         <swe:internalInfo>
154                                                 <swe:Parameters>
155                                                         <swe:sensorMLUrl xlink:href="http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/MVCO_Workhorse_1200.xml"/>
156                                                 </swe:Parameters>
157                                         </swe:internalInfo>
158                                 </sos:procedure>       
159                                 <sos:procedure xlink:href="http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/RDI_Workhorse_1200.xml">
160                                         <swe:internalInfo>
161                                                 <swe:Parameters>
162                                                         <swe:sensorMLUrl xlink:href="http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/RDI_Workhorse_1200.xml"/>
163                                                 </swe:Parameters>
164                                         </swe:internalInfo>
165                                 </sos:procedure>
166                                 <sos:procedure xlink:href="http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/PUV_Analysis.xml">
167                                         <swe:internalInfo>
168                                                 <swe:Parameters>
169                                                         <swe:sensorMLUrl xlink:href="http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/PUV_Analysis.xml"/>
170                                                 </swe:Parameters>
171                                         </swe:internalInfo>
172                                 </sos:procedure>
173                                 <sos:observedProperty>
174                                         <swe:CompositePhenomenon gml:id="ALL_DATA" dimension="24">
175                                                 <gml:description>ALL Mesurements from ADCP_System including QC flags and bad data</gml:description>
176                                                 <gml:name>ADCP measurements</gml:name>
177                                                 <swe:component xlink:href="urn:ogc:phenomenon:time:iso8601"/>
178                                                 <swe:component xlink:href="urn:ogc:def:property:latitude"/>
179                                                 <swe:component xlink:href="urn:ogc:def:property:longitude"/>
180                                                 <swe:component xlink:href="urn:MVCO:property:meanSeaWaterPressure"/>
181                                                 <swe:component xlink:href="urn:MVCO:property:waveHeightFromPressure"/>
182                                                 <swe:component xlink:href="urn:MVCO:property:wavePeriodFromPressure"/>
183                                                 <swe:component xlink:href="urn:MVCO:property:loCutoffFrequency"/>
184                                                 <swe:component xlink:href="urn:MVCO:property:hiCutoffFrequency"/>
185                                                 <swe:component xlink:href="urn:MVCO:property:waveHeightAll"/>
186                                                 <swe:component xlink:href="urn:MVCO:property:swell"/>
187                                                 <swe:component xlink:href="urn:MVCO:property:windWaves"/>
188                                                 <swe:component xlink:href="urn:MVCO:property:wavePeriod"/>
189                                                 <swe:component xlink:href="urn:MVCO:property:swellPeriod"/>
190                                                 <swe:component xlink:href="urn:MVCO:property:windPeriod"/>
191                                                 <swe:component xlink:href="urn:MVCO:property:waveDirection"/>
192                                                 <swe:component xlink:href="urn:MVCO:property:swellDirection"/>
193                                                 <swe:component xlink:href="urn:MVCO:property:windWaveDirection"/>
194                                                 <swe:component xlink:href="urn:MVCO:property:topBinHeight"/>
195                                                 <swe:component xlink:href="urn:MVCO:property:bottomBinHeight"/>
196                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/qcflag/dataGapFlag"/>
197                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/qcflag/aggregatePressureFlag"/>
198                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/qcflag/echoIntensityFlag"/>
199                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/qcflag/cMFlag"/>
200                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/qcflag/aggregateVelocityFlag"/>
201                                         </swe:CompositePhenomenon>
202                                 </sos:observedProperty>
203                                 <sos:featureOfInterest xlink:href="urn:MVCO:location:MarthasVineyardCoastalObservatory"/>
204                                 <sos:responseFormat>text/xml; subtype="om/1.0"</sos:responseFormat>
205                                 <sos:responseMode>inline</sos:responseMode>
206                         </sos:ObservationOffering>
207                        
208                         <sos:ObservationOffering gml:id="ADCP_DATA_QC">
209                                 <gml:description>ADCP data from MVCO doppler, with QC data inline</gml:description>
210                                 <gml:name>MVCO ADCP QC</gml:name>
211                                 <gml:boundedBy>
212                                         <gml:Envelope>
213                                                 <gml:lowerCorner srsName="urn:ogc:def:crs:EPSG:6.15:4326">41.3366 -70.5564</gml:lowerCorner>
214                                                 <gml:upperCorner srsName="urn:ogc:def:crs:EPSG:6.15:4326">41.3366 -70.5564</gml:upperCorner>
215                                         </gml:Envelope>
216                                 </gml:boundedBy>
217                                 <sos:time>
218                                         <gml:TimePeriod>
219                                                 <gml:beginPosition>2008-04-09T00:00:00</gml:beginPosition>
220                                                 <gml:endPosition indeterminatePosition="now"/>
221                                         </gml:TimePeriod>
222                                 </sos:time>
223                                 <sos:procedure xlink:href="http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/ADCP_System.xml"/>                               
224                                 <sos:observedProperty>
225                                         <swe:CompositePhenomenon gml:id="ALL_DATA_QC" dimension="23">
226                                                 <gml:description>Data from ADCP Chain with bad data points and QC flag info filtered out</gml:description>
227                                                 <gml:name>ADCP measurements</gml:name>
228                                                 <swe:component xlink:href="urn:ogc:phenomenon:time:iso8601"/>
229                                                 <swe:component xlink:href="urn:ogc:def:property:latitude"/>
230                                                 <swe:component xlink:href="urn:ogc:def:property:longitude"/>
231                                                 <swe:component xlink:href="urn:MVCO:property:meanSeaWaterPressure"/>
232                                                 <swe:component xlink:href="urn:MVCO:property:waveHeightFromPressure"/>
233                                                 <swe:component xlink:href="urn:MVCO:property:wavePeriodFromPressure"/>
234                                                 <swe:component xlink:href="urn:MVCO:property:loCutoffFrequency"/>
235                                                 <swe:component xlink:href="urn:MVCO:property:hiCutoffFrequency"/>
236                                                 <swe:component xlink:href="urn:MVCO:property:waveHeightAll"/>
237                                                 <swe:component xlink:href="urn:MVCO:property:swell"/>
238                                                 <swe:component xlink:href="urn:MVCO:property:windWaves"/>
239                                                 <swe:component xlink:href="urn:MVCO:property:wavePeriod"/>
240                                                 <swe:component xlink:href="urn:MVCO:property:swellPeriod"/>
241                                                 <swe:component xlink:href="urn:MVCO:property:windPeriod"/>
242                                                 <swe:component xlink:href="urn:MVCO:property:waveDirection"/>
243                                                 <swe:component xlink:href="urn:MVCO:property:swellDirection"/>
244                                                 <swe:component xlink:href="urn:MVCO:property:windWaveDirection"/>
245                                                 <swe:component xlink:href="urn:MVCO:property:topBinHeight"/>
246                                                 <swe:component xlink:href="urn:MVCO:property:bottomBinHeight"/>
247                                         </swe:CompositePhenomenon>
248                                 </sos:observedProperty>
249                                 <sos:featureOfInterest xlink:href="urn:MVCO:location:MarthasVineyardCoastalObservatory"/>
250                                 <sos:responseFormat>text/xml; subtype="om/1.0"</sos:responseFormat>
251                                 <sos:responseMode>inline</sos:responseMode>
252                         </sos:ObservationOffering>
253                        
254                         <sos:ObservationOffering gml:id="PRESSURE_ALL">
255                                 <gml:description>ADCP Pressure measurements (includes non-QC'd data)</gml:description>
256                                 <gml:name>MVCO ADCP Pressure</gml:name>
257                                 <gml:boundedBy>
258                                         <gml:Envelope>
259                                                 <gml:lowerCorner srsName="urn:ogc:def:crs:EPSG:6.15:4326">41.3366 -70.5564</gml:lowerCorner>
260                                                 <gml:upperCorner srsName="urn:ogc:def:crs:EPSG:6.15:4326">41.3366 -70.5564</gml:upperCorner>
261                                         </gml:Envelope>
262                                 </gml:boundedBy>
263                                 <sos:time>
264                                         <gml:TimePeriod>
265                                                 <gml:beginPosition>2008-04-09T00:00:00</gml:beginPosition>
266                                                 <gml:endPosition indeterminatePosition="now"/>
267                                         </gml:TimePeriod>
268                                 </sos:time>
269                                 <sos:procedure xlink:href="http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/Pressure_Obs_Process.xml">
270                                         <swe:internalInfo>
271                                                 <swe:Parameters>
272                                                         <swe:sensorMLUrl xlink:href="http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/Pressure_Obs_Process.xml"/>
273                                                 </swe:Parameters>
274                                         </swe:internalInfo>
275                                 </sos:procedure>
276                                 <sos:observedProperty>
277                                         <swe:CompositePhenomenon gml:id="ALL_PRESSURE" dimension="7">
278                                                 <gml:description>All Pressure params from ADCP including bad data and agPressure Flag</gml:description>
279                                                 <gml:name>ADCP Pressure measurements</gml:name>
280                                                 <swe:component xlink:href="urn:ogc:phenomenon:time:iso8601"/>
281                                                 <swe:component xlink:href="urn:ogc:def:property:latitude"/>
282                                                 <swe:component xlink:href="urn:ogc:def:property:longitude"/>
283                                                 <swe:component xlink:href="urn:MVCO:property:meanSeaWaterPressure"/>
284                                                 <swe:component xlink:href="urn:MVCO:property:waveHeightFromPressure"/>
285                                                 <swe:component xlink:href="urn:MVCO:property:wavePeriodFromPressure"/>
286                                                 <swe:component xlink:href="urn:MVCO:property:loCutoffFrequency"/>
287                                                 <swe:component xlink:href="urn:MVCO:property:hiCutoffFrequency"/>
288                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/qcflag/aggregatePressureFlag"/>
289                                         </swe:CompositePhenomenon>
290                                 </sos:observedProperty>
291                                 <sos:featureOfInterest xlink:href="urn:MVCO:location:MarthasVineyardCoastalObservatory"/>
292                                 <sos:responseFormat>text/xml; subtype="om/1.0"</sos:responseFormat>
293                                 <sos:responseMode>inline</sos:responseMode>
294                         </sos:ObservationOffering>
295                        
296                         <sos:ObservationOffering gml:id="PRESSURE_QC">
297                                 <gml:description>ADCP Pressure measurements (excludes data that has not passed QA/QC)</gml:description>
298                                 <gml:name>MVCO ADCP Pressure</gml:name>
299                                 <gml:boundedBy>
300                                         <gml:Envelope>
301                                                 <gml:lowerCorner srsName="urn:ogc:def:crs:EPSG:6.15:4326">41.3366 -70.5564</gml:lowerCorner>
302                                                 <gml:upperCorner srsName="urn:ogc:def:crs:EPSG:6.15:4326">41.3366 -70.5564</gml:upperCorner>
303                                         </gml:Envelope>
304                                 </gml:boundedBy>
305                                 <sos:time>
306                                         <gml:TimePeriod>
307                                                 <gml:beginPosition>2008-04-09T00:00:00</gml:beginPosition>
308                                                 <gml:endPosition indeterminatePosition="now"/>
309                                         </gml:TimePeriod>
310                                 </sos:time>
311                                 <sos:procedure xlink:href="http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/Pressure_QC_Chain.xml">
312                                         <swe:internalInfo>
313                                                 <swe:Parameters>
314                                                         <swe:sensorMLUrl xlink:href="http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/Pressure_QC_Chain.xml"/>
315                                                 </swe:Parameters>
316                                         </swe:internalInfo>
317                                 </sos:procedure>
318                                 <sos:observedProperty>
319                                         <swe:CompositePhenomenon gml:id="QC_PRESSURE" dimension="7">
320                                                 <gml:description>ADCP Pressure measurements with QC applied and bad points filtered out</gml:description>
321                                                 <gml:name>ADCP_Pressure_QC</gml:name>
322                                                 <swe:component xlink:href="urn:ogc:phenomenon:time:iso8601"/>
323                                                 <swe:component xlink:href="urn:ogc:def:property:latitude"/>
324                                                 <swe:component xlink:href="urn:ogc:def:property:longitude"/>
325                                                 <swe:component xlink:href="urn:MVCO:property:meanSeaWaterPressure"/>
326                                                 <swe:component xlink:href="urn:MVCO:property:waveHeightFromPressure"/>
327                                                 <swe:component xlink:href="urn:MVCO:property:wavePeriodFromPressure"/>
328                                                 <swe:component xlink:href="urn:MVCO:property:loCutoffFrequency"/>
329                                                 <swe:component xlink:href="urn:MVCO:property:hiCutoffFrequency"/>
330                                         </swe:CompositePhenomenon>
331                                 </sos:observedProperty>
332                                 <sos:featureOfInterest xlink:href="urn:MVCO:location:MarthasVineyardCoastalObservatory"/>
333                                 <sos:responseFormat>text/xml; subtype="om/1.0"</sos:responseFormat>
334                                 <sos:responseMode>inline</sos:responseMode>
335                         </sos:ObservationOffering>
336                        
337                        
338                         <sos:ObservationOffering gml:id="VELOCITY_ALL">
339                                 <gml:description>ADCP Velocity measurements (includes non-QC'd data)</gml:description>
340                                 <gml:name>MVCO ADCP Velocity</gml:name>
341                                 <gml:boundedBy>
342                                         <gml:Envelope>
343                                                 <gml:lowerCorner srsName="urn:ogc:def:crs:EPSG:6.15:4326">41.3366 -70.5564</gml:lowerCorner>
344                                                 <gml:upperCorner srsName="urn:ogc:def:crs:EPSG:6.15:4326">41.3366 -70.5564</gml:upperCorner>
345                                         </gml:Envelope>
346                                 </gml:boundedBy>
347                                 <sos:time>
348                                         <gml:TimePeriod>
349                                                 <gml:beginPosition>2008-04-09T00:00:00</gml:beginPosition>
350                                                 <gml:endPosition indeterminatePosition="now"/>
351                                         </gml:TimePeriod>
352                                 </sos:time>
353                                 <sos:procedure xlink:href="http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/Velocity_Obs_Proces.xml">
354                                         <swe:internalInfo>
355                                                 <swe:Parameters>
356                                                         <swe:sensorMLUrl xlink:href="http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/Velocity_Obs_Process.xml"/>
357                                                 </swe:Parameters>
358                                         </swe:internalInfo>
359                                 </sos:procedure>
360                                 <!--                            <sos:procedure xlink:href="urn:MVCO:process:ADCP:Velocity_QC_Chain"/>-->
361                                 <sos:observedProperty>
362                                         <swe:CompositePhenomenon gml:id="ALL_VELOCITY" dimension="15">
363                                                 <gml:description>All Velocity Mesasurements with bad data and QC flags included</gml:description>
364                                                 <gml:name>ADCP_Velocity</gml:name>
365                                                 <swe:component xlink:href="urn:ogc:phenomenon:time:iso8601"/>
366                                                 <swe:component xlink:href="urn:ogc:def:property:latitude"/>
367                                                 <swe:component xlink:href="urn:ogc:def:property:longitude"/>
368                                                 <swe:component xlink:href="urn:MVCO:property:waveHeightAll"/>
369                                                 <swe:component xlink:href="urn:MVCO:property:swell"/>
370                                                 <swe:component xlink:href="urn:MVCO:property:windWaves"/>
371                                                 <swe:component xlink:href="urn:MVCO:property:wavePeriod"/>
372                                                 <swe:component xlink:href="urn:MVCO:property:swellPeriod"/>
373                                                 <swe:component xlink:href="urn:MVCO:property:windPeriod"/>
374                                                 <swe:component xlink:href="urn:MVCO:property:waveDirection"/>
375                                                 <swe:component xlink:href="urn:MVCO:property:swellDirection"/>
376                                                 <swe:component xlink:href="urn:MVCO:property:windWaveDirection"/>
377                                                 <swe:component xlink:href="urn:MVCO:property:topBinHeight"/>
378                                                 <swe:component xlink:href="urn:MVCO:property:bottomBinHeight"/>
379                                                 <swe:component xlink:href="http://mmisw.org/ont/mvco/qcflag/aggregateVelocityFlag"/>
380                                         </swe:CompositePhenomenon>
381                                 </sos:observedProperty>
382                                 <sos:featureOfInterest xlink:href="urn:MVCO:location:MarthasVineyardCoastalObservatory"/>
383                                 <sos:responseFormat>text/xml; subtype="om/1.0"</sos:responseFormat>
384                                 <sos:responseMode>inline</sos:responseMode>
385                         </sos:ObservationOffering>
386                        
387                         <sos:ObservationOffering gml:id="VELOCITY_QC">
388                                 <gml:description>ADCP Velocity measurements (excludes data that has not passed QA/QC)</gml:description>
389                                 <gml:name>MVCO ADCP Velocity QC</gml:name>
390                                 <gml:boundedBy>
391                                         <gml:Envelope>
392                                                 <gml:lowerCorner srsName="urn:ogc:def:crs:EPSG:6.15:4326">41.3366 -70.5564</gml:lowerCorner>
393                                                 <gml:upperCorner srsName="urn:ogc:def:crs:EPSG:6.15:4326">41.3366 -70.5564</gml:upperCorner>
394                                         </gml:Envelope>
395                                 </gml:boundedBy>
396                                 <sos:time>
397                                         <gml:TimePeriod>
398                                                 <gml:beginPosition>2008-04-09T00:00:00</gml:beginPosition>
399                                                 <gml:endPosition indeterminatePosition="now"/>
400                                         </gml:TimePeriod>
401                                 </sos:time>
402                                 <sos:procedure xlink:href="http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/Velocity_QC_Chain.xml">
403                                         <swe:internalInfo>
404                                                 <swe:Parameters>
405                                                         <swe:sensorMLUrl xlink:href="http://mvcodata.whoi.edu/downloads/sensorML/v1.0/examples/sensors/ADCP_2.1/Velocity_QC_Chain.xml"/>
406                                                 </swe:Parameters>
407                                         </swe:internalInfo>
408                                 </sos:procedure>
409                                 <sos:observedProperty>
410                                         <swe:CompositePhenomenon gml:id="QC_VELOCITY" dimension="15">
411                                                 <gml:description>ADCP Velocity data with bad points and QC flags filtered out</gml:description>
412                                                 <gml:name>ADCP Velocity measurements</gml:name>
413                                                 <swe:component xlink:href="urn:ogc:phenomenon:time:iso8601"/>
414                                                 <swe:component xlink:href="urn:ogc:def:property:latitude"/>
415                                                 <swe:component xlink:href="urn:ogc:def:property:longitude"/>
416                                                 <swe:component xlink:href="urn:MVCO:property:waveHeightAll"/>
417                                                 <swe:component xlink:href="urn:MVCO:property:swell"/>
418                                                 <swe:component xlink:href="urn:MVCO:property:windWaves"/>
419                                                 <swe:component xlink:href="urn:MVCO:property:wavePeriod"/>
420                                                 <swe:component xlink:href="urn:MVCO:property:swellPeriod"/>
421                                                 <swe:component xlink:href="urn:MVCO:property:windPeriod"/>
422                                                 <swe:component xlink:href="urn:MVCO:property:waveDirection"/>
423                                                 <swe:component xlink:href="urn:MVCO:property:swellDirection"/>
424                                                 <swe:component xlink:href="urn:MVCO:property:windWaveDirection"/>
425                                                 <swe:component xlink:href="urn:MVCO:property:topBinHeight"/>
426                                                 <swe:component xlink:href="urn:MVCO:property:bottomBinHeight"/>
427                                         </swe:CompositePhenomenon>
428                                 </sos:observedProperty>
429                                 <sos:featureOfInterest xlink:href="urn:MVCO:location:MarthasVineyardCoastalObservatory"/>
430                                 <sos:responseFormat>text/xml; subtype="om/1.0"</sos:responseFormat>
431                                 <sos:responseMode>inline</sos:responseMode>
432                         </sos:ObservationOffering>
433                        
434                         <sos:ObservationOffering gml:id="QC_PARAMS">
435                                 <gml:description>ADCP QC PARAMS.  These are time-tagged to indicate what QC paramter
436                                         values were used to create the ObservcationOfferings available from the MVCO ADCP SOS.
437                                         Paramter names should match paramter names in the ProcessChains files. 
438                                     Eventual goal is for the UAH SesnorML processsing engine to dynamically take these values
439                                     and perform QC processing on the fly.)</gml:description>
440                                 <gml:name>MVCO ADCP Velocity</gml:name>
441                                 <gml:boundedBy>
442                                         <gml:Envelope>
443                                                 <gml:lowerCorner srsName="urn:ogc:def:crs:EPSG:6.15:4326">41.3366 -70.5564</gml:lowerCorner>
444                                                 <gml:upperCorner srsName="urn:ogc:def:crs:EPSG:6.15:4326">41.3366 -70.5564</gml:upperCorner>
445                                         </gml:Envelope>
446                                 </gml:boundedBy>
447                                 <sos:time>
448                                         <gml:TimePeriod>
449                                                 <gml:beginPosition>2008-04-09T00:00:00</gml:beginPosition>
450                                                 <gml:endPosition indeterminatePosition="now"/>
451                                         </gml:TimePeriod>
452                                 </sos:time>
453                                 <sos:procedure xlink:href=""/>
454                                 <sos:observedProperty>
455                                         <swe:CompositePhenomenon gml:id="PARAMS" dimension="2">
456                                                 <gml:description>t</gml:description>
457                                                 <gml:name>ADCP QC Param values</gml:name>
458                                                 <swe:component xlink:href="urn:ogc:phenomenon:time:iso8601"/>
459                                                 <swe:component xlink:href="urn:ogc:def:property:latitude"/>
460                                         </swe:CompositePhenomenon>
461                                 </sos:observedProperty>
462                                 <sos:featureOfInterest xlink:href="urn:MVCO:location:MarthasVineyardCoastalObservatory"/>
463                                 <sos:responseFormat>text/xml; subtype="om/1.0"</sos:responseFormat>
464                                 <sos:responseMode>inline</sos:responseMode>
465                         </sos:ObservationOffering>
466                        
467                 </sos:ObservationOfferingList>
468         </sos:Contents>
469 </sos:Capabilities>
Note: See TracBrowser for help on using the browser.