Sebastian Müller

Results 67 issues of Sebastian Müller

Hey there, thanks for this great extension to vscode. Would it be possible to create the outline of a textfile containing multiple namelists? I'd love to see a list of...

Could this be a place to provide an argument parser in fortran? Here are two implementations: - https://github.com/haniibrahim/f90getopt - https://github.com/cngilbreth/optionsf90

topic: utilities

Since we now got reading routines for structured VTK meshes with PR https://github.com/nschloe/meshio/pull/399, it would be nice to conserve the information about the structured mesh. Therefor we could add the...

For PyKrige 1.7, GSTools 1.4 needs to be released: https://github.com/GeoStat-Framework/GSTools/milestone/14 This affects: - https://github.com/GeoStat-Framework/PyKrige/pull/245 - https://github.com/GeoStat-Framework/PyKrige/pull/242 (pinv2 bug -> re-enable gstools tests)

solved upstream

Bugfix to correctly support latlon models from GSTools. This needs https://github.com/GeoStat-Framework/GSTools/pull/254 to be included in the next GSTools release.

bug
enhancement
new feature
solved upstream

It was shown, that the current approach of plugging in the great-circle distance directly into the covariance/variogram function does not automatically result in a valid covariance model on the sphere....

bug
enhancement
new feature
solved upstream

# Hurray! PyKrige is now part of the GeoStat-Framework Now we have to think about, how to smoothly integrate PyKrige into this Framework and how to organize the coexistence with...

enhancement
question
new feature
packaging
Refactoring

In order to provide N-D kriging, we should think about, what rotation and anisotropy means in higher dimensions. My proposal is: # Rotation - in N-D we can describe rotation...

enhancement
help wanted
new feature
solved upstream

This is a bug in my opinion: https://github.com/GeoStat-Framework/PyKrige/blob/48bc43362218b283bcba51b2c0990b72f7e29fbb/pykrige/uk3d.py#L166 In GSTools, drift is applied to the input coordinates and I think this should be done here as well. @rth @bsmurphy @mjziebarth...

bug

sklearn provides a lot of functionality, we could use to simplify our code. Distance matrix calculation: https://scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise_distances.html KDtree: https://scikit-learn.org/stable/modules/generated/sklearn.neighbors.KDTree.html Search radius to optimize moving window kriging (See: #57): https://scikit-learn.org/stable/modules/generated/sklearn.neighbors.KDTree.html#sklearn.neighbors.KDTree.query_radius Nearest...

enhancement
new feature
Refactoring