dtempc_ogimet: Mean daily temperature in degrees Celsius for the year 2019...

dtempc_ogimetR Documentation

Mean daily temperature in degrees Celsius for the year 2019 for Serbia

Description

Sample data set of mean daily temperature measurements from the OGIMET service for the year 2019 for Serbian territory.

Usage

data(dtempc_ogimet)

Format

The dtempc_ogimet contains the following columns:

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

Author(s)

Aleksandar Sekulic asekulic@grf.bg.ac.rs

References

Examples

## load data 
data(dtempc_ogimet)
str(dtempc)

meteo documentation built on Oct. 14, 2023, 5:07 p.m.