scikit-gstat icon indicating copy to clipboard operation
scikit-gstat copied to clipboard

computation time of DirectionalVariogram

Open mserouar opened this issue 7 months ago • 3 comments

Hello there !

I was wondering if it was possible to make this function faster : skg.DirectionalVariogram(list(zip(data.x, data.y)), data.m, azimuth=90, maxlag=100, n_lags=5). Knowing that length of list(zip(data.x, data.y)) is only of 1500 and takes ~4-5s.

Thanks !

mserouar avatar Jul 10 '24 13:07 mserouar