Florian Wellmann

Results 13 comments of Florian Wellmann

Great to see that you are interested in our project and I hope that I can help you getting started quickly! I am also running pynoddy on MacOSX, so there...

Good to hear that the installation itself worked! Did you test the executable, i.e. running it directly in the directory (noddy): $> ./noddy.exe (or $> ./noddy)? Ok, concerning adding it...

Hi @stoaschaedl, Interesting project! We currently take a very similar path at the moment and develop a Blender Add on for GemPy. Quite experimental at the moment, so not out...

It sounds like we should make use of the new GitHub Discussion forums and FAQs that you mentioned, @AlexanderJuestel - and we should clearly state in the contributions.md which forum...

Just came across this example code of conduct (on pygmt): https://www.contributor-covenant.org/version/1/4/code-of-conduct/ Could directly be adapted in gempy, I think.

Interesting - so just to understand, transform the model to fit to a reference surface? Seems very much related to balancing approaches. Not yet implemented, and probably difficult to generalise...

Example in commit bf51f9a

Just a quick update (if anyone is interested): resulted in a development branch (latest commit: f0163ce4701f9b688de140ae379f0babc84d20fc) - mostly focussing on a vectorised implementation of the D-S algorithm at the moment....

Hello @domist07, Just a quick answer: we have several meshing approaches already tested (gmesh, CGAL) that should suit your needs, maybe @MohammadCGRE can have a look? Also, if I recall...

# Hierarchical Modeling - some background We often have several regions in a model domain with different geological elements. In this case, a global interpolation will very likely cause problems....