R/sample_data.R

#' Sample Landsat 8 data
#'
#' A list containing \code{RasterStack} of Landsat 8 (6 bands).
#'
#' @format A list of 75 Landsat 8 (SR data) RasterStack.
#'
"ls_l8"

#' Sample Sentinel-1 data
#'
#' A list containing \code{RasterStack} of Sentinel-1 (2 bands).
#'
#' @format A list of 98 Sentinel-1 (VV, VH) RasterStack.
#'
"ls_s1"

#' Sample DEM data
#'
#' A list containing \code{RasterStack} of DEM (2 bands).
#'
#' @format A list of DEM (elevation, slope) RasterStack.
#'
"ls_dem"

#' Sample reference data
#'
#' A dataframe containing reference data for dsturbance detection.
#'
#' @format A dataframe with 300 rows and 3 columns (x, y, date).
#'
"dt_ref"
dulvrq/ddl8s1ts documentation built on May 2, 2021, 5:18 a.m.