API Reference¶
Full API documentation auto-generated from source code docstrings using mkdocstrings.
Start with Entry Points (rasteret module) for the
top-level functions most users need. Core covers
the Collection class and execution layer (get_numpy(), get_xarray(),
get_gdf(), sample_points(), to_torchgeo_dataset()). Ingest
has the builders for STAC and Parquet sources. Fetch
has the COG reader and obstore backend internals. Integrations
covers TorchGeo. Configuration covers cloud/storage,
types, and the CLI.
Browse by navigating the module tree in the sidebar, or use the search box.
Note
Only public API is documented here. Private methods (prefixed with _)
and test modules are excluded.