A statistical interpolation method, also known as Gaussian process regression, most used in geo-statistics.
Browsing the web I've found that some tools to use Kriging in Python are pyKriging and Gaussian Process Regression. However, …
python kriging spatial-interpolationI have been struggling to inteprolate the data for "empty" pixels in my 2D matrix. Basically, I understand (but not …
python numpy interpolation spatial-interpolation krigingI am considering using this method to interpolate some 3D points I have. As an input I have atmospheric concentrations …
python 3d interpolation gaussian kriging