Releases: earthdaily/earthdaily-python-client
Releases · earthdaily/earthdaily-python-client
v0.2.9
v0.2.8 : Breather week edition
[0.2.8] - 2024-09-23
Added
buffer_meters
is available in thedatacube.ed.zonal_stats
function.
Fixed
bbox
argument in datacube has been restored.
v0.2.7 : Abde edition
[0.2.7] - 2024-08-29
Changed
intersects
in search now requests the bbox in order to optimize the request.
The items
v0.2.6 : Meriem edition
[0.2.6] - 2024-08-29
Fixed
intersects
computation now uses only the geometry field in order to avoid
json parsing error.
v0.2.5
[0.2.5] - 2024-08-28
Added
EarthDataStore
now supports a json dict in config.mask_with
from datacube supports nowauto
parameters. It will ask first the
cloudmask ML, then is not available the ag_cloudmask, and at last the native one.
Changed
zonal_stats
smart_load
is replaced withlazy_load
to be more consistant
with other libraries.
v0.2.4
[0.2.4] - 2024-08-13
Changed
zonal_stats
now uses homemadenumpy
method.smart_load
is set to
default when using accessor. It loads the maximum of time (time dimension)
in memory in order to speed up the process. Statistics method (min, max...)
must by specified in thereducers
argument.- default
EDS_API_URL
from https://api.eds.earthdaily.com/archive/v1/stac/v1 to
https://api.earthdaily.com/platform/v1/stac
v0.2.3
[0.2.3] - 2024-07-23
Added
- New method to connect to earthdatastore via
earthdaily.EarthDataStore()
earthdaily.EarthDataStore()
method also supports toml/json.- command line
copy-earthdaily-credentials-template
request_payer
boolean inEarthDataStore
method.
Fixed
sentinel-1-grd
datacube wasn't generated due to a dot in the asset name.
v0.2.2
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