Skip to content

Releases: hyriver/pygeoogc

v0.1.7

12 Aug 05:07
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.

V0.1.2

17 Jul 02:04
Compare
Choose a tag to compare
V0.1.2 Pre-release
Pre-release

This is a patch release that adds the missing max_pixel argument fo the wms_bybox function.

Initial release

15 Jul 09:11
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

This package is going to be a part of the Hydrodata suite and will replace the services module in Hydrodata. This breaking down of Hydrodata into smaller packages with lighter dependencies will allow users to choose to install only the parts that they need. The Hydrodata suite will include all these sub-packages.