Skip to content

v0.18.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Oct 15:27
· 5 commits to main since this release

Release Notes

New Features

  • Update the links for NLDI and PyGeoAPI web services to the latest addresses.

Bug Fixes

  • Fix a bug in WFS.getfeature_bygeom where if the input geometry is in a geographic CRS, the function fails to transform it correctly to the web service's CRS.

Breaking Changes

  • Drop support for Python 3.8 since its end-of-life date is October 2024.
  • Remove all exceptions from the main module and raise them from the exceptions module. This is to declutter the main module and make it easier to maintain.