powered by
Data frame containing stations' information of daily observations from the OGIMET service for the year 2019 for Serbian territory.
data(stations_ogimet)
The dtempc_ogimet contains the following columns:
dtempc_ogimet
staid
character; station ID from OGIMET
name
character; station name
lon
numeric; Longitude
lat
numeric; Latitude
elevation
numeric; Hight
dem
numeric; Digital Elevation Model (DEM) in meters
twi
numeric; Topographic Wetness Index (TWI)
Aleksandar Sekulic asekulic@grf.bg.ac.rs
OGIMET service (https://www.ogimet.com/)
# load data: data(stations_ogimet) str(stations) library(sp) coordinates(stations) <-~ lon +lat stations@proj4string <-CRS('+proj=longlat +datum=WGS84') # \donttest{ plot(stations) # }
Run the code above in your browser using DataLab