Initializes an object for statistical correction of meteorological data over landscapes.
MeteorologyUncorrectedData(points, reference_data, projection_data, dates,
params = defaultCorrectionParams())An object of class SpatialPoints.
Reference (historic) meteorological data used to calibrate correction factors when compared with observations. A vector of data frames (one per point) or a single data frame containing the meta data (columns dir and filename) of meteorological files that will be read from the disk.
Projected meteorological data to be corrected. A vector of data frames (one per point) or a single data frame containing the meta data (columns dir and filename) of meteorological files that will be read from the disk.
Object of class "Date" describing the time period for which meteorological correction is possible (corresponding to projection_data).
A "list" containing correction parameters.
See correction details in vignettes or in correctionpoints.
'>MeteorologyUncorrectedData, examplecorrectiondata, defaultCorrectionParams.