Skip to content

Releases: earthdaily/earthdaily-python-client

v0.2.9

24 Sep 12:30
4f9b548
Compare
Choose a tag to compare

[0.2.9] - 2024-09-24

Fixed

  • prefer_alternate is set by default to download in datacube is order to
    have presigned url.

v0.2.8 : Breather week edition

23 Sep 16:04
3f85bfb
Compare
Choose a tag to compare

[0.2.8] - 2024-09-23

Added

  • buffer_meters is available in the datacube.ed.zonal_stats function.

Fixed

  • bbox argument in datacube has been restored.

v0.2.7 : Abde edition

29 Aug 12:37
70299b4
Compare
Choose a tag to compare

[0.2.7] - 2024-08-29

Changed

  • intersects in search now requests the bbox in order to optimize the request.
    The items

v0.2.6 : Meriem edition

29 Aug 09:46
c8d7e64
Compare
Choose a tag to compare

[0.2.6] - 2024-08-29

Fixed

  • intersects computation now uses only the geometry field in order to avoid
    json parsing error.

v0.2.5

28 Aug 12:54
aa8d8d8
Compare
Choose a tag to compare

[0.2.5] - 2024-08-28

Added

  • EarthDataStore now supports a json dict in config.
  • mask_with from datacube supports now auto parameters. It will ask first the
    cloudmask ML, then is not available the ag_cloudmask, and at last the native one.

Changed

  • zonal_stats smart_load is replaced with lazy_load to be more consistant
    with other libraries.

v0.2.4

13 Aug 14:09
f701c52
Compare
Choose a tag to compare

[0.2.4] - 2024-08-13

Changed

v0.2.3

23 Jul 14:40
e5801f2
Compare
Choose a tag to compare

[0.2.3] - 2024-07-23

Added

  • New method to connect to earthdatastore via earthdaily.EarthDataStore()
  • earthdaily.EarthDataStore() method also supports toml/json.
  • command line copy-earthdaily-credentials-template
  • request_payer boolean in EarthDataStoremethod.

Fixed

  • sentinel-1-grd datacube wasn't generated due to a dot in the asset name.

v0.2.2

03 Jul 14:06
ac205b7
Compare
Choose a tag to compare

[0.2.2] - 2024-07-03

Changed

  • Fix odc-stac to version <= 0.3.9 due to error in auto chunks.

v0.2.1 - 2024-06-24

24 Jun 15:07
b379ce8
Compare
Choose a tag to compare

[0.2.1] - 2024-06-24

Changed

  • search is now parallelized using datetime.

Full Changelog: v0.2.0...v0.2.1

v0.2.0

20 Jun 14:15
542ff32
Compare
Choose a tag to compare

[0.2.0] - 2024-06-19

Added

  • datacube mask_with parameters supports now cloud_mask (cnn cloudmask from EDA).

Fixed

  • items Datetime are automatically converted in nanoseconds.
  • AssetMapper is now also in the search part for only requesting the needed assets.