| dtempc_ogimet | R Documentation | 
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:
staidcharacter; station ID from OGIMET
namecharacter; station name
lonnumeric; Longitude
latnumeric; Latitude
elevationnumeric; Hight
timeDate; day of the measurement
tmeannumeric; mean daily temperature in degrees Celsius
demnumeric; Digital Elevation Model (DEM) in meters
twinumeric; Topographic Wetness Index (TWI)
cdatenumeric; Cumulative day from 1960
doynumeric; Day of year
gttnumeric; Geometrical temperature trend
Aleksandar Sekulic asekulic@grf.bg.ac.rs
OGIMET service (https://www.ogimet.com/)
# load data 
data(dtempc_ogimet)
str(dtempc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.