Description Usage Arguments Supported options Note Examples
Set or get parameters used in download_copernicus and extract_copernicus
1  | 
... | 
 Option names to retrieve option values or   | 
The following options are supported
downloadPath Path where the data should be downloaded
outPath Path where the output of get_copernicus should be stored
outProj character string in the PROJ.4 format (see ?CRS). Default to '+init=epsg:32662', corresponding to the Plate Carr\'ee WGS 84
pixelSize character string in the PROJ.4
resamplingType Default resampling method. Default is 'near'. See gdalwarp for other options
gdalPath Default is 'C:/OSGeo4W64/bin/' (this is when the OSGEO suite has been installed)
server Default is 'http://land.copernicus.vgt.vito.be/PDF///datapool/Vegetation/'
user User name to access COPERNICUS data portal. Parameter of download_copernicus
password Password associate with user name to access COPERNICUS data portal. Parameter of download_copernicus
ntry Number of tries after non-succes download response from the server (default = 5). Increasing the value increases chances to actually get the data. Parameter of download_copernicus
resamplingType is not working yet. Use function argument instead.
1 2  | copernicus_options('user' = 'nicolaus', password = 'copernicus')
copernicus_options()
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.