Skip to content

Releases: earthdaily/earthdaily-python-client

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.

v0.1.7

14 Jun 16:55
4863fc0
Compare
Choose a tag to compare

[0.1.7] - 2024-06-14

Fixed

  • datacube cloud masked when using groupby_date.

Changed

  • accessors are now more compatible for dataarray and dataset.
  • ed.clip accessor now manages first bounding box then clip geometry to be faster.
  • New whittaker function that is about 20 times faster.
    Beware, lambda from previous whittaker must be multiplied by 10 000 to have same results.

v0.1.6

05 Jun 14:52
6510a1b
Compare
Choose a tag to compare

[0.1.6] - 2024-06-05

Fixed

  • Better management of mixing several cloud cover a same day to ensure highest clear coverage.

v0.1.5

05 Jun 12:42
6fff90d
Compare
Choose a tag to compare

[0.1.5] - 2024-06-05

Fixed

  • Better management of cloud mask and error messages.
  • groupby_date is now performed after processing the cloudmask in order to ensure a better compatibility.

v0.1.4

23 May 12:59
9094172
Compare
Choose a tag to compare

[0.1.4] - 2024-05-23

Fixed

  • type str/list for datacube mask_with kwarg.

Added

  • unit tests for mask.

v0.1.3

22 May 16:03
81f8bfd
Compare
Choose a tag to compare

[0.1.3] - 2024-05-22

Changed

  • mask_with now supports list. If so, if the first mask type is not available for a collection, it will switch to the second mask.

v0.1.2

15 May 16:10
a894a2c
Compare
Choose a tag to compare

[0.1.2] - 2024-05-15

Fixed

  • Wrong clear_percent/clear_pixels when having multiple geometries in datacube request

v0.1.1

13 May 14:06
35b2b39
Compare
Choose a tag to compare

[0.1.1] - 2024-05-13

Fixed

  • properties of datacube is now a boolean or a list, not None by default.
  • Missing crs after whittaker.