Skip to content
Prev 1363 / 29559 Next

spatial averaging of interpolation data

Wouter,

you could resort to simulation, i.e. generate conditional
simulations, compute the catchment aggregated value and obtain
their distribution experimentally. If you're after the catchment mean,
you better use block kriging for irregular blocks (the catchment).
R package gstat provides this. If you're after another quantity,
e.g. the catchment fraction above a given threshold you need
to simulate, and e.g. use overlay() to select points in the catchment,
select them, calculate statistics, etc.

Hth,
--
Edzer
Wouter Buytaert wrote: