lasio icon indicating copy to clipboard operation
lasio copied to clipboard

Python library for reading and writing well data using Log ASCII Standard (LAS) files

Results 62 lasio issues
Sort by recently updated
recently updated
newest added

**Describe the bug** For a file containing this data section: ``` ~A Depth GAMN NEUT SP IND CALI 0.05 -2163.978 -0.0 -3.049 -90.567 34.779 0.10 56.264 -0.0 -3.049 -90.567 34.779...

bug
las-writer-code

Provide an option in `LASFile.write` to put curve names in the ~A row. This is related to #30 and #90 which address reading this kind of data in. ***What is...

enhancement
las-writer-code

sample file bellow. >~Version Information VERS. 2.0: CWLS log ASCII Standart - VERSION 2.0 WRAP. NO: One line per depth step ~Curve Information Block DEPT.m : data.u :data ~Ascii Log...

bug
las-writer-code

This causes an error at the moment but should be accommodated: ``` #11/15/1999 13:29:44 Updated by the Kansas Geological Survey # #KGS#ID: 30S30W/1006347516 # #KGS#INPUT_FILE: /home/crude2_3/WellLogs/Watney/sw-ne/Kohn119a.las.las ~VERSION INFORMATION VERS. 2.0:...

enhancement
data-section-parser
las-writer-code

**Is your feature request related to a problem? Please describe.** We need a clear way to see how a given PR changes the speed of lasio, based on the pytest...

enhancement

Prompted by #404. Currently, by default (`STEP=None`) `writer.py:write` modifies the `LASFile.well.STEP` header value to be the difference between the first two depth intervals in the file. This is intended so...

bug
las-writer-code

**Is your feature request related to a problem? Please describe.** Many users will never use lasio directly, but will instead use it via functions like [`welly.Well.from_las`](https://github.com/agile-geoscience/welly). I want to explore...

enhancement
good-issue-for-beginners

Need to test on output for a regular depth increment because otherwise other LAS software will break. If the input file has it then the output file must.

bug
las-writer-code

Ref email enquiry. Need to modify writer.py to allow the addition of sections which are not contained in the LAS 2 specs e.g. Tops_Parameter, Tops_Definition, Tops_Data

enhancement
las-writer-code

I am working with files that have characters in the data section. The substitution of null values is broken for them. Adding `null_policy` is not helping. las_file = lasio.read('characters.las.txt') las_file...

bug
data-section-parser