How does the natural neighbor gridding method work?

How does the natural neighbor gridding method work?

The Natural Neighbor gridding method interpolates grid values by weighting neighboring data points based on proportionate areas. Consider a set of Thiessen polygons (the dual of a Delaunay triangulation ).

How does the natural neighbor interpolation tool work?

The algorithm used by the Natural Neighbor interpolation tool finds the closest subset of input samples to a query point and applies weights to them based on proportionate areas to interpolate a value (Sibson 1981). It is also known as Sibson or “area-stealing” interpolation.

How is nodata determined in the natural neighbor method?

The Natural Neighbor method assigns the NoData value at and beyond the convex hull of the data locations (i.e. the outline of the Thiessen polygons). The map on the left shows contours generated by the inverse distance to a power method. The map on the right shows contours generated by the natural neighbor method.

Is there a problem with the nearest neighbor method?

Yes, there are some subtle behaviors associated with the Nearest Neighbor and Linear interpolation methods for scattered data interpolation. These problems present themselves in specific datasets and the effects may show up as numerical differences after a MATLAB upgrade.

The natural neighbor gridding method is popular with data sets that have dense data in some areas and sparse data in other areas. The Natural Neighbor estimates the grid node value by finding the closest subset of input data points to a grid node and then applying weight to each.

How is the nearest neighbor to a grid node determined?

The nearest neighbor to a grid node uses a simple separation distance without taking anisotropy into account. If two or more points tie as the nearest neighbor, the tied data points are sorted on X, then Y]

How to calculate weights in Surfer gridding method?

Where Z A is the estimated value of grid node A, n is the number of neighboring data values used in the estimation, Z i is the value at location i with weight, W i. The value of weights will sum to 1 to make sure there is no bias towards clustered data points.

Which is the most accurate method for gridding?

Kriging is one of the more flexible and accurate gridding methods; typically the one that is recommended when gridding data. Kriging is effective because it produces a good map for most data sets. It also can compensate for clustered data by giving less weight to the cluster in the overall prediction.