isabella232 / staged-recipes

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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, follow this URL:

https://staging.binder.pangeo.io/v2/gh/pangeo-forge/docker-images/master?urlpath=git-pull%3Frepo%3Dhttps%253A%252F%252Fgithub.com%252Fpangeo-forge%252Fstaged-recipes%26urlpath%3Dlab%252Ftree%252Fstaged-recipes%252FREADME.md%26branch%3Dmaster

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

  1. Copy the example recipe.

About

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

License:Apache License 2.0


Languages

Language:Python 100.0%