Skip to content

v0.42.0

Choose a tag to compare

@lukasbindreiter lukasbindreiter released this 22 Aug 14:33
· 20 commits to main since this release
f8d6cf7

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.