Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Tutorials

Eight notebooks ordered as a learning path. Each builds on concepts from the previous, taking you from loading and inspecting data through transforms, efficient storage, and into a PyTorch training loop.

#NotebookTopic
1Loading and Visualising ERA5from_source(), inspection, plotting
2Writing to ZarrCloud-native chunked storage
3Unit Conversion and NormalisationTransforms, scaling for ML
4Grid Formats and RegriddingRegular grids, HEALPix, sub-area extraction
5Temporal Statistics and Derived VariablesAggregation, anomalies, rolling means
6Chunking Strategies for MLRead performance, DataLoader alignment
7Multi-source Ingestion and PolytopeUnified pipeline, DestinE access
8From Zarr to PyTorch Training LoopDataset, DataLoader, training