Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/notebooks/Gallery.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@
"| Multi-sample (multi-file) retrieval | -- | [Complex Time Series Retrieval](./data/GettingComplexSeries.ipynb) | 18 Aug 2025 |\n",
"| Transform-on-load | How to transform and adjust data at load-time | [Using Built-In Operations](./data/UsingTheInBuiltOperations.ipynb) | 18 Aug 2025 |\n",
"| Applying data transforms | -- | [Applying Data Transforms](./data/Transforms.ipynb) | 18 Aug 2025 |\n",
"| Geospatial subsetting | -- | [Region Cutting](./data/RegionCutting.ipynb) | 18 Aug 2025 |\n"
"| Geospatial subsetting | -- | [Region Cutting](./data/RegionCutting.ipynb) | 18 Aug 2025 |\n",
"| Remote Zarr Loading | Demontsrates loading data in a remote zarr archive | [Remote Zarr Loading](./data/Zarr_ |2 June 2026 |\n"
]
},
{
Expand Down Expand Up @@ -170,7 +171,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.13.9"
"version": "3.14.5"
}
},
"nbformat": 4,
Expand Down
Loading