Skip to content

v0.2.2

Compare
Choose a tag to compare
@Kirill888 Kirill888 released this 02 Sep 05:49
· 304 commits to develop since this release

What's Changed

  • Hide GDAL warnings in compress function in #57
  • Account for src_nodata kwarg in xr_reproject by @valpesendorfer in #60
  • Handle GeoBoxes and Geometries that do not project cleanly in #61
    • Deal with nan and inf values in a more robust way than before
    • Add Geometry.filter and Geometry.dropna operations
  • Removed __array_interface__ from Geometry class
    • it's deprecated in shapely and is not used, and newer numpy warns about it
    • one can use a more explicit numpy.asarray(g.coords) instead anyway
    • with this removed it's easier to make ndarrays containing Geometry objects

New Contributors

Full Changelog: v0.2.1...v0.2.2