3

I have a list of metars points (latitude, longitude, sea level pressure) and need to interpolate the pressure.

Suppose I want to iterpolate the red point (on the kriging side of the image bellow) using the known measurements in the list of metars (the black points in the image). enter image description here

Can I use ordinary kriging to interpolate only one point? And how?

I don't need a grid with all the interpolated points.

(I'm developing for android with java.)

I just don't understand the formulas in Kriging.

Here they calculate only one point using kriging on pages 27-28.

See section 2.1 from this paper.

João Azevedo
  • 343
  • 1
  • 10
  • 1
    It's not quite clear what you're asking. Are you looking for a Java implementation of Kriging (which can do what you are asking)? – cfh May 18 '15 at 18:30
  • I'm more concerned about how to interpolate only one point using the ordinary kriging method, but if someone could give me a java implementation of kriging that interpolate only one point, that is even better. – João Azevedo May 18 '15 at 18:50

0 Answers0