Ticket #170 (feature request)
Opened 4 months ago
Last modified 4 months ago
add support for OGC Sensor Observation Service (SOS) 1.0.0
Status: new
| Reported by: | tomkralidis | Assigned to: | tomkralidis |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | OWSLib | Version: | |
| Keywords: | ows sos | Cc: | |
As discussed on mailing list, add support for OGC SOS 1.0.0. Notes:
- model after http://trac.gispython.org/lab/browser/OWSLib/trunk/owslib/interfaces.py
- OGC Services (i.e. OWS) of the next generation (SOS 1.0.0, WFS 1.1, etc.) share the OWS Common standard (http://www.opengeospatial.org/standards/common), for stuff like common Capabilities bits (ServiceIdentification, ServiceProvider, OperationsMetadata, ExceptionReport). I think it would be valuable to def a class in owslib/ows.py, which could be leveraged by calling OWSs. Will study current object models and analyze against OWS Common 1.1.0
- All SOS operations accept and return XML (text/xml is the input/output MIME type)
- SOS 1.0.0 doesn't have layers, but ObservationOfferings?. Hence functionality will be added to handle the SOS lays out contents
- Supporting OGC SOS 1.0.0 implmentations to test against:
- MapServer: set up an SOS using the example in http://trac.osgeo.org/mapserver/browser/mapserver/trunk/msautotest/wxs/sos.map
I've started working on this.
Attachments
Change History
08/28/08 19:13:05: Modified by tomkralidis
09/19/08 15:28:27: Modified by tomkralidis
- attachment sos.py added.
initial implementation
09/19/08 15:29:11: Modified by tomkralidis
- owner changed from seang to tomkralidis.

Sorry, make that: http://trac.osgeo.org/mapserver/browser/trunk/msautotest/wxs/sos.map