Introduction

  • Overview
  • Installation
    • Using pip
    • Using Conda
    • From unreleased source

Developer Guide

  • API Reference
    • odc.stac
      • odc.stac.load
        • load()
      • odc.stac.configure_rio
        • configure_rio()
      • odc.stac.configure_s3_access
        • configure_s3_access()
      • odc.stac.parse_item
        • parse_item()
      • odc.stac.parse_items
        • parse_items()
      • odc.stac.extract_collection_metadata
        • extract_collection_metadata()
      • odc.stac.output_geobox
        • output_geobox()
    • odc.stac.ParsedItem
      • odc.stac.ParsedItem
        • ParsedItem
      • odc.stac.ParsedItem.assets
        • ParsedItem.assets()
      • odc.stac.ParsedItem.crs
        • ParsedItem.crs()
      • odc.stac.ParsedItem.geoboxes
        • ParsedItem.geoboxes()
      • odc.stac.ParsedItem.image_geometry
        • ParsedItem.image_geometry()
      • odc.stac.ParsedItem.resolve_bands
        • ParsedItem.resolve_bands()
      • odc.stac.ParsedItem.safe_geometry
        • ParsedItem.safe_geometry()
      • odc.stac.ParsedItem.solar_date_at
        • ParsedItem.solar_date_at()
      • odc.stac.ParsedItem.strip
        • ParsedItem.strip()
      • odc.stac.RasterBandMetadata
        • RasterBandMetadata
      • odc.stac.RasterCollectionMetadata
        • RasterCollectionMetadata
      • odc.stac.RasterLoadParams
        • RasterLoadParams
      • odc.stac.RasterSource
        • RasterSource
    • odc.stac.bench
      • odc.stac.bench.BenchmarkContext
        • BenchmarkContext
      • odc.stac.bench.BenchLoadParams
        • BenchLoadParams
      • odc.stac.bench.dump_site
        • dump_site()
      • odc.stac.bench.load_from_json
        • load_from_json()
      • odc.stac.bench.run_bench
        • run_bench()
      • odc.stac.bench.load_results
        • load_results()
  • Example Notebooks
    • Access Sentinel 2 Data from AWS
      • Start Dask Client
      • Find STAC Items to Load
      • Review Query Result
      • Plot STAC Items on a Map
      • Construct Dask Dataset
      • Load data into local memory
      • Load with bounding box
    • Access Sentinel 2 Data on Planetary Computer
      • Setup Instructions
      • Start Dask Client
      • Query STAC API
      • Lazy load all the bands
      • Do some math with bands
    • Access Sentinel 2 Analysis Ready Data from Digital Earth Africa
      • Import Required Packages
      • Set Collection Configuration
      • Set AWS Configuration
      • Connect to the Digital Earth Africa STAC Catalog
      • Find STAC Items to Load
        • Define query parameters
        • Construct query and get items from catalog
      • Load the Data
        • Compute a band index
  • Benchmarking Utilities
    • Define Test Site
    • Prepare Load Configuration
    • Start Dask Cluster
    • Run Benchmark
    • Review Results

STAC

  • STAC vs Open Datacube
    • Multiple Bands per File
    • Geo Referencing Metadata
    • Consistency Assumptions
  • Best Practices
    • Assumptions

Index

  • Indices and tables
odc-stac
  • Index

Index

_ | A | B | C | D | E | G | I | L | M | O | P | R | S

_

  • __init__() (odc.stac.bench.BenchLoadParams method)
    • (odc.stac.bench.BenchmarkContext method)
    • (odc.stac.ParsedItem method)
    • (odc.stac.RasterBandMetadata method)
    • (odc.stac.RasterCollectionMetadata method)
    • (odc.stac.RasterLoadParams method)
    • (odc.stac.RasterSource method)

A

  • assets() (odc.stac.ParsedItem method)

B

  • BenchLoadParams (class in odc.stac.bench)
  • BenchmarkContext (class in odc.stac.bench)

C

  • configure_rio() (in module odc.stac)
  • configure_s3_access() (in module odc.stac)
  • crs() (odc.stac.ParsedItem method)

D

  • dump_site() (in module odc.stac.bench)

E

  • extract_collection_metadata() (in module odc.stac)

G

  • geoboxes() (odc.stac.ParsedItem method)

I

  • image_geometry() (odc.stac.ParsedItem method)

L

  • load() (in module odc.stac)
  • load_from_json() (in module odc.stac.bench)
  • load_results() (in module odc.stac.bench)

M

  • module
    • odc.stac
    • odc.stac.bench

O

  • odc.stac
    • module
  • odc.stac.bench
    • module
  • output_geobox() (in module odc.stac)

P

  • parse_item() (in module odc.stac)
  • parse_items() (in module odc.stac)
  • ParsedItem (class in odc.stac)

R

  • RasterBandMetadata (class in odc.stac)
  • RasterCollectionMetadata (class in odc.stac)
  • RasterLoadParams (class in odc.stac)
  • RasterSource (class in odc.stac)
  • resolve_bands() (odc.stac.ParsedItem method)
  • run_bench() (in module odc.stac.bench)

S

  • safe_geometry() (odc.stac.ParsedItem method)
  • solar_date_at() (odc.stac.ParsedItem method)
  • strip() (odc.stac.ParsedItem method)

© Copyright 2021, ODC. Last updated on Nov 23, 2025.