Releases: earthdaily/earthdaily-python-client
Releases · earthdaily/earthdaily-python-client
v0.5.7
[0.5.7] - 2025-03-28
Added
datacube
drop duplicated items and keep first item per default.
Changed
deduplicate_items
renamed todrop_duplicates
in search,
now supports "first" or "last". Default isFalse
(means don't drop anything).
Fixed
- Requirement forces
dask<2025.3.0
due to odc-stac wrong import ofquote
. - Issue when
resampling
and non-native cloudmask in datacube. - Issue with
rescale
when different scale/offset over time.
What's Changed
- release: v0.5.7 by @nkarasiak in #178
- release: v0.5.7 by @nkarasiak in #179
Full Changelog: v0.5.6...v0.5.7
v0.5.6
What's Changed
- [lts/0.x] Bumping Ruff to latest, Fixing formatting/linting/typing Issues by @imanshafiei540 in #161
- [lts/0x] Add platform and Python version information to User-Agent headers by @imanshafiei540 in #169
- release: v0.5.6 by @nkarasiak in #175
Full Changelog: v0.5.5...v0.5.6
v0.5.5
[0.5.5] - 2025-03-11
Fixed
- better stability of the deduplicate items algorithm.
- rescale dataset now supports same datetime in dataset.
Full Changelog: v0.5.4...v0.5.5
v0.5.4
v0.5.3
[0.5.3] - 2025-02-13
Fixed
preserve_columns
inzonal_stats
.
What's Changed
- v0.5.3 by @nkarasiak in #159
Full Changelog: v0.5.2...v0.5.3
v0.5.2
v0.5.1
[0.5.1] - 2025-02-12
Added
deduplicate_items
for search in order to avoid several reprocessed items.disable_known_warning
earthdaily global option that disables known
dependencies warnings.
Fixed
zonal-stats
supports even ifflox
is not available.
What's Changed
- release(v0.5.1) by @nkarasiak in #156
- fix(datacube) : rescale on standalone datacube by @nkarasiak in #157
Full Changelog: v0.5.0...v0.5.1
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