# STAC Notebooks These notebooks demonstrate how to discover, query, and load Earth observation data from the eodc STAC catalogue using `pystac-client`, `odc-stac`, and `xarray`. ```{toctree} :hidden: Data Discovery Load Data with Xarray Access nDOM Data Load CLMS Data CLMS VPP Data Load ClimateDT Data Customer-Managed STAC Service ``` ## Notebooks | Notebook | Description | |---|---| | [Data Discovery](stac-discovery) | Connect to the eodc STAC API, search collections by bounding box and time range | | [Load Data with Xarray](stac-xarray) | Load STAC search results into an xarray dataset via `odc-stac` | | [Access nDOM Data](stac-ndom) | Access the Normalised Digital Surface Model dataset via STAC | | [Load CLMS Data](stac-clms) | Load Copernicus Land Monitoring Service data from the STAC catalogue | | [CLMS VPP Data](stac-clms-vpp) | Access the CLMS VPP data in the eodc STAC | | [Load ClimateDT Data](stac-climatedt) | Access ClimateDT weather-station data via the STAC API | | [Customer-Managed STAC Service](stac-customer-ingestion) | Publish and manage your own Collections and Items in a customer-specific STAC endpoint |