Skip to content

Releases: geopython/OWSLib

v0.24.0

10 May 11:50

Choose a tag to compare

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

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

  • CSW: add CSW 3 client (#746)
  • CSW: add support for distributed search (#771)
  • OGC API: refactor collections for broader use (#753)
  • OACov: add support for scaling (#756)
  • Auth: make most Authentication attributes private (#770)
  • various bug fixes

v0.23.0

10 May 11:48
d9053b3

Choose a tag to compare

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

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

  • WMS: Handle empty . element in GetCapabilities (#739)
  • WCS: Feature/wcs headers integration (#741)
  • Tests: fix WFS tests (#743)
  • Auth: Support requests AuthBase in addition to basic password authentication (#724)
  • WCS: Fix bug with timeout not assigned (#738)
  • Tests: restore ISO GM03 tests as pytests (#734)
  • ISO: OWS/ISO metadata updates (#736)
  • ISO: add support for ISO 19115 keyword thesaurus URLs via gmx:Anchor (#735)
  • ISO: fix reference (#733)

v0.22.0

04 Feb 15:49

Choose a tag to compare

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

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

  • Tests: Fix tests coveralls (#732)
  • WCS, WFS: Add timeout to get capabilities (#730)
  • Tests: migrate to GitHub actions (#727)
  • ISO: add support for ISO 19115-2 (#726)

v0.21.0

09 Dec 02:28

Choose a tag to compare

0.21.0 (2020-12-09)

This release adds the draft implementation of OGC API - Coverages support as well as numerous fixes to the codebase.

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

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

  • OGC API: Added support for Coverages (#699)
  • WFS: Added POST support to WFS GetFeature (#706)
  • WCS: Allow user to specify timeout on WCS GetCoverage calls (#714)
  • WPS: fixed bounding-box (#719)
  • Various fixes: #695, #707, #702, #716, #718, #722, #691, #720

v0.20.0

13 Jun 12:02
7c5b515

Choose a tag to compare

This release adds the draft implementation of OGC API - Records support as well as fixes to authentication.

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

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

  • WFS: make wfs:FeatureTypeList optional for 1.1 and 2.0 (#673)
  • OGC API - Records: initial draft implementation (#679, #693)
  • WPS: add support for retrieving data from local filesystem (huard, #681)
  • WMTS: add support for boundingboxes (kordian-kowalski, #687)
  • Authentication: Enable switching off SSL verification (Samweli, #685)

v0.19.1

12 Mar 15:02

Choose a tag to compare

This release is an update with a fix for Python 3.8 installation.

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

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

  • Fixed Python 3.8 installation (#635, ocefpaf)
  • Refactored OGC API (#641, tomkralidis)
  • Add python_requires to prevent pip installing this on Python 2.x (#634, craigds)
  • Tests: use HEAD instead of GET in service_ok (#651, roel)
  • Tests: replaced service URLs with working versions (#648, roel)
  • WFS: Fix WFS get_schema when typename doubles as attributename (#647, roel)
  • WCS: Removed redundant check on logging level (#646, johanvdw)
  • WFS3: renamed time parameter to datetime (#639, mattfung)
  • WFS: Added required fields to wfs schema (#628, Alexandre27)
  • WCS: added resolution and size params to WCS GetCoverage requests (#633, dukestep)
  • DOCS: updated WMS docs (#649, pathmapper)

v0.18.0

30 Oct 15:03

Choose a tag to compare

This release includes initial support for the evolving OGC API - Features
standard (aka WFS 3), which represents a clean break from the traditional
design patterns of OGC interface specifications. This release also includes
a refactoring of authentication support into a common approach for all parts of the codebase to use.
Thanks to Eric Spitler for this enhanced functionality!

Users are strongly encouraged to use OWSLib via Python 3 as Python 2 support
(Travis, python-six) will be removed in the future.

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

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

  • NEW: WFS 3 initial implementation
  • NEW: add Authentication framework (eric-spitler)
  • WPS:
    • add process properties, percentCompleted (cehbrecht)
    • add reference attributes (enolfc)
    • add support for multi process processes (huard)
  • OWS: add support for crs and dimension (saimeCS)