Xvec now depends on Xproj. Zonal statistics now automatically selects the default method, preferring exactextract
if available. This is a breaking change from the previous default (rasterize
).
What's Changed
- ENH: Addition of strategy argument for exact extract by @jakenotjay in #117
- REF: XProj integration by @benbovy in #120
- BUG: fix plotting with void dimension and no name by @martinfleis in #122
- ENH: allow masking nodata in zonal_stats by @martinfleis in #123
- ENH: cast figure titles to string to avoid datetime showing as int by @martinfleis in #124
- BUG: Fix datetime plotting (again) by @martinfleis in #125
- ENH: better support for nan-filled variable geometry by @martinfleis in #127
- ENH: Support exactextract in zonal stats using variable geometry, detect optimal default engine by @martinfleis in #128
New Contributors
- @jakenotjay made their first contribution in #117
Full Changelog: v0.4.0...v0.5.0