Skip to content

Releases: earthdaily/earthdaily-python-client

v0.5.7

28 Mar 16:17
0b00c79
Compare
Choose a tag to compare

[0.5.7] - 2025-03-28

Added

  • datacube drop duplicated items and keep first item per default.

Changed

  • deduplicate_items renamed to drop_duplicates in search,
    now supports "first" or "last". Default is False (means don't drop anything).

Fixed

  • Requirement forces dask<2025.3.0 due to odc-stac wrong import of quote.
  • Issue when resampling and non-native cloudmask in datacube.
  • Issue with rescale when different scale/offset over time.

What's Changed

Full Changelog: v0.5.6...v0.5.7

v0.5.6

26 Mar 13:42
ea7bbef
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.5...v0.5.6

v0.5.5

11 Mar 08:04
23c41c3
Compare
Choose a tag to compare

[0.5.5] - 2025-03-11

Fixed

  • better stability of the deduplicate items algorithm.
  • rescale dataset now supports same datetime in dataset.

Full Changelog: v0.5.4...v0.5.5

v0.5.4

10 Mar 15:28
cc16650
Compare
Choose a tag to compare

[0.5.4] - 2025-02-10

Added

  • ini credentials from ~/.earthdaily/credentials now supports profile.

Changed

  • filter_duplicate_items has a time delta of 60 minutes
    (due to issues with sentinel-2-l2a duplicates).

v0.5.3

13 Feb 16:15
300316a
Compare
Choose a tag to compare

[0.5.3] - 2025-02-13

Fixed

  • preserve_columns in zonal_stats.

What's Changed

Full Changelog: v0.5.2...v0.5.3

v0.5.2

13 Feb 11:36
8d81e6c
Compare
Choose a tag to compare

[0.5.2] - 2025-02-13

Added

  • New default method for duplicates detection using proj:transform instead
    of bbox (huge gap). Change can be done using
    filter_duplicate_items(...,method='bbox').

Fixed

  • Issues with rescale when same datetime between products.

v0.5.1

12 Feb 16:45
2242b44
Compare
Choose a tag to compare

[0.5.1] - 2025-02-12

Added

  • deduplicate_items for search in order to avoid several reprocessed items.
  • disable_known_warning earthdaily global option that disables known
    dependencies warnings.

Fixed

  • zonal-stats supports even if flox is not available.

What's Changed

Full Changelog: v0.5.0...v0.5.1

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