Description Usage Arguments Details Value
Interface to download and process tile-wise Land Surface Temperature (LST) data.
1 | extract.lst(ifile, ofile, delete.original = TRUE)
|
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. |
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".
One or multiple raster objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.