Generalised checklist for notebook updates: - [ ] odc-stac `load()` and `configure_s3_access` imported - [ ] `pystac_client` `Client` imported - [ ] environment setup includes `catalog`, `stac_client` and `configure_s3_access()` - [ ] cell that searched a collection for items with `pystac-client` - [ ] cell that loads discovered items into an xarray with `odc-stac` This notebook offers an example of loading data with STAC to use as a guide: https://github.com/caitlinadams/de-sar-sample-data/blob/main/demo_notebooks/03_loading_with_stac.ipynb