Usage
download_data(date, sat = "MYD10A1", h = 10, v = 10, printFTP = FALSE, ...)
get_tile(ftp, tile, progress = FALSE, clean = TRUE)
Arguments
date
Day for which snow data should be downloaded as Date
, POSIXct
, or POSIXlt
.
sat
Satellite mission used. Currently Terra ("MYD10A1"
) and Aqua ("MOD10A1"
) are supported.
h
Horizontal tile number, see also details.
v
Vertical tile number, see also details.
printFTP
If TRUE
, the FTP address where the data are downloaded is printed.
...
Further arguments passed to get_tile()
.
ftp
Address of the repository.
progress
Indicates whether or not progress is displayed.
clean
Indidcates whether or not temporary files are deleted.