Skip to content

e5k/CDSAPItools

Repository files navigation

CDSAPItools

These functions are designed to download ERA5 data per month. In other words, the function will split the required duration into 1-month intervals. The idea behind this module is to prevent having to keep a Python instance running during the entire duration of the queue process. This is implemented in two steps:

  1. Request the data to the server, which will queue all requests. All requests are stored in out_path/ERA5props.csv, but no download is made yet.
  2. Manually check what requests have been completed and download those that have. Again, this updates ERA5props.csv so only new files are downloaded

Requirements

CDSAPItools require the pandas and cdsapi modules:

pip install cdsapi pandas

References:

CDS background

Method implementation:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages