19#ifndef ALS_INTERPOLATION_H
20#define ALS_INTERPOLATION_H
68 std::string filename, grid2d_path, base_algo, base_algo_user;
69 double ta_thresh, als_mean;
70 bool inputIsAllZeroes;
Scale and distribute the precipitation according to Airborn Laser Scans (ALS) grids.
Definition: ALSScaleAlgorithm.h:56
virtual void calculate(const DEMObject &dem, Grid2DObject &grid)
Definition: ALSScaleAlgorithm.cc:80
ALS_Interpolation(const std::vector< std::pair< std::string, std::string > > &vecArgs, const std::string &i_algo, const std::string &i_param, TimeSeriesManager &i_tsm, GridsManager &i_gdm, Meteo2DInterpolator &i_mi)
Definition: ALSScaleAlgorithm.cc:26
virtual double getQualityRating(const Date &i_date)
Definition: ALSScaleAlgorithm.cc:66
A class to represent DEMs and automatically compute some properties. This class stores elevation grid...
Definition: DEMObject.h:40
A class to handle timestamps. This class handles conversion between different time display formats (I...
Definition: Date.h:87
A class to represent 2D Grids. Typical application as DEM or Landuse Model.
Definition: Grid2DObject.h:42
Definition: GridsManager.h:33
A class to perform 2D spatial interpolations. For more, see Spatial interpolations.
Definition: InterpolationAlgorithms.h:70
A class to spatially interpolate meteo parameters. For more, see Spatial interpolations.
Definition: Meteo2DInterpolator.h:97
Definition: TimeSeriesManager.h:31