equinor / dlisio

Python library for working with the well log formats Digital Log Interchange Standard (DLIS V1) and Log Information Standard (LIS79)
https://dlisio.readthedocs.io/en/latest/
Other
121 stars 39 forks source link

How to access header information in unstructured LIS files? #409

Closed lucasaguiar26 closed 2 years ago

lucasaguiar26 commented 2 years ago

I would like to access header information from LIS files, as API/APIN number. I can do this in structured LIS files as I can read this information as a table, although I can't do that in unstructured files.

The documentation indicates that this unstructured files can be read "as a list of single parameter values", but I still can't pick the information I want inside of this list.

Does anyone know how can I manipulate this list or could I convert this information to a table as structured LIS files?

ErlendHaa commented 2 years ago

Hi!

I assume you are talking about the Information Records. In that case, maybe https://github.com/equinor/dlisio/issues/404 can shed some light on the matter?

lucasaguiar26 commented 2 years ago

You are right. #404 really helped me to understand better these file structures. Thank you very much!

LIS files can be tricky to work with