Java API for reading LAS(Log ASCII Standard) files?

1.2k Views Asked by At

Is anyone having experience in reading LAS(Log ASCII Standard) Files using Java?

I found one Python library, but in our environment we are restricted to use Java.

https://lasio.readthedocs.io/en/latest/

Any help is appreciated.

1

There are 1 best solutions below

1
On

Try this option, it's an Java API for read/write many different formats among others LAS.

As of Q1/2018 Log I/O supports reading and writing of the following well log formats: DLIS, LAS2, LAS3, LIS, BIT, XTF, ASC, SPWLA and CSV.

Also the given website provides an example for reading/writing an LAS file. Log I/O - Well log access library