#' MODIS MOD11A1 product
#'
#' MODIS Land Surface Temperature and Emissivity MOD11A1 product
#'
#' @docType data
#'
#' @usage data(system.file("data/MOD11A1.hdf", package="LSTtools"))
#'
#' @format A .hdf MODIS MOD11A1 file
#'
#' @keywords MODIS
#'
#' @references Wan. Z. (2013), Collection-6 MODIS Land Surface Temperature Products
#' User’s guide. Santa Barbara, USA, 33.
#'
#' @source https://earthexplorer.usgs.gov/
#'
#' @examples
#' 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 (°)")
"MOD11A1"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.