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) override
Definition ODKrigLapseAlgorithm.cc:28
Ordinary kriging.
Definition ODKrigAlgorithm.h:50
Definition TimeSeriesManager.h:31
Definition InterpolationAlgorithms.h:36