stations_ogimet: Data frame containing stations' information from the OGIMET...

stations_ogimetR 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:

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)

Author(s)

Aleksandar Sekulic asekulic@grf.bg.ac.rs

References

Examples

## load data:
data(stations_ogimet)
str(stations)
library(sp)
coordinates(stations) <-~ lon +lat
stations@proj4string <-CRS('+proj=longlat +datum=WGS84')
# plot(stations)

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