This is the starting place for a new recipe, welcome!
To add a new recipe, you'll open a pull request containing:
- A
recipes/<Your feedstock name>/meta.yaml
file, containing the metadata for your dataset - A
recipes/<Your feedstock name>/recipe.py
file, a Python module with recipe (or recipe dict-object) definition.
See below for help on writing those files.
Once your recipe is ready (or if you get stuck and need help), open a pull
request from your fork of pangeo-forge/staged-recipes
. A team of bots and
pangeo-forge maintainers will help get your new recipe ready to go.
New recipes can be developed locally or on Pangeo's binder. During the development of the recipe, you shouldn't need to download or process very large amounts of data, so either should be fine. If you want to work remotely on Pangeo's binder, click on this badge:
If you're working locally, you'll need to clone https://github.com/pangeo-forge/staged-recipes.