What is the best way to fix the model when you work with realistic data? #664
Replies: 1 comment
-
having worked with realistic models in GemPy myself, I totally understand, where you're coming from. I had my go at As for your suggestions: We'd need to project points onto the 2D sections. There is a threshold parameter for projecting data onto sections, but its functionality isn't well tested. Or do you mean to only show points on sections which strictly lie on a cross-section? I have played around with bqplot in the past to pick surface points from images in cross sections (https://github.com/Japhiolite/bqcs ). Maybe it would be worth to have a look at using some libraries' interactive plotting capabilities for using them in gempy plotting... So I don't really have a solution ready, just some thoughts... Cheers |
Beta Was this translation helpful? Give feedback.
-
I've read through tutorials and watched videos on how to use
gempy
. It seems pretty straightforward when you build simple models with only a few layers and unconformities. The real struggle comes when I try to use it for building something more realistic, based on data from, say 20 boreholes.It looks like the
gempy
often tends to construct rather surrealistic layers between formations. Briefly it was mentioned in this video tutorial https://www.youtube.com/watch?v=1oS6xTJkRwo&t=5551s. The way to deal with it - is to add more points and orientations.It was suggested in the video to use this command:
and then manually shift certain points and see how it changes the layers in the real time. But, again, it works fine in simple cases, but in a realistic case it's very difficult to correctly place the point in 3D space.
It would be nice if there were a way to:
I know there is a way to almost solve first item (https://docs.gempy.org/tutorials/ch1_fundamentals/ch1_3b_cross_sections.html#sphx-glr-tutorials-ch1-fundamentals-ch1-3b-cross-sections-py). But I couldn't find the way of placing set of points by clicking on the 2D plot.
Or, maybe, there is another way of fixing realistic model?
Beta Was this translation helpful? Give feedback.
All reactions