R/dissever-package.R

#'@title dissever
#'@name dissever-package
#'@description Dissever: algorithm for spatial downscaling
#'@details Algorithm described in: [DOI: 10.1016/j.cageo.2011.08.021]
#'@author Brendan Malone (brendan.malone@@sydney.edu.au);
NULL

#' @name edgeroi
#' @docType data
#' @title Subset of the 1-km resolution soil carbon map and selected subset of environmental covariates for the Edgeroi District, NSW
#' @description Subset of the Australian 1-km resolution soil carbon map, along woth selected environmental covariates, for a small area of the Edgeroi district in NSW, Australia.
#' @usage data(edgeroi)
#' @format The \code{edgeroi} dataset is a list with two elements:
#' \describe{
#' \item{\code{carbon}}{a 7 row, 10 column \code{RasterLayer} of soil carbon stocks for a small area in the Edgeroi district NSW, Australia. The grid has a pixel resolution of 1 x 1 km. It contains the predicted soil carbon stock for the 0-30cm depth}
#' \item{\code{predictors}}{an 87 row, 117 column, 5 layer \code{RasterStack} of selected environmental covariates from a small area in the Edgeroi district NSW, Australia. The grids have a pixel resolution of 90m x 90m. It contains the following layers:
#' \describe{
#'      \item{\code{Doserate}}{numeric; gamma radiometric data}
#'      \item{\code{Elevation}}{numeric; topographic variable of bare earth ground elevation. Derived from digital elevation model}
#'      \item{\code{Panchromat}}{numeric; panchromatic band of the Landsat 7 satelite}
#'      \item{\code{Slope}}{numeric; Slope gradient of the land surface. Derived from digital elevation model }
#'      \item{\code{TWI}}{numeric; topographic wetness index. Secondary derivative of the digital elevation model }
#'    }
#'  }
#' }
#' @details The Edgeroi District, NSW is an intensive cropping area upon the fertile alluvial Namoi River plain. The District has been the subject of many soil invetigations, namely McGarry et al. (1989) whom describe an extensive soil data set collected from the area. More recently, digital soil mapping studies of the area have been conducted, for example, Malone et al. (2009). The 1km mapping of soil carbon stock was performed using digital soil mapping methods McBratney et al. (2003) using the soil data from McGarry et al. (1989) and available environmental covariates.
#' @note The raw spatial data that contributed to the creation of \code{edgeGrids} were sourced from publically accessable repositories hosted by various Australian Government and international agencies including CSIRO (for the DEM), Geosciences Australia (for the radiometric data) and NASA (for the Landsat 7 ETM+ data). The projection for the \code{RasterStack} is WGS 84 Zone 55.
#'
#' @references
#' \itemize{
#'    \item McGarry, D., Ward, W.T., McBratney, A.B. (1989) Soil Studies in the Lower Namoi Valley: Methods and Data. The Edgeroi Data Set. (2 vols) (CSIRO Division of Soils: Adelaide).
#'    \item McBratney, A.B., Mendonca Santos, M.L., Minasny, B. (2003) \href{http://dx.doi.org/10.1016/S0016-7061(03)00223-4}{On Digtial Soil mapping}. Geoderma 117: 3-52.
#'    \item Malone, B.P., McBratney, A.B., Minasny, B. (2009) \href{http://dx.doi.org/10.1016/j.geoderma.2009.10.007}{Mapping continuous depth functions of soil carbon storage and available water capacity}. Geoderma 154, 138-152.
#'  }
#'  @examples
#'  data(edgeroi)
#'  summary(edgeroi$carbon)
#'  summary(edgeroi$predictors)
NULL

Try the dissever package in your browser

Any scripts or data that you put into this service are public.

dissever documentation built on May 1, 2019, 8:42 p.m.