GeoStat-Framework / GSTools-Core

A Rust implementation of the core algorithms of GSTools.
GNU Lesser General Public License v3.0
10 stars 0 forks source link

Drop the dimension parameter of variogram_directional and variogram_unstructed #11

Closed adamreichold closed 2 years ago

adamreichold commented 2 years ago

This parameter is redundant to the shape of the pos and direction arrays.

Fixes #10