...
This parameter is optional. If set, the downloaded file will be copied to the given location. The whole target path must be given, including the file name, and the parent directory must already exist.
...
Example usage
Code Block | ||
---|---|---|
| ||
data = download(url : "http://download.ecmwf.org/test-data/metview/gallery/2m_temperature.grib")
print('Values range from ', minvalue(data), ' to ', maxvalue(data)) |