19#ifndef LAPSEORDINARYKRIGINGALGORITHM_H
20#define LAPSEORDINARYKRIGINGALGORITHM_H
A class to represent DEMs and automatically compute some properties. This class stores elevation grid...
Definition: DEMObject.h:40
A class to represent 2D Grids. Typical application as DEM or Landuse Model.
Definition: Grid2DObject.h:42
Ordinary kriging with detrending.
Definition: ODKrigLapseAlgorithm.h:42
virtual void calculate(const DEMObject &dem, Grid2DObject &grid)
Definition: ODKrigLapseAlgorithm.cc:28
LapseOrdinaryKrigingAlgorithm(const std::vector< std::pair< std::string, std::string > > &vecArgs, const std::string &i_algo, const std::string &i_param, TimeSeriesManager &i_tsm)
Definition: ODKrigLapseAlgorithm.cc:25
Ordinary kriging.
Definition: ODKrigAlgorithm.h:50
Definition: TimeSeriesManager.h:31
Definition: InterpolationAlgorithms.h:36