-
-
Notifications
You must be signed in to change notification settings - Fork 243
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
Error when try to use gp.create_model('welly_integration') #988
Comments
Hello @DCCP80, thanks for your question. Maybe we need a little more information to help: Are you using the most recent gempy version. Gempy had a major update roughly a year ago including many changes. To my knowledge though, I would suggest to take a look at our new video tutorial series to get up to speed, if that is the issue: Otherwise maybe you could specify the exact problem? Cheers, |
Thank you for the quick reply! I'm following this workflow The problem is all the previous steps work, until creating the geomodel. Do you have to have orientation points for it to work? They us this gp.init_data to call the geo_model = gp.create_model('welly_inegration') I tried using the example from video but the surface points are in a DataFrame and not a .csv file. |
Hi again, As you said already this tutorial is very outdated. Assuming that welly and striplog still work the same way you should be able to reproduce the results thought with a bit of coding. First of all, gempy does not take dataframes as inout anymore, so yes the easiest way would be to export as csv using The creating a model works liek this:
There might be some other adjustments along the way but this should give you the start. EDIT: Gempy does always require orientation data. Please check the references provided on the homepage if you are interested in understanding the underlying universal cokriging interpolation. |
Awesome, I will make this happen. Thank you for the great response! |
i'm trying to work through this tutorial:
https://docs.gempy.org/integrations/gempy_striplog.html#sphx-glr-download-integrations-gempy-striplog-py
Is there an updated create model tool? I know there was a similar issue when using
import gempy as gp
but i'm hoping there is a simple answer to this.
This is the versions i'm running:
gempy is 2024.2.0.2
I'm in the latest ArcGIS Pro using their juptyr notebook. Thank you!
Dan Amrine
The text was updated successfully, but these errors were encountered: