Sebastian Müller
Sebastian Müller
That would be nice, since the [evtk](https://github.com/paulo-herrera/PyEVTK) package got some down-sides.
> Perhaps we could then also _write_ structured meshes. Question is, which other mesh-formats provide structured meshes? And: Are they compatible?
My two cents on this topic: Be careful with directly using the haversine distance in the variogram model. The surface of the sphere is a compact manifold (mathematically speaking) and...
@mmaelicke you could think about implementing a switch to use the assoziated yadrenko model, that is able to use the haversine distance: Starting with a valid isotropic model in 3D,...
It applies to semi-variances as well. Yadrenko derived a way to generate a huge family of valid models on the sphere by making use of valid models in 3D. Since...
That is exactly the reasoning behind the yadrenko models and is also the exact way that GSTools treats lat-lon input. We provide two different dimension attributes: `dim` for the model...
Jepp, paper got accepted as well and should be released during the next days.
Hey there, GSTools provides chunking out of the box. See [here](https://geostat-framework.readthedocs.io/projects/gstools/en/stable/generated/gstools.krige.Ordinary.html#gstools.krige.Ordinary.__call__) ```python from gstools import Gaussian, krige # condtions cond_pos = ... # your condition position tuple (x,y,z) cond_val =...
What's the status on this?
Works fine! Thanks.