User Tools

Site Tools


samples:samples:interpolation

Table of Contents

Interpolation sample

Documentation | Samples | Interpolation

Summary

How to analyze a set of points with measurement data using Kriging, IDW, Spline, and Heatmap.

Description

The sample dataset is purely for demonstration purposes. The value of resulting analyze is senseless.

This sample illustrates use of:

Name Description
TGIS_LayerPixel.BuildBuilds an in-memory layer.
TGIS_LayerPixel.GenerateRampGenerates a grid ramp.
TGIS_LayerPixel.CuttingPolygonCutting polygon that defines an input image's valid area.
TGIS_InterpolationKrigingImplementation of the ordinary Kriging interpolation method.
TGIS_GaussianHeatmapFast heatmap generator, creates superposition of normal (Gaussian) distribution for each data point.
TGIS_InterpolationIDWImplementation of the Inverse Distance Weighting (IDW) interpolation method.
TGIS_InterpolationSplinesImplementation of the Completely Regularized Splines (CRS) interpolation method.

Code

This sample is available on following platforms (click to see source code):

2022/10/28 15:05

Page Tools