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
1 2 | downloadMeteo2(dburl = NULL, station_code, sensor_code, datestart,
dateend)
|
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.