Skip to content

Releases: earthdaily/earthdaily-python-client

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.

v0.0.15

11 Apr 12:03
23685ab
Compare
Choose a tag to compare

[0.0.15] - 2024-04-11

Fixed

  • ag_cloud_mask_items queries items per batch.

v0.0.14

11 Apr 10:13
a9d1509
Compare
Choose a tag to compare

[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

06 Mar 15:53
52192e4
Compare
Choose a tag to compare

[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

06 Mar 09:15
2178a63
Compare
Choose a tag to compare

[0.0.11] - 2024-03-06

Fixed

  • zonal_stats manages index independently from row.

v0.0.10

05 Mar 15:46
5ed3ca2
Compare
Choose a tag to compare

[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

29 Feb 09:56
5ca8fe5
Compare
Choose a tag to compare

[0.0.9] - 2024-02-29

Fixed

  • _typer has a better args management.
  • available_indices returns only indices that can be computed.