Releases: earthdaily/earthdaily-python-client
Releases · earthdaily/earthdaily-python-client
v0.1.0
[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
[0.0.17] - 2024-04-15
Fixed
- Issue when having different time size between sensor and cloudmask.
v0.0.16
[0.0.16] - 2024-04-15
Fixed
- Issue with time when resample between datacube and cloudmask datacube.
v0.0.15
[0.0.15] - 2024-04-11
Fixed
ag_cloud_mask_items
queries items per batch.
v0.0.14
[0.0.14] - 2024-04-11
Fixed
GeoSeries
supported in GeometryManager.
ed.sel_nearest_dates
accessor avoid duplicated times.
- Issue when managing multiple indices with accessor
xr.ed
.
- Issue when same datetime when rescaling dataset.
Added
mode
for zonal stats in operations.reducers
.
Changed
ag_cloud_mask_items
queries items per batch.
v0.0.13
[0.0.13] - 2024-03-06
Fixed
_typer
with kwargs to other functions.
Added
_typer
supports custom types.
Changed
zonal_stats
outputs only valid geometries. Set True
.
to raise_missing_geometry
to have the old behavior.
zonal_stats
with geocube now manages all_touched
.
v0.0.11
[0.0.11] - 2024-03-06
Fixed
zonal_stats
manages index independently from row.
v0.0.10
[0.0.10] - 2024-03-05
Added
ed.whittaker
adapted from pywapor github.
ed.zonal_stats
using new geocube
zonal_stats engine.
Changed
zonal_stats
now uses geocube
as default processing method.
Removed
ed.plot_index
deprecated, use ed.plot_band
instead.
v0.0.9
[0.0.9] - 2024-02-29
Fixed
_typer
has a better args management.
available_indices
returns only indices that can be computed.
v0.0.8
[0.0.8] - 2024-02-28
Added
- better management of
col_wrap
in ed
xarray accessor.
Fixed
- some bugs in xarray
ed
accessor.