Data fusion for air quality data
Lucia Paci, Giovanni Bonafè
PESCO stands for "Post-processing and Evaluation with Statistical methods of a Chemistry-transport-model Output". The package provides functions to perform data fusion for air quality data, correcting the output of a deterministic CTM with observed data, with a Trans-Gaussian Kriging approach.
You can install the package by downloading the tarball and (in R)
install.packages("/path/to/tarball/pesco_0.2.2.tar.gz", repos = NULL, type = "source")
Otherwise, you can install the latest version directly from GitHub
require(devtools)
install_github("jobonaf/pesco")