diff --git a/DESCRIPTION b/DESCRIPTION index 48979db..f8139c9 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: HPBdata Title: Meteorological observations at 'Hohenpeißenberg' site (Bavaria, Germany) -Version: 0.1.0 -Date: 2024-06-22 +Version: 0.1.1 +Date: 2024-06-24 Authors@R: person("Dimitri", "Falk", , "falk.dimitri@eglv.de", role = c("aut", "cre")) Description: Historical quality-assured meteorological observation data at diff --git a/R/data.R b/R/data.R index a1a86bf..e7a97c3 100644 --- a/R/data.R +++ b/R/data.R @@ -1,23 +1,25 @@ -#' Data: 1-minutely meteorological observations for 'Hohenpeißenberg' site (Bavaria, Germany) +#' Data: 1-minutely meteorological observations for 02290 'Hohenpeißenberg' site (Bavaria, Germany) #' #' Historical observations of precipitation encompassing the period 1996-01-01 00:00 UTC to 2023-12-31 22:59 UTC \cr -#' Y = 47.8009° N; X = 11.0108° E; Z = 977 m a.s.l. +#' Y = 47.8009° N; X = 11.0108° E; Z = 977 m a.s.l. \cr \cr +#' #' #' @format A list of length 1 containing an xts object representing the following parameter: #' \describe{ #' \item{RWH_RS_01}{xts object. Precipitation depth \code{[mm]}.} #' } -#' @source +#' @source #' @note Last access: 2024-06-22 -#' @description +#' @description #' @note License: CC BY 4.0 #' @note Copyright: Deutscher Wetterdienst 2024 "obs_1min" -#' Data: 10-minutely meteorological observations for 'Hohenpeißenberg' site (Bavaria, Germany) +#' Data: 10-minutely meteorological observations for 02290 'Hohenpeißenberg' site (Bavaria, Germany) #' #' Historical observations of various parameters encompassing the period 1993-12-09 14:50 UTC to 2023-12-31 23:40 UTC \cr -#' Y = 47.8009° N; X = 11.0108° E; Z = 977 m a.s.l. +#' Y = 47.8009° N; X = 11.0108° E; Z = 977 m a.s.l. \cr \cr +#' #' #' @format A list of length 9 containing xts objects representing the following parameters: #' \describe{ @@ -31,14 +33,14 @@ #' \item{SD_10}{xts object. Sum of sunshine duration \code{[h]}.} #' \item{RWS_10}{xts object. Precipitation depth \code{[mm]}.} #' } -#' @source +#' @source #' @note Last access: 2024-06-21 -#' @description c.f. 'DESCRIPTION_obsgermany_climate_10min_***_en.pdf' files at source. +#' @description #' @note License: CC BY 4.0 #' @note Copyright: Deutscher Wetterdienst 2024 "obs_10min" -#' Data: Daily meteorological observations for 'Hohenpeißenberg' site (Bavaria, Germany) +#' Data: Daily meteorological observations for 02290 'Hohenpeißenberg' site (Bavaria, Germany) #' #' Historical observations of various parameters encompassing the period 1781-01-01 to 2023-12-31 \cr #' Y = 47.8009° N; X = 11.0108° E; Z = 977 m a.s.l. @@ -61,7 +63,7 @@ #' } #' @source #' @note Last access: 2024-06-21 -#' @description +#' @description #' @note License: CC BY 4.0 #' @note Copyright: Deutscher Wetterdienst 2024 "obs_1d" diff --git a/man/obs_10min.Rd b/man/obs_10min.Rd index 879ee7f..4df8e7e 100644 --- a/man/obs_10min.Rd +++ b/man/obs_10min.Rd @@ -3,7 +3,7 @@ \docType{data} \name{obs_10min} \alias{obs_10min} -\title{Data: 10-minutely meteorological observations for 'Hohenpeißenberg' site (Bavaria, Germany)} +\title{Data: 10-minutely meteorological observations for 02290 'Hohenpeißenberg' site (Bavaria, Germany)} \format{ A list of length 9 containing xts objects representing the following parameters: \describe{ @@ -19,17 +19,18 @@ A list of length 9 containing xts objects representing the following parameters: } } \source{ -\url{https://opendata.dwd.de/climate_environment/CDC/observations_germany/climate/10_minutes/} +\url{https://opendata.dwd.de/climate_environment/CDC/observations_germany/climate/10_minutes/air_temperature/historical/} } \usage{ obs_10min } \description{ -c.f. 'DESCRIPTION_obsgermany_climate_10min_***_en.pdf' files at source. +\url{https://opendata.dwd.de/climate_environment/CDC/observations_germany/climate/10_minutes/air_temperature/DESCRIPTION_obsgermany_climate_10min_air_temperature_en.pdf} } \details{ Historical observations of various parameters encompassing the period 1993-12-09 14:50 UTC to 2023-12-31 23:40 UTC \cr -Y = 47.8009° N; X = 11.0108° E; Z = 977 m a.s.l. +Y = 47.8009° N; X = 11.0108° E; Z = 977 m a.s.l. \cr \cr +\url{https://opendata.dwd.de/climate_environment/CDC/observations_germany/climate/10_minutes/air_temperature/meta_data/} } \note{ Last access: 2024-06-21 diff --git a/man/obs_1d.Rd b/man/obs_1d.Rd index 78984e5..3342811 100644 --- a/man/obs_1d.Rd +++ b/man/obs_1d.Rd @@ -3,7 +3,7 @@ \docType{data} \name{obs_1d} \alias{obs_1d} -\title{Data: Daily meteorological observations for 'Hohenpeißenberg' site (Bavaria, Germany)} +\title{Data: Daily meteorological observations for 02290 'Hohenpeißenberg' site (Bavaria, Germany)} \format{ A list of length 13 containing xts objects representing the following parameters: \describe{ @@ -29,7 +29,7 @@ A list of length 13 containing xts objects representing the following parameters obs_1d } \description{ -\url{https://opendata.dwd.de/climate_environment/CDC/observations_germany/climate/daily/kl/historical/DESCRIPTION_obsgermany_climate_daily_kl_historical_en.pdf} +\url{https://opendata.dwd.de/climate_environment/CDC/observations_germany/climate/daily/kl/DESCRIPTION_obsgermany-climate-daily-kl_en.pdf} } \details{ Historical observations of various parameters encompassing the period 1781-01-01 to 2023-12-31 \cr diff --git a/man/obs_1min.Rd b/man/obs_1min.Rd index 234ba2a..05eba2c 100644 --- a/man/obs_1min.Rd +++ b/man/obs_1min.Rd @@ -3,7 +3,7 @@ \docType{data} \name{obs_1min} \alias{obs_1min} -\title{Data: 1-minutely meteorological observations for 'Hohenpeißenberg' site (Bavaria, Germany)} +\title{Data: 1-minutely meteorological observations for 02290 'Hohenpeißenberg' site (Bavaria, Germany)} \format{ A list of length 1 containing an xts object representing the following parameter: \describe{ @@ -11,17 +11,18 @@ A list of length 1 containing an xts object representing the following parameter } } \source{ -\url{https://opendata.dwd.de/climate_environment/CDC/observations_germany/climate/1_minute/} +\url{https://opendata.dwd.de/climate_environment/CDC/observations_germany/climate/1_minute/precipitation/historical/} } \usage{ obs_1min } \description{ -\url{https://opendata.dwd.de/climate_environment/CDC/observations_germany/climate/1_minute/precipitation/meta_data/} +\url{https://opendata.dwd.de/climate_environment/CDC/observations_germany/climate/1_minute/precipitation/DESCRIPTION_obsgermany-climate-1min-rr_en.pdf} } \details{ Historical observations of precipitation encompassing the period 1996-01-01 00:00 UTC to 2023-12-31 22:59 UTC \cr -Y = 47.8009° N; X = 11.0108° E; Z = 977 m a.s.l. +Y = 47.8009° N; X = 11.0108° E; Z = 977 m a.s.l. \cr \cr +\url{https://opendata.dwd.de/climate_environment/CDC/observations_germany/climate/1_minute/precipitation/meta_data/} } \note{ Last access: 2024-06-22