All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- When asking
ag_cloud_mask
, keep only sensor items that haveeda:ag_cloud_mask_available=True
.
earthdaily.earthdatastore.cube_utils.zonal_stats_numpy
to compute local statistics using numpy functions. Best when high number of geometries.
zonal_stats
default parameters rasterizes now whole vector in order to be really faster faster. Previous behavior is available by selectingmethod="standard"
.
- Fix when number of
ag_cloud_mask
is lower than number of sensor items
- Add
stats
name as dimension
zonal_stats
output "feature" (not "feature_name") andstats
dimensions
- Automatic presigned url when needed, just specify argument
prefer_alternate="download"
in search. zonal_stats
function available inearthdatastore.cube_utils
module.- An exemple on how to use
.env
credentials.
- Python version must be at least 3.10
- Gdal version must be at least 3.7.0
- A better documentation
- First public release under the name of earthdaily
- module earthdatastore gathers all cube fonctions
- earthdatastore.Auth() allows methods for search and datacube creation
- Add if missing default scale/offset factor to collection (landsat-c2l2-sr, landsat-c2l2-st, landsat-c2l1)