Skip to content

v0.13.10

Choose a tag to compare

@github-actions github-actions released this 09 Dec 22:47
· 437 commits to main since this release

Release Notes

New Features

  • Add a new function called nested_polygons for determining nested (multi)polygons 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 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.