downloadGcloud: Download S2 MSI L1C Products From GoogleCloud

View source: R/sentinel.R

downloadGcloudR Documentation

Download S2 MSI L1C Products From GoogleCloud

Description

Download Sentinel-2 L1C Products from GoogleCloud. This function does not need a Google account since it uses the public URLs to the files.

Usage

downloadGcloud(DF, bands, destdir = ".", engine = "wget", quiet = FALSE)

Arguments

DF

a data frame returned by summarySearchCopernicus with information on the products to be downloaded. This must use the level = 4 option of this latter function.

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, bands = c(2:4, 8) will download the four bands with a 10-m resolution.

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.

Details

TBD

Value

NULL

Author(s)

Emmanuel Paradis

References

https://cloud.google.com/storage/docs/public-datasets/sentinel-2

See Also

searchCopernicus, summarySearchCopernicus, downloadProducts


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