Sebastian Müller

Results 71 issues of Sebastian Müller

GSTools v1.5 was released with better support for spatio-temporal (metric) models. I think we should update the interface accordingly. Cheers, Sebastian

enhancement
discussion

When using fypp with pypy, I get the following strange error: ``` common.fypp:66: error: exception occurred when setting variable(s) 'VERSION90' to 'defined('VERSION90')' [FyppFatalError] error: name 'defined' is not defined [NameError]...

Hey Zenodo team, I just wanted to trigger a new release of https://github.com/GeoStat-Framework/pentapy and the only notable difference (meld-diff) in the payload is that the version tag is "v1.0.1" instead...

Numpy 2.0.0b1 was released: https://pypi.org/project/numpy/2.0.0b1

Examples fail with: ``` AttributeError: module 'pyvista' has no attribute 'UniformGrid' ``` See here: - https://github.com/pyvista/pyvista/issues/3320 - https://github.com/pyvista/pyvista/pull/4518

Documentation

We used `np.nan` to indicate to keep the current seed in the RNG, which is a bit of a hack IMHO. Python provides a special built in constant to be...

As noticed in #289, it would be nice to have a tutorial about generator fine tuning in the ***Random Field Generation*** section. Features to show: - `mode_no`: to reduce artifacts...

Documentation

### Discussed in https://github.com/GeoStat-Framework/GSTools/discussions/307 Originally posted by **rlsandovalp** May 3, 2023 Hi! As far as I understand, the vario_estimate function allows you to define the bin edges. Then, in a...

enhancement

Fitting a directional variogram currently only works when provided with all directions with the same bins. We could add an `axis` argument to the fitting routine to only fit the...

enhancement

At the moment we provide directional variogram estimation, but we can't estimate an omni-directional variogram in a sub-space of the given data (eg. time-slices for a given spatio-temporal data set)....

enhancement