OmniSciDB
a5dc49c757
|
#include "GeoRasterTableFunctions.hpp"
Go to the source code of this file.
Functions | |
RasterAggType | get_raster_agg_type (const std::string &agg_type_str, const bool is_fill_agg) |
std::vector< double > | generate_1d_gaussian_kernel (const int64_t fill_radius, double sigma) |
std::vector<double> generate_1d_gaussian_kernel | ( | const int64_t | fill_radius, |
double | sigma | ||
) |
Definition at line 46 of file GeoRasterTableFunctions.cpp.
References M_PI.
Referenced by GeoRaster< T, Z >::fill_bins_from_gaussian_neighborhood().
RasterAggType get_raster_agg_type | ( | const std::string & | agg_type_str, |
const bool | is_fill_agg | ||
) |
Definition at line 21 of file GeoRasterTableFunctions.cpp.
References AVG, BOX_AVG, COUNT, GAUSS_AVG, INVALID, MAX, MIN, SUM, and to_upper().
Referenced by tf_geo_multi_rasterize__cpu_template(), tf_geo_rasterize__cpu_template(), tf_geo_rasterize_slope__cpu_template(), and GDALTableFunctions::tf_raster_contour_rasterize_impl().