Mirko Mälicke

Results 10 issues of Mirko Mälicke

Hey @redhog I think there is still a bug in `MetricSpace` related to the setting of `maxlag`. You can reproduce the example below with the newly introduced `data` module of...

bug

During the last two minor versions, we messed the SpaceTimeVariogram up. Dynamically updating parameters is not working properly anymore, the docs are way outdated and the differentiation which parameters are...

bug
documentation

Hey @redhog I get some warnings in the new code in `DirectionalVariogram` ``` scikit-gstat/skgstat/DirectionalVariogram.py:343: RuntimeWarning: invalid value encountered in true_divide pos_angles = np.arccos(scalar / self._euclidean_dist) scikit-gstat/skgstat/DirectionalVariogram.py:637: RuntimeWarning: invalid value encountered...

bug

An issue came up during #88: `skgstat` can fit very small smoothness values for a Matern model, which is not really useful, as explained here: https://github.com/mmaelicke/scikit-gstat/pull/88#issuecomment-821026903 So, this issue is...

enhancement

Hey @rhugonnet, The docs are not compiling anymore and I finally found the time to have a look at that. To me it seems like the the standard plotting routine...

bug

@rhugonnet, I think it is time to publish version `1.1` soon. There have been some major improvements, like the sum of models just merged as well as cross-variograms. I will...

@GatorGlaciology, this might be interesting for you. This pull request introduces an preliminary interface to GStatSim. There are 3 main options for interfacing: * generate a GStatSim compatible `prediction_grid` from...

For #4 , this issue could collect some modlues that have already solved at lot of stuff. Whenever we can do the I/O via numpy or pandas, we should use...

I am thinking about implementing bokeh as an alternative for plotting. Similar to holoviews, the user could switch from the default matplotlib *plotting backend* to bokeh. Plotting tools would return...

enhancement
help wanted

This line is not supported anymore with scipy 1.0: https://github.com/mmaelicke/scikit-gstat/blob/22ff51ce798e0bfb4280392b32cbf9d9a480d89a/skgstat/MetricSpace.py#L786 see also https://github.com/scipy/scipy/issues/8338 With #185 the bug is fixed for now, as the old, slower code is used again. If...

bug