Skip to content

sdat2/get_era5

Repository files navigation

get_era5 README

License: MITCode StylePython packageDocumentation StatusPyPI versionDOI

Description

A package for downloading ERA5 easily.

!NOTE: NOT YET READY FOR PUBLIC USE!

Install using pip

pip install get_era5

Install using conda

conda install -c conda-forge get_era5

Package structure

├── CHANGELOG.txt      <- List of main changes at each new package version.
├── CITATION.cff       <- File to allow you to easily cite this repository.
├── LICENSE            <- MIT Open software license.
├── Makefile           <- Makefile with commands.
├── pytest.ini         <- Enable doctest unit-tests.
├── README.md          <- The top-level README for developers using this project.
├── setup.py           <- Python setup file for pip install.
|
├── get_era5             <- Package folder.
|   |
│   ├── __init__.py    <- Init file.
│   ├── _version.py    <- Key package information.
|   └── hourly.py      <- Hourly data download.
|
└── tests              <- Test folder.

Requirements

  • Python 3.8+
  • sithom
  • cdsapi
  • xarray

About

Get ERA5 helper functions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published