Overview¶
During this presentation, he will give an overview of two different Python tools for working with petabyte-scale earth system model data collections: intake-esm and intake-esgf. Key differences between the two will be highlighted, with examples of what should be used when in addition to the general philosophies of the toolkits, and roadmaps moving forward.
Following Along¶
If you are interested in following along to the tutorial, please use the following steps:
- Clone this repository and move into the directory
git clone https://github.com/mgrover1/esds-intake-esm-esgf-2025.git
cd esds-intake-esm-esgf-2025
- Install the conda environment
conda env create -f environment.yml
- Activate your environment
conda activate esds-intake-esm-esgf-2025-dev
- Start your Jupyterlab instance
jupyter lab