mergeData: Merge data of a location - using closest province of Bozen...

Description Usage Arguments

View source: R/mergeData.R

Description

Merge data of a location - using closest province of Bozen and SBR stations -

Usage

1
2
3
4
5
6
mergeData(long = NULL, lat = NULL, idSBR = NULL,
  datestart = Sys.Date() - 2, dateend = Sys.Date() + 1,
  round = "day", provSensor = c("GS", "N"),
  sbrSensor = c("Temperatur 2m_min", "Temperatur 2m_max",
  "Relative Luftfeuchtigkeit_min", "Relative Luftfeuchtigkeit_max",
  "Windgeschwindigkeit_avg"), mergeBoth = FALSE, password, user, host)

Arguments

long

long input forgetClosestStations

lat

lat input for getClosestStations

idSBR

id of the SBR station input for getClosestStations

datestart

starting date for download

dateend

ending date for download

round

rounding for resample. Default "day"

provSensor

province sencors to dowload

sbrSensor

if only data from the province of bozen is supplied se to NULL

mergeBoth

if this is true all the measurements from SBR and province are downloaded and the mean is computed. Default FALSE. If true provSensor and sbrSensor are ingnored.


GiulioGenova/SBR documentation built on Feb. 25, 2020, 7:35 p.m.