era5cli


Nameera5cli JSON
Version 2.0.0 PyPI version JSON
download
home_pageNone
SummaryA command line interface to download ERA5 data from the Copernicus Climate Data Store. https://climate.copernicus.eu/..
upload_time2025-02-10 13:09:06
maintainerNone
docs_urlNone
authorRonald van Haren, Jaro Camphuijsen, Yifat Dzigan, Niels Drost, Fakhereh Alidoost, Bouwe Andela, Jerom Aerts, Berend Weel, Rolf Hut, Klaus Zimmermann, Peter Kalverla, Aytaç Paçal, Stef Smeets, Stefan Verhoeven, Elizaveta Malinina
requires_python>=3.9
licenseApache Software License
keywords era-5 cds api cds download climate data
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![github license badge](https://img.shields.io/github/license/eWaterCycle/era5cli)](https://github.com/eWaterCycle/era5cli)
[![rsd badge](https://img.shields.io/badge/RSD-era5cli-blue)](https://research-software-directory.org/software/era5cli)
[![fair-software.eu](https://img.shields.io/badge/fair--software.eu-%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8B-yellow)](https://fair-software.eu)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3252665.svg)](https://doi.org/10.5281/zenodo.3252665)

[![Documentation Status](https://readthedocs.org/projects/era5cli/badge/?version=stable)](https://era5cli.readthedocs.io/en/stable/?badge=stable)
[![build](https://github.com/eWaterCycle/era5cli/actions/workflows/test_and_build.yml/badge.svg)](https://github.com/eWaterCycle/era5cli/actions/workflows/test_and_build.yml)
[![Test Coverage](https://codecov.io/gh/eWaterCycle/era5cli/branch/main/graph/badge.svg?token=qeZXgGASBK)](https://codecov.io/gh/eWaterCycle/era5cli)
[![PyPI](https://badge.fury.io/py/era5cli.svg)](https://badge.fury.io/py/era5cli)

<img align="right" width="150" alt="Logo" src="docs/assets/era5cli_logo_colors_border.png">

> [!IMPORTANT]
> The old Climate Data Store (CDS) has been shut down. All era5cli versions up to v1.4.2 will no longer work.
> 
> For more information see:
> https://forum.ecmwf.int/t/goodbye-legacy-climate-data-store-hello-new-climate-data-store-cds/6380/14
> 
> To continue using era5cli, you will need to re-register at ECMWF and get a new API key,
> and transition to era5cli version 2. This can be installed with:
> `pip install era5cli==2.0.0` 

> [!WARNING]
> netCDF files from the new Climate Data Store Beta are not formatted the same as the
> old CDS. Some variables might be missing.
> See the open issue [here](https://github.com/eWaterCycle/era5cli/issues/165), as well as the [ECMWF discussion forum](https://forum.ecmwf.int/).  

A command line interface to download ERA5 data from the [Copernicus Climate Data Store](<https://climate.copernicus.eu/>).

<hr>

With `era5cli` you can:

 - Download meteorological data in GRIB/NetCDF, including ERA5 data from the preliminary back extension, and ERA5-Land data.
 - List and retrieve information on available variables and pressure levels
 - Select multiple variables for several months and years
 - Split outputs by years (and optionally months), producing a separate files instead of merging them in one file
 - Download multiple files at once
 - Extract data for a sub-region of the globe

<hr>

Free software: Apache Software License 2.0

Documentation: https://era5cli.readthedocs.io


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "era5cli",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "ERA-5, cds api, cds download, climate data",
    "author": "Ronald van Haren, Jaro Camphuijsen, Yifat Dzigan, Niels Drost, Fakhereh Alidoost, Bouwe Andela, Jerom Aerts, Berend Weel, Rolf Hut, Klaus Zimmermann, Peter Kalverla, Ayta\u00e7 Pa\u00e7al, Stef Smeets, Stefan Verhoeven, Elizaveta Malinina",
    "author_email": "Barbara Vreede <b.vreede@esciencecenter.nl>, Bart Schilperoort <b.schilperoort@esciencecenter.nl>",
    "download_url": "https://files.pythonhosted.org/packages/5a/38/a0f7c48ccae4833b3971d7f56c7a6808d49cbabb0de90179db3bae989116/era5cli-2.0.0.tar.gz",
    "platform": null,
    "description": "[![github license badge](https://img.shields.io/github/license/eWaterCycle/era5cli)](https://github.com/eWaterCycle/era5cli)\n[![rsd badge](https://img.shields.io/badge/RSD-era5cli-blue)](https://research-software-directory.org/software/era5cli)\n[![fair-software.eu](https://img.shields.io/badge/fair--software.eu-%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8B-yellow)](https://fair-software.eu)\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3252665.svg)](https://doi.org/10.5281/zenodo.3252665)\n\n[![Documentation Status](https://readthedocs.org/projects/era5cli/badge/?version=stable)](https://era5cli.readthedocs.io/en/stable/?badge=stable)\n[![build](https://github.com/eWaterCycle/era5cli/actions/workflows/test_and_build.yml/badge.svg)](https://github.com/eWaterCycle/era5cli/actions/workflows/test_and_build.yml)\n[![Test Coverage](https://codecov.io/gh/eWaterCycle/era5cli/branch/main/graph/badge.svg?token=qeZXgGASBK)](https://codecov.io/gh/eWaterCycle/era5cli)\n[![PyPI](https://badge.fury.io/py/era5cli.svg)](https://badge.fury.io/py/era5cli)\n\n<img align=\"right\" width=\"150\" alt=\"Logo\" src=\"docs/assets/era5cli_logo_colors_border.png\">\n\n> [!IMPORTANT]\n> The old Climate Data Store (CDS) has been shut down. All era5cli versions up to v1.4.2 will no longer work.\n> \n> For more information see:\n> https://forum.ecmwf.int/t/goodbye-legacy-climate-data-store-hello-new-climate-data-store-cds/6380/14\n> \n> To continue using era5cli, you will need to re-register at ECMWF and get a new API key,\n> and transition to era5cli version 2. This can be installed with:\n> `pip install era5cli==2.0.0` \n\n> [!WARNING]\n> netCDF files from the new Climate Data Store Beta are not formatted the same as the\n> old CDS. Some variables might be missing.\n> See the open issue [here](https://github.com/eWaterCycle/era5cli/issues/165), as well as the [ECMWF discussion forum](https://forum.ecmwf.int/).  \n\nA command line interface to download ERA5 data from the [Copernicus Climate Data Store](<https://climate.copernicus.eu/>).\n\n<hr>\n\nWith `era5cli` you can:\n\n - Download meteorological data in GRIB/NetCDF, including ERA5 data from the preliminary back extension, and ERA5-Land data.\n - List and retrieve information on available variables and pressure levels\n - Select multiple variables for several months and years\n - Split outputs by years (and optionally months), producing a separate files instead of merging them in one file\n - Download multiple files at once\n - Extract data for a sub-region of the globe\n\n<hr>\n\nFree software: Apache Software License 2.0\n\nDocumentation: https://era5cli.readthedocs.io\n\n",
    "bugtrack_url": null,
    "license": "Apache Software License",
    "summary": "A command line interface to download ERA5 data from the Copernicus Climate Data Store. https://climate.copernicus.eu/..",
    "version": "2.0.0",
    "project_urls": null,
    "split_keywords": [
        "era-5",
        " cds api",
        " cds download",
        " climate data"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "798acbea382071ece81f446f305f20b0f6bff6a16ee792ae3c9640091f64fa3d",
                "md5": "ee4070a71cae38d1efcf8c2d819bd0eb",
                "sha256": "8255f03fe433615080cd69ca19b897e7759d377ec0622d24b1b41310a20c2838"
            },
            "downloads": -1,
            "filename": "era5cli-2.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ee4070a71cae38d1efcf8c2d819bd0eb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 29910,
            "upload_time": "2025-02-10T13:09:05",
            "upload_time_iso_8601": "2025-02-10T13:09:05.395432Z",
            "url": "https://files.pythonhosted.org/packages/79/8a/cbea382071ece81f446f305f20b0f6bff6a16ee792ae3c9640091f64fa3d/era5cli-2.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5a38a0f7c48ccae4833b3971d7f56c7a6808d49cbabb0de90179db3bae989116",
                "md5": "5ec3ccf90f92306e62b61faed8e50b4b",
                "sha256": "2487339fa49b7011a9b8a8df3dcc45a10e14f659d003b6874da9f50556473d2a"
            },
            "downloads": -1,
            "filename": "era5cli-2.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "5ec3ccf90f92306e62b61faed8e50b4b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 374625,
            "upload_time": "2025-02-10T13:09:06",
            "upload_time_iso_8601": "2025-02-10T13:09:06.784371Z",
            "url": "https://files.pythonhosted.org/packages/5a/38/a0f7c48ccae4833b3971d7f56c7a6808d49cbabb0de90179db3bae989116/era5cli-2.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-10 13:09:06",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "era5cli"
}
        
Elapsed time: 0.39665s