intrappol2D
Intrappol2D is a Python library designed for interpolating data in two dimensions. It provides a collection of algorithms to estimate values at unmeasured points based on a set of known data points. The library is particularly useful in fields such as geostatistics, image processing, and scientific visualization where spatial data analysis is crucial.
The core functionality of Intrappol2D revolves around different interpolation methods. These include nearest neighbor interpolation, where
Intrappol2D is built with a focus on ease of use and performance. It offers a straightforward API