downloadMeteo.Rd
Function for downloading the meteorological data provided by the meteorological service of South Tyrol. NO multiple stations download. For that please use `downloadMeteo2`
downloadMeteo(dburl = NULL, station_code, sensor_code, datestart, dateend, path = "", csv = FALSE)
dburl | URL; URL of the province database. If left empty the standard API will be used |
---|---|
station_code | string; Code of the station ("SCODE") |
sensor_code | string; Abbreviation of the sensor of interest (e.g. "N" for Precipitation) |
datestart | string; Starting time for the download in "Ymd" Format |
dateend | string; End time for the download in "Ymd" Format |
path | string; Specify the output path. If left empty only a object is returned |
csv | boolean; output as csv? |