- `intersects` computation now uses only the geometry field in order to avoid json parsing error.
0.2.5
Added
- `EarthDataStore` now supports a json dict in config. - `mask_with` from datacube supports now `auto` 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 with `lazy_load` to be more consistant with other libraries.
0.2.4
Changed
- `zonal_stats` now uses homemade `numpy` 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 the `reducers` argument. - default `EDS_API_URL` from [https://api.eds.earthdaily.com/archive/v1/stac/v1](https://api.eds.earthdaily.com/archive/v1/stac/v1) to [https://api.earthdaily.com/platform/v1/stac](https://api.earthdaily.com/platform/v1/stac)
0.2.3
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 in `EarthDataStore`method.
Fixed
- `sentinel-1-grd` datacube wasn't generated due to a dot in the asset name.
0.2.2
Changed
- Fix odc-stac to version <= 0.3.9 due to error in auto chunks.