| croatia2008 {geosptdb} | R Documentation |
Data climatic stations in Croatia.
Description
Information of 154 climatic stations in Croatia in 2008, with topographical static predictors (Digital Elevation Model, (DEM, in meters), topographically weighted distances from the coast line (DSEA, in km), topographic wetness index (TWI), Geographical coordinates: latitude (lat) and longitude (lon), and earth's monthly average temperature (MTEMP))
Usage
data(croatia.temp)
Format
A data frame with 1845 observations on the following 9 variables:
xa numeric vector; x-coordinate; Spatial reference system: UTM 33N
ya numeric vector; y-coordinate; Spatial reference system: UTM 33N
ta numeric vector; t-coordinate (1-12 for the months from January to December)
dema numeric vector, Digital Elevation Model (DEM, in meters)
dseaa numeric vector with topographically weighted distances from the coast line (DSEA, in km)
twia numeric vector with topographic wetness index
Lata numeric vector; latitude-coordinate; Spatial reference system: UTM 33N
Lona numeric vector; longitude-coordinate; Spatial reference system: UTM 33N
MTEMPa numeric vector with earth's monthly average temperature
References
Hengl, T. (2009). A Practical Guide to Geostatistical Mapping, 2nd edn, University of Amsterdam, Amsterdam.
Hengl, T., Heuvelink Gerard, B. M., Percec Tadic, M. & Pebesma, E. J. (2012). Spatio-temporal prediction of daily temperatures using time-series of MODIS LST images, Theoretical and Applied Climatology 107, 1-2, 265-277.
Examples
data(croatia2008)
summary(croatia2008)