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

``` error: Failed to read data:\nValueError: could not convert string to float: b'DEPT'" ``` Suggestion check if the lines in ~A section start with character and not a number consider...

enhancement

Funny NULL with not a numerical value, and really is present in the file: ``` NULL. **** : NULL VALUE ``` ``` 10260.50 41.95 10261.00 **** 10261.50 40.29 ```

bug

Some old software was written in pre-defined column format without assuming that two columns can touch each other and create reading overhead to parsers. Excel has option to read files...

enhancement

This change modifies defaults.py to add HYPHEN_SUBS - a list of those substitutions defined elsewhere in this file that look for and modify matches based on whether there is a...

**Describe the bug** This section of the documentation that illustrates how lasio handles date and/or timestamps by default is misleading: https://lasio.readthedocs.io/en/v0.30/data-section.html#handling-text-dates-timestamps-or-any-non-numeric-characters **To Reproduce** The only reason this is handled well...

bug

**Describe the bug** For some big LAS 3 files reading is very long. This is due to the regex in lasio/reader.py that searches "_Data" in the section title but in...

bug

Hello I'm new here tho I learn easily. I got an error when I tried to open an API Las file I've change the urllib2 with **urllib.request** in your code....

So , I want to achieve something like: In parameter section , if any attribute's value length is more than 64 character I want to comment out that line and...

**Describe the bug** I was running lasio.read() on few files to get the STAT. value. But there is some files where no data is present in ascii section for respective...

bug

**Describe the bug** lasio incorrectly determines the number of columns in a multiline LAS file when the count of curves is a multiple of the number of columns. `reader.inspect_data_section` returns...

bug