API Reference
odc.stac
|
STAC |
|
Change GDAL/rasterio configuration. |
|
Credentialize for S3 bucket access or configure public access. |
|
Extract raster band information relevant for data loading. |
|
Parse sequence of STAC Items into internal representation. |
|
Use sample item to figure out raster bands within the collection. |
|
Used to compute output geobox from load parameters. |
odc.stac.ParsedItem
|
Captures essentials parts for data loading from a STAC Item. |
Extract bands grouped by asset they belong to. |
|
|
First non-null CRS across assets. |
|
Unique |
|
Extract footprint of a given band(s) from proj metadata in a given projection. |
|
Query bands taking care of aliases. |
|
Get item geometry footprint in desired projection or native. |
Nominal datetime adjusted by longitude. |
|
Copy of self but with stripped bands. |
|
|
Common raster metadata per band. |
|
Information about raster data in a collection. |
|
Captures data loading configuration. |
|
Captures known information about a single band. |
odc.stac.bench
|
Benchmark Context Metadata. |
|
Per experiment configuration. |
|
Prepare input for benchmarking. |
|
Turn passed in geojson into a Dask array. |
|
Run same configuration multiple times and resport timing. |
|
Load benchmark run results. |
odc.stac.eo3
|