Is there an example for variogram modelling/fitting? #251
-
Hi, I am trying to find an example to apply PyKrige to some real-world data. Is there such an example around? I may have missed something, but I cannot find it in the doc. For example, I cannot find an example to discuss how to model a suitable variogram. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Since PyKrige now is able to use covariance-models from GSTools, you could model your variogram with GSTools and pass this model to the PyKrige class. Variogram modelling tutorials:
PyKrige Interface:
Does this help? |
Beta Was this translation helpful? Give feedback.
-
Thanks, it helps a lot. |
Beta Was this translation helpful? Give feedback.
Since PyKrige now is able to use covariance-models from GSTools, you could model your variogram with GSTools and pass this model to the PyKrige class.
Variogram modelling tutorials:
PyKrige Interface:
Does this help?
Cheers, Sebastian