getAVHRR | R Documentation |
Find and download AVHRR NDVI CDR global layers for a time period. The function returned is list of filenames that may have been downloaded.
getAVHRR(start_date, end_date, path, overwrite=FALSE, update=FALSE, download=TRUE, quiet=FALSE, ...)
start_date |
character. Start date for the data requested formatted yyyy-m-d |
end_date |
Character. end date for the data requested formatted yyyy-m-d |
path |
character. Path to download data to |
overwrite |
logical. If |
update |
logical. If |
download |
logical. Should the files be downloaded if not available on |
quiet |
logical. Should messages be printed to track the download progress? |
... |
Additional arguments that can be passed to |
Character vector of file names pointing to the downloaded files
## Not run:
start <- "2019-05-17"
end <- "2019-05-23"
path <- tempdir()
ff <- getAVHRR(start, end, path, download=FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.