Metadata-Version: 2.1
Name: pangeo-forge-recipes
Version: 0.10.7
Summary: Pipeline tools for building and publishing analysis ready datasets.
Author-email: Ryan Abernathey <rpa@ldeo.columbia.edu>
License: Apache-2.0
Project-URL: Homepage, https://github.com/pangeo-forge/pangeo-forge-recipes
Project-URL: Tracker, https://github.com/pangeo-forge/pangeo-forge-recipes/issues
Project-URL: Documentation, https://pangeo-forge.readthedocs.io/en/latest/
Keywords: pangeo,data
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: apache-beam
Requires-Dist: cftime
Requires-Dist: dask >=2021.11.2
Requires-Dist: fastparquet
Requires-Dist: fsspec[http] >=2023.4.0
Requires-Dist: h5netcdf
Requires-Dist: h5py >=3.3.0
Requires-Dist: kerchunk >=0.0.7
Requires-Dist: netcdf4
Requires-Dist: numcodecs >=0.9.0
Requires-Dist: xarray >=0.18.0
Requires-Dist: zarr >=2.12.0
Provides-Extra: minio
Requires-Dist: docker ; extra == 'minio'
Provides-Extra: test
Requires-Dist: click ; extra == 'test'
Requires-Dist: pytest <8.0.0 ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: pytest-xdist ; extra == 'test'
Requires-Dist: pytest-lazy-fixture ; extra == 'test'
Requires-Dist: pytest-sugar ; extra == 'test'
Requires-Dist: pytest-timeout ; extra == 'test'
Requires-Dist: s3fs ; extra == 'test'
Requires-Dist: gcsfs ; extra == 'test'
Requires-Dist: scipy ; extra == 'test'

# pangeo-forge-recipes

[![PyPI version](https://badge.fury.io/py/pangeo-forge-recipes.svg)](https://badge.fury.io/py/pangeo-forge-recipes)
[![CI](https://github.com/pangeo-forge/pangeo-forge-recipes/actions/workflows/test-integration.yaml/badge.svg)](https://github.com/pangeo-forge/pangeo-forge-recipes/actions/workflows/test-integration.yaml)
![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)
[![NSF Award 2026932](https://img.shields.io/badge/NSF-2026932-blue)](https://www.nsf.gov/awardsearch/showAward?AWD_ID=2026932&HistoricalAwards=false)

__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/pangeo_forge_recipes/recipe_user_guide/index.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 2pm ET via [Whereby](https://whereby.com/pangeo).
Calendar link [here](https://pangeo.io/meeting-notes.html#meetings-calendar).
We aim to announce cancellations on [this discourse thread](https://discourse.pangeo.io/t/pangeo-forge-working-group-and-coordination-meetings/2816).

## License

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