Skip to content

#13908 Python: Add API to read well log information#13909

Open
kriben wants to merge 1 commit intodevfrom
13908-python-well-log-api
Open

#13908 Python: Add API to read well log information#13909
kriben wants to merge 1 commit intodevfrom
13908-python-well-log-api

Conversation

@kriben
Copy link
Copy Markdown
Collaborator

@kriben kriben commented Apr 22, 2026

Expose well logs attached to a well path through the Python API. A new well_path.well_logs() returns the list of well logs, and each WellLog gains channel_names() and well_log_data() for reading channel names, measured depth, optional TVD MSL/RKB, and channel values.

The read methods are registered on the abstract RimWellLog base class and use the common RigWellLogData interface so they work for imported, LAS and OSDU well logs alike.

Fixes #13908.

Expose well logs attached to a well path through the Python API. A new
`well_path.well_logs()` returns the list of well logs, and each
`WellLog` gains `channel_names()` and `well_log_data()` for reading
channel names, measured depth, optional TVD MSL/RKB, and channel
values.

The read methods are registered on the abstract `RimWellLog` base
class and use the common `RigWellLogData` interface so they work for
imported, LAS and OSDU well logs alike.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

python Add API to read well log information

1 participant