[OWSLib-users] OWSLib 0.17.0 released

Tom Kralidis tom.kralidis at gmail.com
Wed Sep 19 09:32:05 PDT 2018


The OWSLib team announces the release of OWSLib 0.17.0.

OWSLib is a Python package for client programming with Open Geospatial
Consortium (OGC) web service (hence OWS) interface standards, and
their related content models.

This release provides numerous fixes, enhancements and re-engineering
of OWSLib's test framework.  Thank you for all the contributions leading
up to this release.  Special thanks goes to Carsten Ehbrecht for taking charge
and moving OWSLib forward on testing and numerous other areas.  Thanks
to Carsten's leadership we now have a more robust testing framework!

Source and binary downloads
---------------------------------------

The source code is available at https://github.com/geopython/OWSLib

The package has been uploaded to https://pypi.python.org/pypi/OWSLib

0.17.0 (2018-09-19)
--------------------------

A full list of commits for 0.17.0 can be found at:

https://github.com/geopython/OWSLib/commits/0.17.0

- NEW: OWS Context implementation (allixender )
- ISO:
 - Added MD_LegalConstraints to uselimitation xpath (m431m)
 - Fix ISO metadata parsing for empty gmd:featureCatalogueCitation. (Roel)
- OWS:
 - Improve remote metadata parsing (Roel)
 - Allow the lack of optional ows:ServiceProvider (mhugo)
- WPS:
 - add headers, cert options (cehbrecht)
 - add lineage to execute (cehbrecht)
- WMTS/TMS: replaced ServiceMetadata (cehbrecht)
- SOS: fix encoding error (cehbrecht)

- tests: move away from doctests (cehbrecht)
- overall codebase: move from pep8 to flake8


Testers and developers are always welcome.

The OWSLib developer team.


More information about the OWSLib-users mailing list