Skip to content
Prev 5793 / 29559 Next

[Soc] GRASS module for kriging - call for users [was: R-sig-Geo Digest, Vol 69, Issue 21]

Ebrahim Jahanshiri wrote:
I agree that this would be nice.

We discussed this issue quite lengthy in the intamap consortium (see
http://www.intamap.org/ , and the wiki as well -- also interesting for
the SoC project). We concluded that for a generic automatic
interpolation algorithm users don't want this to be done automatically,
because no automatic algorithm can decide whether an outlier indicates a
measurement error or a disaster. Remember the ozone layer was overlooked
for many years because an automatic "outlier" algorithm was built in the
data processing chain.

Only if your application is domain specific you can do something useful,
e.g. use physical limits -- soil moisture content can never exceed 100%;
content variables need to be non-negative.

Of course you can add options, and build optional outlier filters. Then,
how should outliers be marked? Is there any agreement on this? What
would be the defaults for necessary parameters?

Automatic trend detection is another issue that is very interesting.