Skip to content

Releases: geopython/OWSLib

0.31.0

11 May 12:16
Compare
Choose a tag to compare

This release adds support for ISO 19115 Part 3 XML

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

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

0.30.0

10 Mar 21:57
Compare
Choose a tag to compare

This release adds support for OGC API - Environmental Data Retrieval (in the owslib.ogcapi module), as well as WMTS and OGC API - Coverages updates.

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

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

  • add OGC API - Environmental Data Retrieval client (#899)
  • add WMTS dimensions parsing (#904)
  • align to latest OGC API - Coverage specification updates (#908)

0.29.3

06 Nov 21:06
Compare
Choose a tag to compare

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

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

  • new readthedocs configuration
  • pre-render doc notebooks
  • fix WMS 1.1.1 expression bug
  • removed unused lxml code
  • ensure schema_key is never None when reading namespaces
  • fix WFS2 POST attribute name
  • silence FutureWarning when passing XML etree object to filter
  • update CI (drops Python 3.7)
  • fix WPS logging DEBUG statements
  • fix CRS for non-int code by URL

0.29.2

20 May 11:48
Compare
Choose a tag to compare

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

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

  • update docs workflow
  • fix WCS logging

0.29.1

20 May 11:53
Compare
Choose a tag to compare

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

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

  • ISO: subclass SV_ServiceIdentification from MD_DataIdentification

0.29.0

09 Apr 13:32
Compare
Choose a tag to compare

This release adds an OpenSearch client, as well as updates ISO parsing by removing longstanding deprecations/warnings. Users are advised to use 0.28.1 if previous ISO parsing workflows support is required.

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

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

0.28.1

24 Feb 16:28
Compare
Choose a tag to compare

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

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

  • use only lxml for XML parsing and disable entity resolution in XML payloads

0.28.0

24 Feb 14:33
Compare
Choose a tag to compare

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

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

  • core: remove Python 3.6 from CI matrix (@kalxas)
  • OGC API: add support for OGC API - Features - Part 4: transactions
  • OGC API: add support for OGC API - Maps
  • OGC API: fix OGC API - Processes process list filtering
  • fix WMTS resolution (@dvbmgr)
  • WFS: fix filter parsing (@huard)
  • OGC API: use yaml.safe_load for YAML parsing for OpenAPI handling (@sebastic)
  • FGDC: fix contact parsing (@pvgenuchten)

v0.27.2

28 Aug 11:48
Compare
Choose a tag to compare

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

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

  • tests: fix regression test

v0.27.1

28 Aug 11:15
Compare
Choose a tag to compare

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

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

  • core: remove pyproj as core dependency