Description Usage Format Source References Examples
MODIS Land Surface Temperature and Emissivity MOD11A1 product
1 | data(system.file("data/MOD11A1.hdf", package="LSTtools"))
|
A .hdf MODIS MOD11A1 file
https://earthexplorer.usgs.gov/
Wan. Z. (2013), Collection-6 MODIS Land Surface Temperature Products User’s guide. Santa Barbara, USA, 33.
1 2 3 4 5 6 | data(system.file("data/MOD11A1.hdf", package="LSTtools"))
# For LST day MOD11A1 product, filtering pixels with LST error <= 1 and view zenith angle <= 35
r <- lst_filter(MOD11A1, time = "day", flag = 1, angle = 35, conv = TRUE)
raster::plot(r[[1]], col=RColorBrewer::brewer.pal(9, 'YlOrRd'), main = "Filtered LST (°C)")
raster::plot(r[[2]], main = "LST error (°C)")
raster::plot(r[[3]], main = "viewing zenith angle (°)")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.