-
Notifications
You must be signed in to change notification settings - Fork 19
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
Reading Well Data into Subsurface #70
Comments
Hello @archieskang, Please elaborate a little more on what your problem is. Thanks |
Could you provide us with the dataframes you are using? |
@archieskang, could you provide us with the data? Not just screenshots. |
sorry,here is the code: data_hash = "a91445cb960526398e25d8c1d2ab3b3a32f7d35feaf33e18887629b242256ab6" reading_collars = ReaderFilesHelper( We can see the fields from the class easily converting it to a dictasdict(reading_collars) collar = read_collar(reading_collars) survey = read_survey( lith = read_lith( lith wts = WellyToSubsurfaceHelper(collar_df=collar, survey_df=survey, lith_df=lith) |
The collar coordinates to not get parsed correctly through the import subsurface as su
wts = su.reader.wells.WellyToSubsurfaceHelper(collar_df=collar, survey_df=survey, lith_df=lith)
for project in wts.p:
name = project.uwi # get unique borehole name
collar_coordinates = collar.query('BHID==@name').values
project.location.position = project.location.position + collar_coordinates |
I try this Tutorials,and the result is like this.
need help,plz.
The text was updated successfully, but these errors were encountered: