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

e.g. changing the delimiter on ~ASCII sections to tab or whitespace. https://stackoverflow.com/questions/53874152/how-to-perform-the-same-edit-on-a-folder-of-csv-files

bug
las-writer-code

I have a file that has this section just before the data. ~Parameter Information Block #MNEM.UNIT Value Description #----.---- ---------------------------------------- ------------------------------- 2344 -999.2500 -999.2500 -999.2500 -999.2500 -999.2500 -999.2500 -999.2500 -999.2500...

bug

**Describe the bug** If the ~Other section is removed from a LASFile object, when the LASFile is written, an exception is raised. **To Reproduce** See #417 for the setup code....

bug
las-writer-code

LAS files are meant to have a constant interval in the index column. But sometimes they don't. We should have a method that fixes that. By using either STRT, STOP,...

enhancement
good-issue-for-beginners

I should get lasio on to conda-forge. See #231 for a starting point.

enhancement

Hmm. When I had IPython's autoreload extension on, I got this after trying lasio.read: ``` --------------------------------------------------------------------------- TypeError Traceback (most recent call last) in ----> 1 lasio.read(r"tests\examples\sample.las").params ~\code\lasio\lasio\__init__.py in read(file_ref, **kwargs)...

bug
python2.7

Sometimes it is required to only read ~version section or ~well section from a given las. With ignore_data flag, lasio reads all sections other than '~A' section. Has it been...

enhancement

**LASIO Version** 2.8 **Log ASCII Standard (LAS)** 2.0 **Describe the issue** When reading a LAS file with an empty `~Other` section, the section is incorrectly filled with data from the...

bug

In my application I am loading very large files (order of 100's MB), and it naturally takes rather long to process them. It would be useful from the users point...

enhancement

Feels to me like this should be easier to achieve. See below for what I guess is close to a minimal working example of how to change a LAS file...

enhancement