Skip to content

Releases: earthdaily/earthdaily-python-client

v0.3.4

17 Dec 14:38
2a1a46f
Compare
Choose a tag to compare

[0.3.4] - 2024-12-17

Fixed

  • odc stac<=0.3.9
  • zonal_stats wkt has original geometry precision.
  • only bbox in datacube search is now supported

v0.3.2

10 Dec 15:38
7fce229
Compare
Choose a tag to compare

[0.3.2] - 2024-12-10

Added

  • ~/.earthdaily/credentials ini file support.

Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1

22 Nov 15:26
f01b2a9
Compare
Choose a tag to compare

[0.3.1] - 2024-11-22

Fixed

  • wkt geometries have now the full precision when storing it in zonal stats.

Full Changelog: v0.3.0...v0.3.1

v0.3.0

19 Nov 15:57
Compare
Choose a tag to compare

[0.3.0] - 2024-11-19

Added

  • ed.add_indices accessor now supports list of strings and dict for custom
    indices. For example : ['NDVI',{'NDVI2':'(nir-red)/(nir+red)'}].

v0.2.15

13 Nov 17:01
b85557d
Compare
Choose a tag to compare

[0.2.15] - 2024-11-13

Fixed

  • mask_with list priority fixed due to new missing items warning.

v0.2.14

08 Nov 10:22
Compare
Choose a tag to compare

[0.2.14] - 2024-11-08

Fixed

  • parallel search import

v0.2.13

05 Nov 12:35
1a0e707
Compare
Choose a tag to compare

[0.2.13] - 2024-11-05

Fixed

  • Manage when several products have same cloudmask

v0.2.12

31 Oct 17:01
1baa737
Compare
Choose a tag to compare

[0.2.12] - 2024-10-31

Added

  • n_jobs in search, default -1 (or 10).

Fixed

  • parallel search
  • latitude and longitude are switched to y,x when EPSG:4326 in CRS.

v0.2.11 - Zonal stats for python 3.10

10 Oct 12:30
c0a9bc8
Compare
Choose a tag to compare

[0.2.11] - 2024-10-10

Fixed

  • zonal_stats now supported by python 3.10.

Full Changelog: v0.2.10...v0.2.11

v0.2.10 : JCT edition

10 Oct 09:31
dd32219
Compare
Choose a tag to compare

[0.2.10] - 2024-10-10

Added

  • Add a retry strategy for the EarthDaily client.

Fixed

  • bbox for datacube has been fixed.

Full Changelog: v0.2.9...v0.2.10