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")
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". |
Projected and Cropped MODIS LST scenes.
if (FALSE) { lstProcessing(aqua,terra) }