| stations_ogimet {meteo} | R Documentation |
Data frame containing stations' information from the OGIMET service for Serbian territory
Description
Data frame containing stations' information of daily observations from the OGIMET service for the year 2019 for Serbian territory.
Usage
data(stations_ogimet)
Format
The dtempc_ogimet contains the following columns:
staidcharacter; station ID from OGIMET
namecharacter; station name
lonnumeric; Longitude
latnumeric; Latitude
elevationnumeric; Hight
demnumeric; Digital Elevation Model (DEM) in meters
twinumeric; Topographic Wetness Index (TWI)
Author(s)
Aleksandar Sekulic asekulic@grf.bg.ac.rs
References
OGIMET service (https://www.ogimet.com/)
Examples
# load data:
data(stations_ogimet)
str(stations)
library(sp)
coordinates(stations) <-~ lon +lat
stations@proj4string <-CRS('+proj=longlat +datum=WGS84')
plot(stations)
[Package meteo version 2.0-3 Index]