Pygeoutils

Latest version: v0.19.5

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

Scan your dependencies

Page 3 of 8

0.13.10

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

New Features
~~~~~~~~~~~~
- Add a new function called ``nested_``Polygon` for determining nested
(multi)``Polygon`` in a ``gepandas.GeoDataFrame`` or ``geopandas.GeoSeries``.
- Add a new function called ``geodf2xarray`` for rasterizing a
``geopandas.GeoDataFrame`` to a ``xarray.DataArray``.

Internal Changes
~~~~~~~~~~~~~~~~
- Modify the codebase based on `Refurb <https://github.com/dosisod/refurb>`__
suggestions.
- In ``xarray_geomask``, if ``drop=True`` recalculate its transform to ensure
the correct geo references are set if the shape of the dataset changes.

0.13.8

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

Internal Changes
~~~~~~~~~~~~~~~~
- Improve the performance of ``xarray_geomask`` significantly by first
clipping the data to the geometry's bounding box, then if the geometry
is a polygon, masking the data with the polygon. This is much faster
than directly masking the data with the polygon. Also, support passing
a bounding box to ``xarray_geomask`` in addition to polygon and ``MultiPolygon``.
- Fix deprecation warning of ``pandas`` when changing the geometry column
of a ``GeoDataFrame`` in then ``break_lines`` function.

0.13.7

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

Internal Changes
~~~~~~~~~~~~~~~~
- When combining the responses, now ``dask`` handles data chunking more efficiently.
This is especially important for handling large responses from WMS services.
- Improve type hints for CRS-related arguments of all functions by including string,
integer, and ``pyproj.CRS`` types.
- In ``gtiff2xarray`` use ``rasterio`` engine to make sure all ``rioxarray`` attrs
are read.

0.13.6

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

Internal Changes
~~~~~~~~~~~~~~~~
- Add the missing PyPi classifiers for the supported Python versions.

0.13.5

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

Breaking Changes
~~~~~~~~~~~~~~~~
- Append "Error" to all exception classes for conforming to PEP-8 naming conventions.

0.13.2

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

Breaking Changes
~~~~~~~~~~~~~~~~
- Set the minimum supported version of Python to 3.8 since many of the
dependencies such as ``xarray``, ``pandas``, ``rioxarray`` have dropped support
for Python 3.7.
- Bump min versions of ``rioxarray`` to 0.10 since it adds reading/writing GCPs.

Internal Changes
~~~~~~~~~~~~~~~~
- Use `micromamba <https://github.com/marketplace/actions/provision-with-micromamba>`__
for running tests
and use `nox <https://github.com/marketplace/actions/setup-nox>`__
for linting in CI.

Page 3 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.