Skip to content

v0.13.0

Choose a tag to compare

@github-actions github-actions released this 03 Apr 21:59
· 585 commits to main since this release

Release Notes

Internal Changes

  • Write nodata attribute using rioxarray in geotiff2xarray since the clipping operation of rioxarray uses this value as fill value.

Bug Fixes

  • In the break_lines function, convert MultiLineString into LineString since shapely.ops.substring only accepts LineString.