Skip to content

Releases: earthdaily/earthdaily-python-client

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.

v0.1.0

19 Apr 09:46
ca4eda9
Compare
Choose a tag to compare

[0.1.0] - 2024-04-19

Fixed

  • Scaled/asset when duplicated datetimes.
  • Chunks asked in datacube are not the same as the output (due du smallest dims).
  • Autoconverting list/dict coords to string for zarr compatibility

v0.0.17

15 Apr 09:53
79e3df9
Compare
Choose a tag to compare

[0.0.17] - 2024-04-15

Fixed

  • Issue when having different time size between sensor and cloudmask.

v0.0.16

15 Apr 08:56
a9f46ce
Compare
Choose a tag to compare

[0.0.16] - 2024-04-15

Fixed

  • Issue with time when resample between datacube and cloudmask datacube.