v0.2.2
What's Changed
- Hide GDAL warnings in compress function in #57
- Account for
src_nodata
kwarg inxr_reproject
by @valpesendorfer in #60 - Handle GeoBoxes and Geometries that do not project cleanly in #61
- Deal with
nan
andinf
values in a more robust way than before - Add
Geometry.filter
andGeometry.dropna
operations
- Deal with
- Removed
__array_interface__
fromGeometry
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
- it's deprecated in
New Contributors
- @valpesendorfer made their first contribution in #60
Full Changelog: v0.2.1...v0.2.2