You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
tilebox-storage: Added USGSLandsatStorageClient to download landsat data from the USGS Landsat S3 bucket.
tilebox-storage: Storage client now support concurrent downloads of multiple objects, controlled by the max_concurrent_downloads parameter.
tilebox-storage: Added quicklook and download_quicklook methods to the CopernicusStorageClient to download and
display preview images for Sentinel data.
Fixed
tilebox-workflows: Registering duplicate task identifiers with a task runner now raises a ValueError instead of
overwriting the existing task.
tilebox-workflows: Fixed a bug where the deserialize_task function would fail to deserialize nested dataclasses or
protobuf messages that are wrapped in an Optional or Annotated type hint.
tilebox-workflows: Calling configure_otel_tracing and configure_otel_logging multiple times correctly configures
multiple exporters instead of overwriting the existing ones.