GSTools - A geostatistical toolbox: random fields, variogram estimation, covariance models, kriging and much more
GNU Lesser General Public License v3.0
567
stars
74
forks
source link
Refactor Cython routines to have same signatures as rust implementations #216
Closed
MuellerSeb closed 2 years ago
In order to have drop-in replacements for the Cython routines we need to refactor the existing cython routines:
dim
argument fromdirectional
,unstructured
https://github.com/GeoStat-Framework/GSTools-Core/blob/afe9ec1134d19fc9bde8ae8466132433315718a0/src/variogram.rs#L240 https://github.com/GeoStat-Framework/GSTools-Core/blob/afe9ec1134d19fc9bde8ae8466132433315718a0/src/variogram.rs#L357