Skip to content

Releases: hyriver/pygeoogc

Release v0.2.1

07 Dec 00:29

Choose a tag to compare

Release v0.2.1 Pre-release
Pre-release

Please check HISTORY.rst file for a detailed list
of changes.

Release v0.2.0

06 Dec 23:22

Choose a tag to compare

Release v0.2.0 Pre-release
Pre-release

Please check the HISTORY.rst file for a detailed list
of changes.

v0.1.10

18 Aug 20:40

Choose a tag to compare

v0.1.10 Pre-release
Pre-release
  • Improved bbox_decompose to fix the WMS issue with high resolution requests.
  • Replaced simplejson with orjson to speed up json operations.

v0.1.9

12 Aug 10:20

Choose a tag to compare

v0.1.9 Pre-release
Pre-release

Remove an extra print statement.

v0.1.8

12 Aug 10:06

Choose a tag to compare

v0.1.8 Pre-release
Pre-release
  • Removed threading for WMS due to inconsistent behavior.
  • Addressed an issue with domain decomposition for WMS where width/height becomes 0.

v0.1.7

12 Aug 05:07

Choose a tag to compare

v0.1.7 Pre-release
Pre-release

Renamed vsplit_bbox to bbox_decompose. The function now decomposes the domain in both directions and return squares and rectangular.

v0.1.6

04 Aug 02:08

Choose a tag to compare

v0.1.6 Pre-release
Pre-release

A minor patch that fixes a couple of typos. This release will be included in the Hydrodata 0.7.0 release.

v0.1.5

24 Jul 01:30

Choose a tag to compare

v0.1.5 Pre-release
Pre-release

Add always_xy flag to WMS and WFS which is False by default. It is useful for cases where a web service doesn't change the axis order from traditional xy to yx for versions higher than 1.3.0.

v0.1.4

23 Jul 06:43

Choose a tag to compare

v0.1.4 Pre-release
Pre-release
  • Re-wrote wms_bybox function as a class called WMS with a similar interface to the WFS class.
  • Added support for WMS 1.3.0 and WFS 2.0.0.
  • Added a custom Exception for the threading function called ThreadingException.

v0.1.3

21 Jul 12:12

Choose a tag to compare

v0.1.3 Pre-release
Pre-release

This is a patch release that changes the versioning method to setuptools_scm and avoids unnecessary bbox transformation.