Documentation | Samples | Interpolation
How to analyze a set of points with measurement data using Kriging, IDW, Spline, and Heatmap.
The sample dataset is purely for demonstration purposes. The value of resulting analyze is senseless.
This sample illustrates use of:
Name | Description |
---|---|
TGIS_LayerPixel.Build | Builds an in-memory layer. |
TGIS_LayerPixel.GenerateRamp | Generates a grid ramp. |
TGIS_LayerPixel.CuttingPolygon | Cutting polygon that defines an input image's valid area. |
TGIS_InterpolationKriging | Implementation of the ordinary Kriging interpolation method. |
TGIS_GaussianHeatmap | Fast heatmap generator, creates superposition of normal (Gaussian) distribution for each data point. |
TGIS_InterpolationIDW | Implementation of the Inverse Distance Weighting (IDW) interpolation method. |
TGIS_InterpolationSplines | Implementation of the Completely Regularized Splines (CRS) interpolation method. |
This sample is available on following platforms (click to see source code):