Releases: hyriver/pygeoogc
Releases · hyriver/pygeoogc
v0.1.10
- Improved
bbox_decompose
to fix the WMS
issue with high resolution requests.
- Replaced
simplejson
with orjson
to speed up json operations.
v0.1.9
Remove an extra print statement.
v0.1.8
- Removed threading for
WMS
due to inconsistent behavior.
- Addressed an issue with domain decomposition for
WMS
where width/height becomes 0.
v0.1.7
Renamed vsplit_bbox
to bbox_decompose
. The function now decomposes the domain in both directions and return squares and rectangular.
v0.1.6
A minor patch that fixes a couple of typos. This release will be included in the Hydrodata 0.7.0 release.
v0.1.5
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
- 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
This is a patch release that changes the versioning method to setuptools_scm
and avoids unnecessary bbox transformation.
V0.1.2
This is a patch release that adds the missing max_pixel
argument fo the wms_bybox
function.
Initial 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.