Skip to content

v0.58.0

Choose a tag to compare

@lukasbindreiter lukasbindreiter released this 31 Jul 14:21
· 11 commits to main since this release
6458e75

Added

  • tilebox-datasets: Added AssetCollection.from_datapoint() for resolving STAC assets and their generated metadata,
    storage, and authentication messages from queried datapoints.
  • tilebox-datasets: Added Asset, Band, and AssetLocation authoring types together with
    AssetCollection.from_assets() and AssetCollection.to_fields() for compiling optimized STAC asset metadata for
    ingestion, plus common string-valued MediaType constants.
  • tilebox-datasets: Added public schema field types for creating datasets containing supported STAC Assets, Storage,
    Authentication, Links, Provider, and ProcessingSoftware messages, with aliases for Geometry and UUID fields.
  • tilebox-storage: Added async asset resolution, reading, downloading, and GeoTIFF access backed by object stores.