Crop MODIS LST scenes based on the extent of the study area,after that reproject cropped MODIS LST scenes to the target projected coordinate system.

lstProcessing(LSTScene, studyarea = "ATA", crs = "+init=epsg:3031")

Arguments

LSTScene

MODIS LST scene to be cropped and projected.

studyarea

Name of study area ( 'GADM','countries'), the default study area is Antarctica "ATA".

crs

Target projected coordinate system, the default is Antarctica polar stereographic projected coordinate system "+init=epsg:3031".

Value

Projected and Cropped MODIS LST scenes.

Examples

if (FALSE) { lstProcessing(aqua,terra) }