Lennart Schüler
Lennart Schüler
This is a first suggestion of how to implement spatio-temporal vector fields. It is hardly tested and more a foundation for a discussion. We want to implement 2d vectors (let's...
At the moment it is very difficult to use own or modified random generators in the `SRF` and `CondSRF` classes, because we only support using the lookup tables `GENERATORS`. This...
I haven't seen those in a long time, but it seems, that we have another Heisenbug in the parallel loop of the kriging summator. Take a look at [Continuous Integration...
Hi and thanks for this package! I want to solve a set of ODEs where one of the parameters is a step function with prescribed times at which it can...
This is a first attempt to include a new generator based on the Fourier method. One of its desirable properties is the periodicity of the generated fields, which can be...
With some [new checks](https://github.com/pylint-dev/pylint/releases/tag/v3.3.0) recently added to pylint, I had to temporarily set pylint's flag `-max-positional-arguments 20`, in order to run the linter successfully. Maybe that should be a hint...
As noted in PR https://github.com/GeoStat-Framework/GSTools/pull/386, GSTools doesn't really support py3.8 at the moment due to changes in its dependencies. We have decided to keep supporting py3.8 for now and with...