.coveragerc
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
LICENSE
README.md
codecov.yml
pyproject.toml
setup.cfg
setup.py
.github/dependabot.yml
.github/workflows/main.yaml
.github/workflows/pre-commit.yaml
.github/workflows/release.yaml
.github/workflows/slash-command-dispatch.yaml
.github/workflows/tutorials.yaml
ci/py3.8.yml
ci/py3.9.yml
ci/upstream-dev.yml
docs/Makefile
docs/conf.py
docs/index.md
docs/make.bat
docs/requirements.txt
docs/what_is_pangeo_forge.md
docs/_static/pangeo-forge-logo-blue.png
docs/cloud_automation_user_guide/bakeries.md
docs/cloud_automation_user_guide/index.md
docs/cloud_automation_user_guide/recipe_box.md
docs/development/development_guide.md
docs/development/index.md
docs/development/release_notes.md
docs/introduction_tutorial/index.md
docs/introduction_tutorial/intro_tutorial_part1.ipynb
docs/recipe_user_guide/execution.md
docs/recipe_user_guide/file_patterns.md
docs/recipe_user_guide/index.md
docs/recipe_user_guide/recipes.md
docs/recipe_user_guide/storage.md
docs/tutorials/index.md
docs/tutorials/hdf_reference/reference_cmip6.ipynb
docs/tutorials/xarray_zarr/cmip6-recipe.ipynb
docs/tutorials/xarray_zarr/multi_variable_recipe.ipynb
docs/tutorials/xarray_zarr/ncei-woa-screenshot.png
docs/tutorials/xarray_zarr/netcdf_zarr_sequential.ipynb
docs/tutorials/xarray_zarr/opendap_subset_recipe.ipynb
docs/tutorials/xarray_zarr/terraclimate.ipynb
pangeo_forge_recipes/README.md
pangeo_forge_recipes/__init__.py
pangeo_forge_recipes/_version.py
pangeo_forge_recipes/chunk_grid.py
pangeo_forge_recipes/patterns.py
pangeo_forge_recipes/reference.py
pangeo_forge_recipes/storage.py
pangeo_forge_recipes/utils.py
pangeo_forge_recipes.egg-info/PKG-INFO
pangeo_forge_recipes.egg-info/SOURCES.txt
pangeo_forge_recipes.egg-info/dependency_links.txt
pangeo_forge_recipes.egg-info/not-zip-safe
pangeo_forge_recipes.egg-info/requires.txt
pangeo_forge_recipes.egg-info/top_level.txt
pangeo_forge_recipes/executors/__init__.py
pangeo_forge_recipes/executors/base.py
pangeo_forge_recipes/executors/beam.py
pangeo_forge_recipes/executors/dask.py
pangeo_forge_recipes/executors/prefect.py
pangeo_forge_recipes/executors/python.py
pangeo_forge_recipes/recipes/__init__.py
pangeo_forge_recipes/recipes/base.py
pangeo_forge_recipes/recipes/reference_hdf_zarr.py
pangeo_forge_recipes/recipes/xarray_zarr.py
tests/__init__.py
tests/conftest.py
tests/http_auth_server.py
tests/test_chunk_grid.py
tests/test_fixtures.py
tests/test_locking.py
tests/test_patterns.py
tests/test_pipelines.py
tests/test_storage.py
tests/test_utils.py
tests/recipe_tests/test_HDFReferenceRecipe.py
tests/recipe_tests/test_XarrayZarrRecipe.py
tests/recipe_tests/test_graph_memory.py