hugoledoux/startinpy

Elevation threshold

mllobera opened this issue · 1 comments

How can you tell how good your TIN model is to the original dataset?

this has not much to do with startinpy, but since you're asking: you can use the "jackknife" method to remove each point temporarily and interpolate there in the TIN to get the difference.

If you google for "interpolation jackknife" you'll get more info.