Mirko Mälicke

Results 48 comments of Mirko Mälicke

OK, then as a first shot I would guess that when an observation location is in the grid passed to transform, we end up with a `0` in the kriging...

That sounds very sensible. Maybe an even larger threshold. We should set this as an attribute to the Kriging class with a default value like that. Besides the technical implications...

Hey @JorjeousJorje, thanks for the question. I am not planning on adding something. But if you have some interesting data, I could consider building an example based on that. In...

@JorjeousJorje yeah go ahead and post the code here. However, depending on your hardware (memory allocation is a hardware limitation), the sample size, and the fact that you are interpolating...

Thanks, @MuellerSeb your insights are, as always, very welcome. If you want to stick to skgstat, I guess the point here is the sample size. The Variogram has to calculate...

Hey @srggrs, @JorjeousJorje, Yeah, the bug is independent of the target grid dimensionality. We broke the pickling of the multiprocessing version of Kriging during the last rounds of code rework....

As a short addtition: An example code how `gstools` can be used for Kriging is posted above by @MuellerSeb. If you want to stick to `skgstat.Variogram`, you can use the...

Hey, Contributions are always welcome. I personally don't have the time right now, too busy with other stuff. But I can make you a collaborator if you want to? Then...

Hi, no unfortunately, it was not yet updated. I'll take this as another comment and reminder to do this somewhere near in the future. Concerning the data: The coordinates are...

Hi there, thanks a lot for getting started! The error message is caused by `scipy.optimize.curve_fit`, which is used under the hood to fit the variogram function. The group `-1` is...