Skip to content

pangeo-forge/staged-recipes

Repository files navigation

staged-recipes

This is the starting place for a new recipe, welcome!

Adding a new Recipe

To add a new recipe, you'll open a pull request containing:

  1. A recipes/<Your feedstock name>/meta.yaml file, containing the metadata for your dataset
  2. 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.

Developing a Recipe

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:

badge

If you're working locally, you'll need to clone https://github.com/pangeo-forge/staged-recipes.

About

A place to submit pangeo-forge recipes before they become fully fledged pangeo-forge feedstocks

Resources

License

Stars

Watchers

Forks

Releases

No releases published