downloadMeteo: Download single Meteorological Data

Description Usage Arguments

View source: R/ProvinceDownload.R

Description

Function for downloading the meteorological data provided by the meteorological service of South Tyrol. NO multiple stations download. For that please use 'downloadMeteo2'

Usage

1
2
downloadMeteo(dburl = NULL, station_code, sensor_code, datestart,
  dateend, path = "", csv = FALSE)

Arguments

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?


mattia6690/MonalisR documentation built on Nov. 27, 2021, 4:48 p.m.