downloadGcloud | R Documentation |
Download Sentinel-2 L1C Products from GoogleCloud. This function does not need a Google account since it uses the public URLs to the files.
downloadGcloud(DF, bands, destdir = ".", engine = "wget", quiet = FALSE)
DF |
a data frame returned by
|
bands |
the bands to be downloaded. Can be numeric vector with
value(s) between 1 and 12, or a vector of mode character. In either
case, the values are checked. If left missing, all bands are
download. For example, |
destdir |
the destination direction (as a character string). By default, the current working directory is used. |
engine |
the program used to download the files. |
quiet |
a logical value specifying whether the progress of the computations should be printed or not. |
TBD
NULL
Emmanuel Paradis
https://cloud.google.com/storage/docs/public-datasets/sentinel-2
searchCopernicus
, summarySearchCopernicus
,
downloadProducts
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.