downloadProducts: Download Sentinel Products

View source: R/sentinel.R

downloadProductsR Documentation

Download Sentinel Products

Description

Download Sentinel Products.

Usage

downloadProducts(user = user, password = password, uuid, destdir = ".",
                 engine = "wget", logfile = NULL, quiet = FALSE)

Arguments

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.

Details

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.

Value

NULL

Author(s)

Emmanuel Paradis

See Also

searchCopernicus, summarySearchCopernicus, downloadGcloud


emmanuelparadis/sentinel documentation built on May 2, 2024, 4:52 a.m.