mss_dataserver.postprocess.util.compute_pgv_krigging¶
-
mss_dataserver.postprocess.util.
compute_pgv_krigging
(x, y, z, nlags=6, weight=False, verbose=False, enable_plotting=False)[source]¶ Kriging of the pgv data.
The kriging is done using
pykrige.ok.OrdinaryKriging
.- Parameters
x (
numpy.ndarray
) – The x data.y (
numpy.ndarray
) – The y data.z (
numpy.ndarray
) – The z data.nlags (int) – The number of lags used for kriging.
weight (bool) – If True, use weights for kriging.
verbose (bool) – If True, set the kriging to verbose.
enable_plotting (bool) – If True, enable the plotting of some kriging statistics.