demo/metadataStationsHourlyTemperature.R

#####################################################################################################################
# Get the metadata of the stations that measures or did measure hourly temperature                                  #
#####################################################################################################################
library(wsklimaR)
tmp <- wsklimaR::getMetaStationbyElem(timeserietypeID="2",elements="TA")
str(tmp)
head(tmp)
jeanmarie-eu/wsklimaR documentation built on May 7, 2019, 2 p.m.