Description Usage Arguments Value Author(s)
Create GEOtop meteo input file from raw micro-meteo station (Mazia/Matsch) for a specific time frame
1 2 3 4 5 6 7 8 9  | dB_getGEOtop(path2data, station, 
             READvar = c("Rain","WindSpeed","WindDirection","RH","Temp",
                         "SolarRadiation"), 
             var2geotop = c("Rain","WindSpeed","WindDirection","RH","Temp",
                            "SolarRadiation", "CloudTrans"), 
             GEOtopVAR= c("Iprec", "WindSp", "WindDir", "RelHum", "AirT",
                          "SWglobal", "CloudTrans"), 
             aggr_time, cut_date=FALSE, time_window, 
             skipwinter=FALSE, TempThresh=-2, tz="Etc/GMT-1")
 | 
path2data | 
 path to meteo data  | 
station | 
 station specification, e.g. "B0002", multiple stations are looped  | 
READvar | 
 variables to selecting for retrieving data  | 
var2geotop | 
 variables included in GEOtop input file (previous names)  | 
GEOtopVAR | 
 variables included in GEOtop input file (GEOtop names)  | 
aggr_time | 
 character, time aggregation applied. "n" no aggregation of raw data,"h": hourly, "d": daily  | 
cut_date | 
 boolean, TRUE: data is retrieved for specific time period; FALSE: data is retrieved for time period available; default = FALSE  | 
time_window | 
 as.POSIXct vector, start and end datetime for the period data should be retrieved  | 
skipwinter | 
 boolean, set winter precipitation NA; adjustable by the argument   | 
TempThresh | 
 air temperature threshold for setting precipitation NA  | 
tz | 
 timezone spezification  | 
if file name provided GEOtop meteo input file if file.name=NULL zoo object containing meteo data
Johannes Brenner, Johannes.Brenner@eurac.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.