Description Usage Format Source References Examples
MODIS Vegetation Indices MOD13A1 product
1 | data(system.file("data/MOD13A1.hdf", package="LSTtools"))
|
A .hdf MODIS MOD13A1 file
https://earthexplorer.usgs.gov/
Didan, K., A. Barreto-Munoz, R. Solano & A. Huete. (2015), MODIS Vegetation Index User’s Guide (MOD13 Series) Collection-6. Arizona, USA, 32.
1 2 3 4 5 6 7 | data(system.file("data/MOD13A1.hdf", package="LSTtools"))
# For NDVI MOD13Q1 product, filtering pixels with usefulness <= 2 and view zenith angle <= 35
v <- veg_filter(MOD13A1, vi = "NDVI", rel = FALSE, usef = 2, angle = 35)
raster::plot(v[[1]], main = "Filtered NDVI")
raster::plot(v[[2]], main = "Reliability")
raster::plot(v[[3]], main = "Usefulness")
raster::plot(v[[4]], main = "viewing zenith angle (°)")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.