18 #ifndef LAPSEORDINARYKRIGINGALGORITHM_H
19 #define LAPSEORDINARYKRIGINGALGORITHM_H
40 const std::vector<std::string>& i_vecArgs,
Ordinary kriging. This implements ordinary krigging (see https://secure.wikimedia.org/wikipedia/en/wiki/Kriging) with user-selectable variogram model (see https://secure.wikimedia.org/wikipedia/en/wiki/Variogram). More details about the specific computation steps of kriging are provided in Interpol2D::ODKriging.
Definition: ODKrigAlgorithm.h:48
virtual void calculate(const DEMObject &dem, Grid2DObject &grid)
Definition: ODKrigLapseAlgorithm.cc:24
Definition: GridsManager.h:28
A class to represent DEMs and automatically compute some properties. This class stores elevation grid...
Definition: DEMObject.h:39
A class to represent 2D Grids. Typical application as DEM or Landuse Model.
Definition: Grid2DObject.h:37
A class to spatially interpolate meteo parameters. For more, see Spatial interpolations.
Definition: Meteo2DInterpolator.h:99
Ordinary kriging with detrending. This is very similar to OrdinaryKrigingAlgorithm but performs detre...
Definition: ODKrigLapseAlgorithm.h:37
Definition: TimeSeriesManager.h:31
LapseOrdinaryKrigingAlgorithm(Meteo2DInterpolator &i_mi, const std::vector< std::string > &i_vecArgs, const std::string &i_algo, TimeSeriesManager &i_tsmanager, GridsManager &i_gridsmanager)
Definition: ODKrigLapseAlgorithm.h:39