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)
nexModeling/wsklimaR documentation built on May 23, 2019, 4:28 p.m.