extract.lst: extract.lst

Description Usage Arguments Details Value

Description

Interface to download and process tile-wise Land Surface Temperature (LST) data.

Usage

1
extract.lst(ifile, ofile, delete.original = TRUE)

Arguments

ifile

Path to hdf file.

ofile

Base filename of the output. The name will be ofile + '_day-lst.tif' and ofile + '_night-lst.tif'

delete.original

Logical argument specifying if the hdf should be deleted when processed.

Details

Downloads and pre-processes MOD11A2 and MYD11A2 data for user specified tiles. The data is downloaded from the LAADS DAAC server. for each tile, the function downloads the hdf files for closest in time to the elements in dates and, for each hdf file, extract day and night LST, applies quality information to each band and stores them as separate files names as "Date" + "tile" + "collection" + "variable" + ".tif".

Value

One or multiple raster objects.


RRemelgado/iDivR documentation built on May 9, 2019, 8:11 a.m.