lasio
lasio copied to clipboard
Python library for reading and writing well data using Log ASCII Standard (LAS) files
#### Description: This pull-request removes so older and deprecated functions from las.py Deprecated 3 years ago: - add_curve_raw() - add_curve() Deprecated 2 years ago: - to_json_old() Tests updated: - tests/test_sectionitems.py::test_add_curve_duplicate...
#### Description: This pull-request adds some helpful information to the README and does some minor cleanup of Sphinx(Google-style) formatting of some doc-strings. - README - add link to license and...
The API documentation is probably not including some new or renamed functions, and perhaps includes some unused ones. Needs updating. https://lasio.readthedocs.io/en/latest/lasio.html https://github.com/kinverarity1/lasio/blob/master/docs/source/lasio.rst
This may be causing an issue for some: https://stackoverflow.com/questions/53874152/how-to-perform-the-same-edit-on-a-folder-of-csv-files
LAS 3 specification: https://github.com/kinverarity1/lasio/blob/main/standards/LAS_3_File_Structure.pdf Tasks: - [x] PR #327 Re-arrange LASFile.read so that header sections are parsed before touching any data sections (see comments in #1) - [ ] Issue...
**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 . :...
**Is your feature request related to a problem? Please describe.** LAS 3 files can have linked parameter, curve ("definition") and data sections. These are currently independent sections in lasio. They...
**Is your feature request related to a problem? Please describe.** We don't have a diverse set of real-world LAS 3 files to develop and test against (refer to #5) **Describe...
**Describe the bug** When a column is separated by a hyphen, the substitution that I put in lasio to deal with very old-fashioned fixed-width Fortran-style formatted columns causes hell. Example...
**Is your feature request related to a problem? Please describe.** I need to send my edited las file to an API, but I dont want to send the lasio object....