Initializes an object for statistical correction of meteorological data over landscapes.
MeteorologyUncorrectedData(
points,
reference_data,
projection_data,
dates,
params = defaultCorrectionParams()
)
An object of class MeteorologyUncorrectedData.
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. Alternatively, a NetCDF file name where points should
be read.
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. Alternatively, a NetCDF file name where
points should be read.
Object of class "Date"
describing the time period for
which meteorological correction is possible (corresponding to
projection_data
).
A "list"
containing correction parameters.
Miquel De Cáceres Ainsa, CREAF
See correction details in vignettes or in correctionpoints
.
MeteorologyUncorrectedData
,
examplecorrectiondata
, defaultCorrectionParams
.