Pygeoogc

Latest version: v0.19.3

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 8

0.2.3

-------------------

- Fix ``urlib3`` deprecation warning about using ``method_whitelist``.

0.2.2

-------------------

- Remove unused variables in ``async_requests`` and use ``max_workers``.
- Fix the ``async_requests`` issue on Windows systems.

0.2.0

-------------------

- Added/Renamed three class methods in ``ArcGISRESTful``: ``oids_bygeom``, ``oids_byfield``,
and ``oids_bysql``. So you can query feature within a geometry, using specific field ID(s),
or more generally using any valid SQL 92 WHERE clause.
- Added support for query with SQL WHERE clause to ``ArcGISRESTful``.
- Changed the NLDI's URL for migrating to its new API v3.
- Added support for CQL filter to ``WFS``, credits to `Emilio <https://github.com/emiliom>`__.
- Moved all the web services URLs to a YAML file that ``ServiceURL`` class reads. It makes
managing the new URLs easier. The file is located at ``pygeoogc/static/urls.yml``.
- Turned off threading by default for all the services since not all web services supports it.
- Added support for setting the request method, ``GET`` or ``POST``, for ``WFS.byfilter``,
which could be useful when the filter string is long.
- Added support for asynchronous download via the function ``async_requests``.

0.1.10

-------------------

- Improved ``bbox_decompose`` to fix the ``WMS`` issue with high resolution requests.
- Replaces ``simplejson`` with ``orjson`` to speed up JSON operations.

0.1.8

------------------

- Removed threading for ``WMS`` due to inconsistent behavior.
- Addressed an issue with domain decomposition for ``WMS`` where width/height becomes 0.

0.1.7

------------------

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

Page 7 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.