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, ...)
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 |
overwrite |
logical. If |
path |
character. Path name indicating where to store the data |
update |
logical. If |
... |
Additional arguments that can be passed to |
Downloads compressed global layers within the dates specified. For further processing, uncompressed ".nc4" files can be opened with the terra
package.
Character vector of file names pointing to the downloaded files
start <- "2019-05-17"
end <- "2019-05-23"
path <- tempdir()
# ff <- getAVHRR(start, end, path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.