Metview's documentation is now on readthedocs!

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This icon downloads a file from a given URL. By default the result is cached, but a target path can also be specified in order to save the file directly to a given location. This is particularly useful for data types that Metview does not have specific support for. 

The macro language equivalent is download().

The Download Editor

Url

Provide a URL that  will return a file. This can be, for instance, a URL that points directly to a particular file, or a request to a web server that could generate and return some data.

Target

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. 

 

  • No labels