Skip to content

v0.5.0

Compare
Choose a tag to compare
@nkarasiak nkarasiak released this 11 Feb 17:11
· 24 commits to main since this release
6b45e0e

[0.5.0] - 2025-02-11

Added

  • zonal_stats now preserves GeoDataFrame columns (preserve_columns=True).

Changed

  • label arg has been deprecated from zonal_stats.
  • zonal_stats has same output between xvec and numpy method.
  • smart_load is becoming lazy_load (smart_load=True is lazy_load=False)
  • Required pystac-client>=0.7.
  • groupby_date engine is fixed to numpy. Change is available via
    earthdaily.option.set_option('groupby_date_engine','numba') for example.

What's Changed

Full Changelog: v0.4.2...v0.5.0