Skip to content
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

Parse LAS 3 format codes in header section lines #515

Open
kinverarity1 opened this issue Jun 14, 2022 · 0 comments
Open

Parse LAS 3 format codes in header section lines #515

kinverarity1 opened this issue Jun 14, 2022 · 0 comments
Labels
enhancement las3 stuff relating to LAS 3.0

Comments

@kinverarity1
Copy link
Owner

Is your feature request related to a problem? Please describe.
LAS 3 extends header line items to include a format code:

I_DT .     : SURVEY_DATE                           {D}
I_CO .     : Recording Company                     {S}
I_RF .Unit : Depth Datum Elevation (from MSL)      {F}
I_AT .     : Azimuth North Type (e.g. Grid/ True)  {S}

See page 23 of the spec: https://github.com/kinverarity1/lasio/blob/main/standards/LAS_3_File_Structure.pdf

Describe the solution you'd like
They should be parsed in the relevant parts of e.g. lasio.SectionParser and lasio.read_header_line, converted where possible to Python string formatting codes, and stored and made available to the user as part of lasio.HeaderItem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement las3 stuff relating to LAS 3.0
Projects
None yet
Development

No branches or pull requests

1 participant