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 !
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 !