EarthDaily Python Client Release - 1.8.0 #223
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Automated Sync from Internal Repository
Changes in this sync:
[1.8.0]
Added
platform.search()method for STAC item search with optional concurrent executiondays_per_chunkparameter to split datetime ranges and execute searches concurrentlymax_workersparameter to control concurrent thread pool size (default 10, capped at 10)max_items_per_chunkparameter to limit items fetched per time chunk in concurrent search[1.7.0]
Added
deduplicate_byparameter fordatacube.create()to deduplicate STAC items before datacube creationdeduplicate_keepparameter to control which item to keep when duplicates found ("first"or"last")poolparameter passthrough to odc.stac.load for parallel COG metadata fetching[1.6.1]
Added
groupbyparameter fordatacube.temporal_aggregate()to aggregate by available dates (e.g.,groupby="time.date")[1.6.0]
Added
Sentinel1CollectionHelper,Sentinel2CollectionHelper)create_dual_pol,create_rgb,create_vegetation, etc.)STGeometryclass for spatiotemporal geometry handlingsentinel1_helper_example.py,sentinel2_helper_example.py)Breaking Changes:
Automated sync from internal repository. Please review and update the changelog above before merging.