downloadProducts | R Documentation |
Download Sentinel Products.
downloadProducts(user = user, password = password, uuid, destdir = ".",
engine = "wget", logfile = NULL, quiet = FALSE)
user |
a character string. |
password |
a character string. |
uuid |
a vector of character strings with UUIDs of the products to be downloaded. |
destdir |
the destination direction (as a character string). By default, the current working directory is used. |
engine |
the program used to download the files. |
logfile |
file where the result for each product is written. |
quiet |
a logical value specifying whether the progress of the computations should be printed or not. |
The values given to the argument uuid
are found with the
function summarySearchCopernicus
.
A query to download a product from the Long Term Archive (LTA) triggers the retrieval mechanism which takes a few hours be effective.
NULL
Emmanuel Paradis
searchCopernicus
, summarySearchCopernicus
,
downloadGcloud
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.