mod11a1: MODIS MOD11A1 product

Description Usage Format Source References Examples

Description

MODIS Land Surface Temperature and Emissivity MOD11A1 product

Usage

1
data(system.file("data/MOD11A1.hdf", package="LSTtools"))

Format

A .hdf MODIS MOD11A1 file

Source

https://earthexplorer.usgs.gov/

References

Wan. Z. (2013), Collection-6 MODIS Land Surface Temperature Products User’s guide. Santa Barbara, USA, 33.

Examples

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 (°)")

RichardLemoine/LSTtools documentation built on Oct. 19, 2020, 12:50 a.m.