Releases: earthdaily/earthdaily-python-client
Releases · earthdaily/earthdaily-python-client
v0.2.2
[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
[0.2.1] - 2024-06-24
Changed
search
is now parallelized using datetime.
Full Changelog: v0.2.0...v0.2.1
v0.2.0
[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
[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
[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
[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
[0.1.4] - 2024-05-23
Fixed
- type str/list for
datacube
mask_with
kwarg.
Added
v0.1.3
[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
[0.1.2] - 2024-05-15
Fixed
- Wrong clear_percent/clear_pixels when having multiple geometries in datacube request
v0.1.1
[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.