Skip to content

Commit

Permalink
Remove Pangeo-Forge recipes notebook (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrjones authored Nov 11, 2024
1 parent e119b88 commit f70420e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 238 deletions.
1 change: 0 additions & 1 deletion _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ parts:
- caption: Advanced
chapters:
- file: notebooks/advanced/Parquet_Reference_Storage
- file: notebooks/advanced/Pangeo_Forge
- file: notebooks/advanced/appending

- caption: Generating Reference Files
Expand Down
5 changes: 1 addition & 4 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,9 @@ dependencies:
- scipy
- tifffile
- ujson
- xarray
- xarray-datatree
- xarray>=2024.10.0
- zarr
- sphinx-pythia-theme
- pip:
- "apache-beam[interactive, dataframe]"
- git+https://github.com/pangeo-forge/pangeo-forge-recipes
- git+https://github.com/carbonplan/xrefcoord.git
- git+https://github.com/fsspec/kerchunk
230 changes: 0 additions & 230 deletions notebooks/advanced/Pangeo_Forge.ipynb

This file was deleted.

5 changes: 2 additions & 3 deletions notebooks/using_references/Datatree.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"source": [
"## Overview\n",
"\n",
"In this tutorial we are going to use a large collection of pre-generated `Kerchunk` reference files and open them with [xarray-datatree](https://xarray-datatree.readthedocs.io/en/latest/). This chapter is heavily inspired by [this blog post](https://medium.com/pangeo/easy-ipcc-part-1-multi-model-datatree-469b87cf9114).\n",
"\n",
"In this tutorial we are going to use a large collection of pre-generated `Kerchunk` reference files and open them with Xarray's new [DataTree](https://docs.xarray.dev/en/stable/generated/xarray.DataTree.html) functionality. This chapter is heavily inspired by [this blog post](https://medium.com/pangeo/easy-ipcc-part-1-multi-model-datatree-469b87cf9114).\n",
"\n",
"\n",
"### About the Dataset\n",
Expand Down Expand Up @@ -58,7 +57,7 @@
"import hvplot.xarray # noqa\n",
"import pandas as pd\n",
"import xarray as xr\n",
"from datatree import DataTree\n",
"from xarray import DataTree\n",
"from distributed import Client\n",
"from fsspec.implementations.reference import ReferenceFileSystem"
]
Expand Down

0 comments on commit f70420e

Please sign in to comment.