A package to download ECMWF open data
Project description
ecmwf-opendata
A package to download ECMWF open data
from ecmwf.opendata import Client
client = Client("https://....")
client.retrieve(
date=-1,
time=6,
step=144,
stream="waef",
type="ef",
target="data.grib",
param='mwd',
)
ECMWF open data license
By downloading data from the ECMWF open data dataset, you agree to the their terms: Attribution 4.0 International (CC BY 4.0). If you do not agree with such terms, do not download the data.
License
Apache License 2.0 In applying this licence, ECMWF does not waive the privileges and immunities granted to it by virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ecmwf-opendata-0.0.12.tar.gz
(8.9 kB
view hashes)