A class and generator function to store parameters used in configuring downloads from the CMEMS servers
pythonPath to the local python installation
scriptpath to local script for the motuclient. If NULL, then the client is invoked via use of the "-m motuclient" argument to python (under the assumption that it is already installed)
useruser name (string)
pwduser password (string)
auth.modethe authentication mode: [default: cas]. Use "none" for no authentication, "basic" for basic authentication, cas for Central Authentication Service
proxy.serverthe proxy server (url)
proxy.userthe proxy user (string)
proxy.pwdthe proxy password (string)
socket.timeoutSet a timeout on blocking socket operations (float expressing seconds)
user.agentSet the identification string (user-agent) for HTTP requests. By default this value is 'Python-urllib/x.x' (where x.x is the version of the python interpreter)
sync.modeSets the download mode to synchronous (not recommended)
block.sizeThe block used to download file (integer expressing bytes)
motuthe Motu server to use (url)
service.idThe service identifier (string)
product.idThe product (data set) to download (string)
variableThe variable(s) to download (vector of strings)
date.minThe min date with optional hour resolution (string following format YYYY-MM-DD [HH:MM:SS])
date.maxThe max date with optional hour resolution (string following format YYYY-MM-DD [HH:MM:SS ])
latitude.minThe southern limit of the spatial subset (string)
latitude.maxThe northern limit of the spatial subset (string)
longitude.minThe western limit of the spatial subset (string)
longitude.maxThe eastern limit of the spatial subset (string)
depth.minThe shallow limit of the spatial subset
depth.maxThe deep limit of the spatial subset
out.dirThe output directory
out.nameThe filename to write to
Details and documentation on the Motu client, including releases of the software to download, can be found on the associated GitHub site, https://github.com/clstoulouse/motu-client-python
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.