Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating a 3D velocity model in GemPy #83

Closed
adleram opened this issue Jul 14, 2020 · 6 comments
Closed

Creating a 3D velocity model in GemPy #83

adleram opened this issue Jul 14, 2020 · 6 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@adleram
Copy link

adleram commented Jul 14, 2020

Hi All,

Started recently to work with GemPy, targeting automatic generation of realistic 3D velocity models. So far, I have not found a simple way to perform this, and wondered if anyone has accomplished this before, or saw sample code that performs this?

Best,

Amir

@javoha
Copy link

javoha commented Jul 15, 2020

Hello @adleram,

thanks for bringing this to github. Just for everyone to follow: This is not implemented directly in Gempy at the moment - But as you have the lithology for each grid location it should be straightforward to calculate velocity by combining lithology and some form of depth relation.

Just to clarify access, after computing the model:

sol.lith_block - Gives you the lithology values for each grid point.
sol.grid.values - Gives you the corresponding coordinates of the grid points

Again, I hope this is helpfull and feel free to ask more questions or contribute your function to the repository if you code a nice solution.

Cheers, Jan

@AlexanderJuestel
Copy link
Collaborator

This should easily be doable I think when attributing velocities to each lithology. In that case, we would assume constant velocities for the same lithology at depth. But it could be a first approximation. We could provide such functionality in GemGIS as post-processing option if wished @javoha :)

@adleram
Copy link
Author

adleram commented Aug 21, 2020

Thanks Alexaner, we are very interested in coding such capability. We have tried to accomplish this, however, could not find a way to access the full grid information of the model, in order to assign a certain velocity to a corresponding lithology. Would you be bale to provide a baseline python script that points the required main line of code? we thank you in a advance for your help, and we will share our complete solution with the entire Gempy community.

@AlexanderJuestel
Copy link
Collaborator

Hello,

I will be moving that for now to GemGIS. I have no update on that yet but this way it will not get lost here in GemPy :)

@AlexanderJuestel AlexanderJuestel transferred this issue from gempy-project/gempy Nov 8, 2020
@AlexanderJuestel AlexanderJuestel self-assigned this Dec 30, 2020
@AlexanderJuestel AlexanderJuestel added the enhancement New feature or request label Dec 30, 2020
@AlexanderJuestel AlexanderJuestel added this to the GemGIS 1.0 milestone Dec 30, 2020
@AlexanderJuestel
Copy link
Collaborator

By combining this with density, even a simple synthetic seismic section or cube could be calculated.

@AlexanderJuestel
Copy link
Collaborator

Closing because of duplicate of #64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
GemGIS Development
Awaiting triage
Development

No branches or pull requests

3 participants