R/extra-data.R

#' Coleambally series of multispectral images
#' 
#' The dataset is made of 2 coarse-fine pairs of satellite images.
#' Coarse images are MODIS-like scenes and fine images are Landsat-like scenes.
#' Images cover an agricultural region in Australia called Coleambally.
#' 
#' @docType data
#' 
#' @usage data("extra-data")
#' 
#' @format 4 images as \code{RasterStack}s
#' 
#' @keywords datasets
#' 
#' @references Emelyanova, I. V., McVicar, T. R., Van Niel, T. G., Li, L. T.,
#' & Van Dijk, A. I. (2013). Assessing the accuracy of blending Landsat–MODIS
#' surface reflectances in two landscapes with contrasting spatial and temporal
#' dynamics: A framework for algorithm selection. Remote Sensing of Environment,
#' 133, 193-209.
#' 
#' @source https://doi.org/10.4225/08/514B80FD805F4
#' 
#' @examples 
#' data("extra-data")
#' lst1
#' lst2
#' mod1
#' mod2
"extra-data"

#' MODIS Sinusoidal Tile Grid System
#' 
#' The land products are produced and distributed in adjacent 
#' non-overlapping tiles that are approximately 10 degrees square 
#' (at the equator). There are 460 non-fill tiles, tiles are 10 degrees
#' by 10 degrees at the equator. The tile coordinate system starts at 
#' (0,0) (horizontal tile number, vertical tile number) in the upper 
#' left corner and proceeds right (horizontal) and downward (vertical). 
#' 
#' @docType data
#' 
#' @usage data("modis_tiles")
#' 
#' @format a multipolygon \code{Simple Features} in sinusoidal projection
#' 
#' @keywords datasets
#' 
#' @references Courtesy of MODIS/USGS
#' 
#' @source https://modis-land.gsfc.nasa.gov/MODLAND_grid.html
#' 
#' @examples 
#' data("modis_tiles")
#' modis_tiles
"modis_tiles"

#' Landsat World Reference System - 2
#' 
#' Scene boundaries and tile coordinates for Landsat 4-8 images, where
#' centers are designated by PATH and ROW numbers. Polygons belong
#' to the descending (daytime) trajectory.
#' 
#' @docType data
#' 
#' @usage data("landsat_tiles")
#' 
#' @format a multipolygon \code{Simple Features} in WGS84 projection
#' 
#' @keywords datasets
#' 
#' @references Courtesy of the NASA/USGS
#' 
#' @source https://landsat.gsfc.nasa.gov/about/worldwide-reference-system
#' 
#' @examples 
#' data("landsat_tiles")
#' landsat_tiles
"landsat_tiles"

#' Sentinel-2 tile grid system
#' 
#' Minimum indivisible partition of products (each 100x100km). It is the same
#' for Level-1C and Level-2A.
#' 
#' @docType data
#' 
#' @usage data("sentinel2_tiles")
#' 
#' @format a multipolygon \code{Simple Features} in WGS84 projection
#' 
#' @keywords datasets
#' 
#' @references Courtesy of ESA
#' 
#' @source https://dragon3.esa.int/web/sentinel/missions/sentinel-2/data-products
#' 
#' @examples 
#' data("sentinel2_tiles")
#' sentinel2_tiles
"sentinel2_tiles"
mmontesinosanmartin/rsatExtra documentation built on Feb. 11, 2021, 12:17 p.m.