Function for accessing the Meteorological Data. This function will replace the Original Function in the next version. No save to CSV is possible anymore. On the other side it will be possible to speed up the actual processing times and to make multiple requests at once

downloadMeteo2(dburl = NULL, station_code, sensor_code, datestart,
  dateend)

Arguments

dburl

URL; URL of the Province Database. If left empty the original 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