Skip to content

Releases: earthdaily/earthdaily-python-client

v0.5.0

11 Feb 17:11
6b45e0e
Compare
Choose a tag to compare

[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

v0.4.2

05 Feb 11:55
24a3223
Compare
Choose a tag to compare

[0.4.2] - 2025-02-05

Fixed

  • Parallel search issue when less than 10 days in datetime.

Full Changelog: v0.4.1...v0.4.2

v0.4.1

05 Feb 11:27
bd6fa60
Compare
Choose a tag to compare

[0.4.1] - 2025-02-05

Fixed

  • Parallel search issue solved when n_jobs=-1.

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

03 Feb 16:57
60c6df6
Compare
Choose a tag to compare

[0.4.0] - 2025-02-03

Added

  • native cloudmask is now supported for sentinel-2-c1-l2a.
  • asset_proxy has been implemented by @imanshafiei540, see #142

Changed

  • After benchmark, default chunks size is dict(x=512,y=512, time=1) and
    not "auto" for x and y anymore.
  • odc-stac newest version is now supported (and fix for odc-stac has
    been approved : opendatacube/odc-stac#181).

Fixed

  • Issue in rescale when several datetime were identical #146.
  • Bring back the API section for the documentation #140. (Unsure for production)

New Contributors

Full Changelog: v0.3.4...v0.4.0

v0.3.4

17 Dec 14:38
2a1a46f
Compare
Choose a tag to compare

[0.3.4] - 2024-12-17

Fixed

  • odc stac<=0.3.9
  • zonal_stats wkt has original geometry precision.
  • only bbox in datacube search is now supported

v0.3.2

10 Dec 15:38
7fce229
Compare
Choose a tag to compare

[0.3.2] - 2024-12-10

Added

  • ~/.earthdaily/credentials ini file support.

Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1

22 Nov 15:26
f01b2a9
Compare
Choose a tag to compare

[0.3.1] - 2024-11-22

Fixed

  • wkt geometries have now the full precision when storing it in zonal stats.

Full Changelog: v0.3.0...v0.3.1

v0.3.0

19 Nov 15:57
Compare
Choose a tag to compare

[0.3.0] - 2024-11-19

Added

  • ed.add_indices accessor now supports list of strings and dict for custom
    indices. For example : ['NDVI',{'NDVI2':'(nir-red)/(nir+red)'}].

v0.2.15

13 Nov 17:01
b85557d
Compare
Choose a tag to compare

[0.2.15] - 2024-11-13

Fixed

  • mask_with list priority fixed due to new missing items warning.

v0.2.14

08 Nov 10:22
Compare
Choose a tag to compare

[0.2.14] - 2024-11-08

Fixed

  • parallel search import