Skip to content
#

kriging

Here are 64 public repositories matching this topic...

The STK is a (not so) Small Toolbox for Kriging. Its primary focus is on the interpolation/regression technique known as kriging, which is very closely related to Splines and Radial Basis Functions, and can be interpreted as a non-parametric Bayesian method using a Gaussian Process (GP) prior.

  • Updated Mar 28, 2021
  • MATLAB
juifa-tsai
juifa-tsai commented Feb 26, 2019

The format of module is not completely compatible to sklearn. The reason for adopting to sklearn is because of the parameter optimization. Sklearn provides well-defined tool for tuning parameter and validation. Thus, making the module to adopt sklearn is kind of way to simplify future work.

  1. Change get_params() to output the default parameter sets with {'name':value} instead.
  2. Add relevant f

Global surface temperature layers are interpolated based on a point measurement data set of the worldwide surface temperature, which has been recorded since 1950. For the spatial interpolation, an universal Kriging approach is applied with additional layers for the continentality, the atmospheric distance, the North-South topographic gradient and the sun inclination angle of every pixel.

  • Updated Apr 19, 2020
  • R

Improve this page

Add a description, image, and links to the kriging topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the kriging topic, visit your repo's landing page and select "manage topics."

Learn more