Metadata-Version: 2.1
Name: pangeo-forge-recipes
Version: 0.6.0
Summary: Pipeline tools for building and publishing analysis ready datasets.
Home-page: https://github.com/pangeo-forge/pangeo-forge-recipes
Maintainer: Ryan Abernathey
Maintainer-email: rpa@ldeo.columbia.edu
License: Apache
Keywords: pangeo,data
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: setuptools
Requires-Dist: click
Requires-Dist: dask
Requires-Dist: distributed
Requires-Dist: h5py (>=3.3.0)
Requires-Dist: intake
Requires-Dist: intake-xarray
Requires-Dist: rechunker (>=0.4.2)
Requires-Dist: xarray (>=0.18.0)
Requires-Dist: zarr (>=2.6.0)
Requires-Dist: numcodecs (>=0.9.0)
Requires-Dist: fsspec[http] (>=2021.6.0)
Requires-Dist: fsspec-reference-maker (>=0.0.2)
Provides-Extra: dev
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-sugar ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: pytest-lazy-fixture ; extra == 'dev'
Requires-Dist: scipy ; extra == 'dev'
Requires-Dist: netcdf4 ; extra == 'dev'
Requires-Dist: h5netcdf ; extra == 'dev'
Requires-Dist: zarr ; extra == 'dev'

# pangeo-forge-recipes

![CI](https://github.com/pangeo-forge/pangeo-forge-recipes/workflows/CI/badge.svg)
![Codecov](https://img.shields.io/codecov/c/github/pangeo-forge/pangeo-forge-recipes)
[![Documentation Status](https://readthedocs.org/projects/pangeo-forge/badge/?version=latest)](https://pangeo-forge.readthedocs.io/en/latest/?badge=latest)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

__pangeo-forge__ is an open-source tool designed to aid the extraction, transformation, and loading of datasets. The goal of pangeo-forge is to make it easy to extract datasets from traditional data repositories and deposit them into cloud object storage in analysis-ready, cloud-optimized format.

pangeo-forge is inspired by [conda-forge](https://conda-forge.org/), a community-led collection of recipes for building [Conda](https://docs.conda.io/en/latest/) packages. We hope that pangeo-forge can play the same role for datasets.

## Documentation

More can be learned about pangeo-forge, its progress, and related subprojects in its [official documentation](https://pangeo-forge.readthedocs.io).

## Contributing

pangeo-forge is still early in development - there are several ways to contribute:

1. [Create a recipe](https://pangeo-forge.readthedocs.io/en/latest/contribute.html) for a dataset you are interested in
2. Open an issue or pull request here or in any of the related subprojects ([pangeo-smithy](https://github.com/pangeo-forge/pangeo-smithy), [staged-recipes](https://github.com/pangeo-forge/staged-recipes))
3. Check out the project [roadmap](https://github.com/pangeo-forge/roadmap)

## Get in touch

Discussions on pangeo-forge are generally hosted biweekly on Mondays at 7pm UTC via [Whereby](https://whereby.com/pangeo). More details on the scheduling of these meetings can be found [here](https://github.com/pangeo-forge/roadmap/issues/3).

## License

This project is licensed under the [Apache License, Version 2.0](https://github.com/pangeo-forge/pangeo-forge-recipes/blob/master/LICENSE).


