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-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.