powered by
Sample data set of mean daily temperature measurements from the OGIMET service for the year 2019 for Serbian territory.
data(dtempc_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
time
Date; day of the measurement
tmean
numeric; mean daily temperature in degrees Celsius
dem
numeric; Digital Elevation Model (DEM) in meters
twi
numeric; Topographic Wetness Index (TWI)
cdate
numeric; Cumulative day from 1960
doy
numeric; Day of year
gtt
numeric; Geometrical temperature trend
Aleksandar Sekulic asekulic@grf.bg.ac.rs
OGIMET service (https://www.ogimet.com/)
# load data data(dtempc_ogimet) str(dtempc)
Run the code above in your browser using DataLab