> > Hi, > > First off, let me congratulate the team here on a useful package for WxS > in OWSLib. I have contacted Sean G. offline, who suggested I get > acquianted in this space. > > I'd like to add SOS (1.0.0) support in OWSLib. I think this will add > value to OWSLib in terms of additional OWS support w.r.t. monitoring and > observation data. As well, I think it will add value in terms of > working with OWS Common, OGC's approach to a unified content model for > things like Capabilities XML, etc. > > I have some more detailed questions w.r.t. OWSLib and this addition, > which are better discussed in another thread, but I just wanted to get > folks' thoughts first. > > I also believe I need a trac userid to http://trac.gispython.org/lab. > > Thanks > > ..Tom >
Hi Tom. The project's take on OWS Common is laid out in http://trac.gispython.org/lab/browser/OWSLib/trunk/owslib/interfaces.py These interfaces are not formal contracts, but are more of a blueprint for developers (although they could become formalized if this is ever ported to Python 3). A new SOS service proxy class should provide ISensorObservationService, which should derive from IService. See IWebMapService for example: http://trac.gispython.org/lab/browser/OWSLib/trunk/owslib/interfaces.py#L64 Currently the different services provide IService in different ways, but Dominic and I are both interested in refactoring for consolidation. Cheers, Sean _______________________________________________ Community mailing list [email protected] http://lists.gispython.org/mailman/listinfo/community
