Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eWaterCycle/era5cli
Command Line Interface to download ERA5 from Copernicus Climate Data Service
https://github.com/eWaterCycle/era5cli
Last synced: about 1 month ago
JSON representation
Command Line Interface to download ERA5 from Copernicus Climate Data Service
- Host: GitHub
- URL: https://github.com/eWaterCycle/era5cli
- Owner: eWaterCycle
- License: apache-2.0
- Created: 2019-02-19T10:10:30.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T12:01:27.000Z (2 months ago)
- Last Synced: 2024-10-29T19:46:33.263Z (2 months ago)
- Language: Python
- Homepage: https://era5cli.readthedocs.io/
- Size: 655 KB
- Stars: 44
- Watchers: 8
- Forks: 8
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: docs/CODE_OF_CONDUCT.md
- Citation: CITATION.cff
Awesome Lists containing this project
- open-sustainable-technology - era5cli - Command Line Interface to download ERA5 from Copernicus Climate Data Service. (Climate Change / Climate Data Processing and Analysis)
README
> [!IMPORTANT]
> The old Climate Data Store (CDS) will be shut down on 3 September 2024.
> All era5cli versions up to v1.4.2 will no longer work.
>
> For more information see: https://forum.ecmwf.int/t/the-new-climate-data-store-beta-cds-beta-is-now-live/3315
>
>
> To continue using era5cli, you will need to re-register at ECMWF and get a new API key,
> and transition to the era5cli v2 beta. This can be installed with:
> `pip install era5cli==2.0.0b2`> [!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/).[![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)A command line interface to download ERA5 data from the [Copernicus Climate Data Store]().
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
Free software: Apache Software License 2.0
Documentation: https://era5cli.readthedocs.io