mod13a1: MODIS MOD13A1 product

Description Usage Format Source References Examples

Description

MODIS Vegetation Indices MOD13A1 product

Usage

1
data(system.file("data/MOD13A1.hdf", package="LSTtools"))

Format

A .hdf MODIS MOD13A1 file

Source

https://earthexplorer.usgs.gov/

References

Didan, K., A. Barreto-Munoz, R. Solano & A. Huete. (2015), MODIS Vegetation Index User’s Guide (MOD13 Series) Collection-6. Arizona, USA, 32.

Examples

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 (°)")

RichardLemoine/LSTtools documentation built on Oct. 19, 2020, 12:50 a.m.