Releases: hyriver/pygeoogc
Releases · hyriver/pygeoogc
Release v0.2.1
07 Dec 00:29
Compare
Sorry, something went wrong.
No results found
Please check HISTORY.rst file for a detailed list
of changes.
Release v0.2.0
06 Dec 23:22
Compare
Sorry, something went wrong.
No results found
Please check the HISTORY.rst file for a detailed list
of changes.
v0.1.10
18 Aug 20:40
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Remove an extra print statement.
v0.1.8
12 Aug 10:06
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
This is a patch release that changes the versioning method to setuptools_scm and avoids unnecessary bbox transformation.