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

Local Kriging module #13

Open MuellerSeb opened 2 years ago

MuellerSeb commented 2 years ago

As a first step towards a common base for GSTools and PyKrige, we should implement "local" Kriging.

That means:

Some prerequisites are already described in #9. The netcdf interface is not necessary for now and could be added later on.

We need a plan to start working on this. Afterwards, we could start using this backend in a prototype of the upcomming PyKrige v2.