modisVegIndices: Calculate vegetation indices and land-water index

Description Usage Arguments Details Author(s) References See Also

Description

Calculates vegetation indices: Enhanced Vegetation Index (EVI) and Normalized Difference Vegetation Index (NDVI) and land-water index: Land Surface Water Index (LSWI). Identifies flooded pixels and permanent water using thresholds derived from vegetation and land-water indices.

Usage

1
modisVeg(inpath, informat, outformat="raster", tiles="all")

Arguments

inpath

path with cleaned modis files

informat

File format of the input files can either be "raster" (.grd) or "GTiff" (.tif).

outformat

File format desired by user can either be "raster" (.grd) or "GTiff" (.tif).

tiles

vertical and horizontal tile number of MODIS, tiles should follow the format in the MODIS filename, e.g. "h29v07"

Details

Uses NIR, RED, BLUE, SWIR bands that has been cleaned using modisClean as input in calculating the indices.

Author(s)

Sonia Asilo

References

Xiao, X., Boles, S., Frolking, S. et.al. 2006. Mapping paddy rice agriculture in Southeast Asia using multi-temporal MODIS images. Remote Sensing of Environment 100, pages, 95-113.

See Also

modisClean


RiceMap documentation built on May 2, 2019, 5:16 p.m.