pangeo-forge-recipes


Namepangeo-forge-recipes JSON
Version 0.10.7 PyPI version JSON
download
home_page
SummaryPipeline tools for building and publishing analysis ready datasets.
upload_time2024-03-19 15:32:17
maintainer
docs_urlNone
author
requires_python>=3.8
licenseApache-2.0
keywords pangeo data
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # 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).

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pangeo-forge-recipes",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "pangeo,data",
    "author": "",
    "author_email": "Ryan Abernathey <rpa@ldeo.columbia.edu>",
    "download_url": "https://files.pythonhosted.org/packages/2b/2a/2b37e21a25bdcc5b670b653365c03758b7021327f305a86b90f7967aafeb/pangeo-forge-recipes-0.10.7.tar.gz",
    "platform": null,
    "description": "# pangeo-forge-recipes\n\n[![PyPI version](https://badge.fury.io/py/pangeo-forge-recipes.svg)](https://badge.fury.io/py/pangeo-forge-recipes)\n[![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)\n![Codecov](https://img.shields.io/codecov/c/github/pangeo-forge/pangeo-forge-recipes)\n[![Documentation Status](https://readthedocs.org/projects/pangeo-forge/badge/?version=latest)](https://pangeo-forge.readthedocs.io/en/latest/?badge=latest)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![NSF Award 2026932](https://img.shields.io/badge/NSF-2026932-blue)](https://www.nsf.gov/awardsearch/showAward?AWD_ID=2026932&HistoricalAwards=false)\n\n__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.\n\npangeo-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.\n\n## Documentation\n\nMore can be learned about pangeo-forge, its progress, and related subprojects in its [official documentation](https://pangeo-forge.readthedocs.io).\n\n## Contributing\n\npangeo-forge is still early in development - there are several ways to contribute:\n\n1. [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\n2. 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))\n3. Check out the project [roadmap](https://github.com/pangeo-forge/roadmap)\n\n## Get in touch\n\nDiscussions on Pangeo Forge are generally hosted biweekly on Mondays at 2pm ET via [Whereby](https://whereby.com/pangeo).\nCalendar link [here](https://pangeo.io/meeting-notes.html#meetings-calendar).\nWe aim to announce cancellations on [this discourse thread](https://discourse.pangeo.io/t/pangeo-forge-working-group-and-coordination-meetings/2816).\n\n## License\n\nThis project is licensed under the [Apache License, Version 2.0](https://github.com/pangeo-forge/pangeo-forge-recipes/blob/master/LICENSE).\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Pipeline tools for building and publishing analysis ready datasets.",
    "version": "0.10.7",
    "project_urls": {
        "Documentation": "https://pangeo-forge.readthedocs.io/en/latest/",
        "Homepage": "https://github.com/pangeo-forge/pangeo-forge-recipes",
        "Tracker": "https://github.com/pangeo-forge/pangeo-forge-recipes/issues"
    },
    "split_keywords": [
        "pangeo",
        "data"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "957ef9660fc9bf8b6f7aacd5eb52e46ba3274bb7202c857e0d72d8261f1b13eb",
                "md5": "e800b8db45d59e32d75ce79240e8142e",
                "sha256": "215d5b67f54bf8070e89a612f3d4c60718e507e2e458d1c399cad258b7c5e23e"
            },
            "downloads": -1,
            "filename": "pangeo_forge_recipes-0.10.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e800b8db45d59e32d75ce79240e8142e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 130253,
            "upload_time": "2024-03-19T15:32:15",
            "upload_time_iso_8601": "2024-03-19T15:32:15.967798Z",
            "url": "https://files.pythonhosted.org/packages/95/7e/f9660fc9bf8b6f7aacd5eb52e46ba3274bb7202c857e0d72d8261f1b13eb/pangeo_forge_recipes-0.10.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2b2a2b37e21a25bdcc5b670b653365c03758b7021327f305a86b90f7967aafeb",
                "md5": "bd8ca3341eb52960f9b48147d739f8bf",
                "sha256": "92497672cc40394b6cdcf27aa54a2094bdf307af1e2f5628ea3eda9876b78b3f"
            },
            "downloads": -1,
            "filename": "pangeo-forge-recipes-0.10.7.tar.gz",
            "has_sig": false,
            "md5_digest": "bd8ca3341eb52960f9b48147d739f8bf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 115252,
            "upload_time": "2024-03-19T15:32:17",
            "upload_time_iso_8601": "2024-03-19T15:32:17.354356Z",
            "url": "https://files.pythonhosted.org/packages/2b/2a/2b37e21a25bdcc5b670b653365c03758b7021327f305a86b90f7967aafeb/pangeo-forge-recipes-0.10.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-19 15:32:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pangeo-forge",
    "github_project": "pangeo-forge-recipes",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "pangeo-forge-recipes"
}
        
Elapsed time: 0.20430s