Skip to content

v0.13.9

Choose a tag to compare

@github-actions github-actions released this 05 Nov 04:30
· 472 commits to main since this release

Release Notes

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.