GeoStat-Framework / GSTools

GSTools - A geostatistical toolbox: random fields, variogram estimation, covariance models, kriging and much more
https://geostat-framework.org
GNU Lesser General Public License v3.0
544 stars 71 forks source link

[Enh] enable selcting axis during variogram fitting. #311

Open MuellerSeb opened 1 year ago

MuellerSeb commented 1 year ago

Fitting a directional variogram currently only works when provided with all directions with the same bins.

We could add an axis argument to the fitting routine to only fit the variogram along the specified axis. This would also help with spatio-temporal latlon data when fitting along the time axis.