| meteos | R Documentation |
Get a list of weather stations located primarily in the central and northern parts of Eurasia. For each weather station, the following information is provided: an integer station ID, geographic coordinates, altitude, and the mean annual ground temperature averaged over depth.
meteos()
list of weather stations (meteos) with the next fields:
station_idWeather station unique identifier. Type: assert_integer.
nameHuman-readable name of weather station. Type: assert_character.
latGeographical position of wether station. Latitude, [DD]. Type: assert_double.
lonGeographical position of wether station. Longitude, [DD]. Type: assert_double.
altAltitude - position of weather station above sea level, [m]. Type: assert_double.
avgMean annual ground temperature averaged over depth, [°C]. Type: assert_double.
Type: assert_data_frame.
Climate Change Investigation Laboratory. Description of the array of daily data on soil temperature at depths up to 320 centimeters by meteorological stations of the Russian Federation.
mgtdhid to get hourly ground temperature values at different
depths measured at the listed weather stations.
Other utils:
geoarea(),
mgtdhid(),
wth_d()
library(pipenostics)
head(meteos())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.