-
Notifications
You must be signed in to change notification settings - Fork 132
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
Composite Log Display #169
Comments
Hello @Pinkmei and thank you for your interest and question. To break down how I'd written that code:
If you would like to take this code and refactor it to make a PR, one thing that was pointed out to me was that the plotting should be attached to a I have not yet figured out a nice way to achieve this. I hope while this is not a solution right now, it can perhaps give you a starting point. |
If you would like to use the code from the PR #153 , you can check all the files I changed here: https://github.com/agile-geoscience/welly/pull/153/files |
Hi @Zabamund Cool, Thank you very much for the guide. I add all functions to the program and it turns out a nice view. I have learned a lot from this practice and will keep on... Best Regards and Have a nice day, |
That's great, really happy to have been of assistance. If you're not a member yet I'd suggest you join the software underground community as there are loads of people of love rocks and computers! |
Hi @Zabamund, Thank you. I wonder how to set the cutoffs to the calculated curve in welly. For instance, using your sample well to calculate VSH and limit it within 0,1.
I used the above code trying to estimate VSH, however, it gives me a Value Error Don't know how to solve it. Is there an efficient solution to fix it especially for curve objects? Thank you in advance. |
Hi @Pinkmei, the issue you're having is not related to So for example if you do this:
and then:
you get back I'm not sure if this is what you want, but you could do something like this:
and then:
|
Hi @Zabamund, Thank you for the prompt explanation and well-decripted code for vsh_lgi estimation. Yes, I got vsh calculated like your vsh_lgi as a curve before using any constraints. As I am unfamiliar with Curve objects in python. I have 3 questions in calculating properties from curves.
Thank you in advance. |
Hey @Pinkmei,
and then:
Please bear in mind, these are all just hacky solutions and there may be a more elegant way to achieve this in I hope this is of assistance. |
Hi @Zabamund, Looks cool. Thank you for the wonderful solution. I will give it a try. Best Regards, |
In fact rather than using |
Thanks @Zabamund , this is going to save me a ton of time. Let me know if I can help/test/spitball on next steps for this. Would love this to be an option for welly. |
Hey @ThomasMGeo, if you mean my plotting code, you're most welcome, but I'm not sure it's going to keep working with the changes coming to welly, also it was never merged as it didn't match welly's API, so my hope is that such functionality will be developed in a future version of welly as I think that being able to make such plots would be an awesome new feature. |
Thank you very much for sharing the comprehensive geoscience python codes. I wonder if it is possible to display GR, Density, Sonic in linear scale, RT (resistivity in log scale) and Vsh calculated from logs with shadings together in a composite log in python. Any update and reply would be much appreciated. Thank you in advance.
The display sample is similar to the linked plot https://www.researchgate.net/profile/Guochang_Wang/publication/301912413/figure/download/fig5/AS:669075327967234@1536531397331/Conventional-well-logs-and-computed-organic-richness-of-the-Utica-Point-Pleasant-interval.ppm
The text was updated successfully, but these errors were encountered: