Description Usage Arguments Source Examples
View source: R/download_beratungsring.R
Functions for accessing the Meteorological Data from the beratungsring stations. The function
rg_br_get
can be used to download station measurements for the requested time
period and stations. Information about valid station_codes and
sensor names can be retrieved using the dataset br_info.
1 2 3 4 5 6 7 8 9 10 |
station_code |
integer; Id(s) of the stations.See br_info for all available stations and their ids |
user |
string, access credential |
password |
string, access password |
host |
string, host ip adress |
sensor_code |
string; Name of the sensor(s) of interest (Temperatur 2m for 2m air temperature). See br_info for all available sensors and their names. Use 'simple' to download the most common sensors or NULL to download all sensors |
datestart |
date; Starting date for the download |
dateend |
date; End date for the download |
progress |
display progress bar? |
https://github.com/GiulioGenova/SBR
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.