mmaelicke / scikit-gstat

Geostatistical variogram estimation expansion in the scipy style
https://mmaelicke.github.io/scikit-gstat/
MIT License
223 stars 53 forks source link

How to apply kriging with spatio-temporal variogram #151

Open MostafaGomaa93 opened 1 year ago

MostafaGomaa93 commented 1 year ago

Hi,

I am a new user and had an application to apply spatio-temporal kriging. I have used skgstat.SpaceTimeVariogram() to create the variogram, but I don't see an option to apply kriging. I would appreciate your guidance

Best, Mostafa

mmaelicke commented 1 year ago

Hi,

Spatio-temporal kriging is currently not supported, but on the short-term to-do list. Since version 1.5, gstools has spatiotemporal kriging. Unfortunately the interface to gstools is not yet updated (see #150), but will be in the near future, after some refactoring work on the Variogram is finished (#93)

I try to come back to this soon, but in case it is urgent, let me know.

Best Mirko

MostafaGomaa93 commented 1 year ago

Hi Mirko,

Many thanks for your feedback. In fact, I need to apply it these days but I fully understand that you may need time to support it. I just checked the gstools but I also can't find spatial-temporal kriging