From 94e565ff3091a4156822e13f544ea47f641adade Mon Sep 17 00:00:00 2001 From: David Nortes-Martinez <davidnortes@gmail.com> Date: Fri, 21 Jan 2022 18:44:19 +0100 Subject: [PATCH] new dataset catchment --- geau/R/data.r | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/geau/R/data.r b/geau/R/data.r index c2e33bb..6a25759 100644 --- a/geau/R/data.r +++ b/geau/R/data.r @@ -106,4 +106,19 @@ #' } #' #' @source \url{http://bdtopage.eaufrance.fr/page/objectifs} -"so_ii_hydro" \ No newline at end of file +"so_ii_hydro" + +#' Catchment areas of interest within the so-ii perimeter +#' +#' A dataset containing the official catchments areas of interest from the BD +#' TOPAGE within the so-ii perimeter. +#' +#' @format sf data.frame 15 rows, 4 variables +#' \describe{ +#' \item{id}{id, from BD TOPAGE (corresponding to CdOh)} +#' \item{name}{character, name of the catchment area in BD TOPAGE} +#' \item{degre}{character, level of detail to plot the catchment area} +#' } +#' +#' @source \url{http://bdtopage.eaufrance.fr/page/objectifs} +"so_ii_catchment" \ No newline at end of file -- GitLab