Description Usage Arguments Details Value References See Also Examples
Find and download MODIS data for a specific product, area, and time period. The function returned is list of filenames that may have been downloaded.
1 |
product |
character. Supported products can be found using |
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 |
aoi |
numeric vector of four elements (minimum longitude, maximum longitude, minimum latitude, maximum latitude) encompassing the area of interest. Or a SpatExtent or Extent object, or any object from which an Extent can be extracted (see examples) |
download |
logical. If |
path |
character. Path name indicating where to store the data |
version |
character |
limit |
integer > 0 |
server |
character |
... |
Additional arguments. These can be product specific. See Details) |
If no data is available between start_date
and end_date
, files for the closest dates are returned.
character vector of file names pointing to the downloaded files (if download=TRUE
)
https://rspatial.org/terra/modis/
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.