Releases: earthdaily/earthdaily-python-client
Releases · earthdaily/earthdaily-python-client
v0.5.0
[0.5.0] - 2025-02-11
Added
zonal_stats
now preserves GeoDataFrame columns (preserve_columns=True
).
Changed
label
arg has been deprecated fromzonal_stats
.zonal_stats
has same output betweenxvec
andnumpy
method.smart_load
is becominglazy_load
(smart_load=True
islazy_load=False
)- Required
pystac-client>=0.7
. groupby_date
engine is fixed tonumpy
. Change is available via
earthdaily.option.set_option('groupby_date_engine','numba')
for example.
What's Changed
- Fix/pystac-client max_retries issue with v0.6.1 #153 by @imanshafiei540 in #154
- release(v0.5.0) by @nkarasiak in #155
Full Changelog: v0.4.2...v0.5.0
v0.4.2
[0.4.2] - 2025-02-05
Fixed
- Parallel search issue when less than 10 days in datetime.
Full Changelog: v0.4.1...v0.4.2
v0.4.1
[0.4.1] - 2025-02-05
Fixed
- Parallel search issue solved when
n_jobs=-1
.
What's Changed
- release(v0.4.1) by @nkarasiak in #149
Full Changelog: v0.4.0...v0.4.1
v0.4.0
[0.4.0] - 2025-02-03
Added
native
cloudmask is now supported forsentinel-2-c1-l2a
.asset_proxy
has been implemented by @imanshafiei540, see #142
Changed
- After benchmark, default
chunks
size isdict(x=512,y=512, time=1)
and
not "auto" for x and y anymore. odc-stac
newest version is now supported (and fix for odc-stac has
been approved : opendatacube/odc-stac#181).
Fixed
- Issue in rescale when several datetime were identical #146.
- Bring back the API section for the documentation #140. (Unsure for production)
New Contributors
- @imanshafiei540 made their first contribution in #143
Full Changelog: v0.3.4...v0.4.0
v0.3.4
v0.3.2
[0.3.2] - 2024-12-10
Added
~/.earthdaily/credentials
ini file support.
Changed
- New README thanks to @robmarkcole
Full Changelog: v0.3.1...v0.3.2
v0.3.1
[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
v0.2.15
v0.2.14
[0.2.14] - 2024-11-08
Fixed
- parallel search import