R/data.R

#' Daily Precipitation Data
#'
#' Daily precipitation data from several wather station in southern Germany (longitude <50) over the years 2000-2019.
#' The data has been downloaded from opendata server of german weather service (https://opendata.dwd.de/climate_environment/CDC/observations_germany/climate/daily/kl/historical/).
#'
#'
#' @title daily Precipitation over Southern Germany
#' @usage data(precipGER)
#' @format A list containing containing
#' \itemize{
#'     \item pr: data-array
#'     \item date: time-information
#'     \item lon,lat: longitude & latitude information
#' }
#' @description Daily Precipitation at several stations in Germany
#' @source Quelle: Deutscher Wetterdienst
"precipGER"

Try the ExtrPatt package in your browser

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

ExtrPatt documentation built on Nov. 8, 2023, 1:09 a.m.