R/valbuhayra-data.r

#' Reservoir water extents in Ceará
#'
#' Watermasks from May, June, July and August 2018 in Ceará, Northeast Brazil. The data was derived mainly from Sentinel data from ESA
#' with the package \href{https://github.com/jmigueldelgado/buhayra}{buhayra}. Most processing runs in the
#' computation cluster of the University of Potsdam, Germany.
#'
#' @docType data
#'
#' @usage data(wm)
#'
#' @format An object of class \code{"sf"}. Column \code{ingestion_time} is in UTC. Column \code{area} is in $m^2$.
#'
#' @keywords datasets
#'
#'
#' @source \href{http://scihub.copernicus.eu/}{Sentinel API}
#'
#' @examples
#' data(wm)
#' \donttest{plot(wm)}
"wm"


#' Height-Area-Volume curves for monitored reservoirs in Ceará
#'
#' The data was obtained from the \href{http://api.funceme.br/help}{FUNCEME API}. Areas are given in $km^2$, volumes in $hm^3$ and heights in $m$.
#'
#' @docType data
#'
#' @usage data(CAV)
#'
#' @format A dataframe.
#'
#' @keywords datasets
#'
#'
#' @source \href{http://api.funceme.br/help}{FUNCEME API}
#'
#' @examples
#' data(CAV)
#' \donttest{head(CAV)}
"CAV"


#' Monitored reservoirs in Ceará
#'
#' The data was obtained from the \href{http://api.funceme.br/help}{FUNCEME API}.
#'
#' @docType data
#'
#' @usage data(reservoirs)
#'
#' @format An object of class \code{"sf"}.
#'
#' @keywords datasets
#'
#'
#' @source \href{http://api.funceme.br/help}{FUNCEME API}
#'
#' @examples
#' data(reservoirs)
#' \donttest{plot(reservoirs["capacidade"])}
"reservoirs"

#' List of precipitation gauges monitored by FUNCEME
#'
#' The data was obtained from the \href{http://api.funceme.br/help}{FUNCEME API} and the gauges are being updated everytime a new gauge is installed and goes online.
#'
#' @docType data
#'
#' @usage data(p_gauges_saved)
#'
#' @format An object of class \code{"sf"}.
#'
#' @keywords datasets
#'
#' @source \href{http://api.funceme.br/help}{FUNCEME API}
#'
#' @examples
#' data(p_gauges_saved)
#' \donttest{plot(p_gauges_saved["codigo1"])}
"p_gauges_saved"


#' Hydrographic regions of Ceara
#'
#' @docType data
#'
#' @usage data(hydro_regions)
#'
#' @format An object of class \code{"sf"}.
#'
#' @keywords datasets
#'
"hydro_regions"
jmigueldelgado/valbuhayra documentation built on May 26, 2020, 6:49 a.m.