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',
)
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.5.tar.gz
(7.9 kB
view hashes)