R/imgw_hydro_stations.R

#' @name imgw_hydro_stations
#' @title Location of the hydrological stations from the danepubliczne.imgw.pl collection
#'
#' @description The object contains weather stations
#' coordinates, ID numbers, and elevations
#'
#' @format The data contains a data.frame with 1304 obs. of 3 variables:
#' \describe{
#'     \item{id}{Station ID}
#'     \item{X}{Longitude}
#'     \item{Y}{Latitude}
#' }
#' The object is in the geographic coordinates using WGS84 (EPSG:4326).
#'
#' @docType data
#' @keywords datasets meteo
#' @examples
#' data(imgw_hydro_stations)
#' head(imgw_hydro_stations)
"imgw_hydro_stations"
bczernecki/climate documentation built on April 12, 2025, 9:44 a.m.