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.
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.
Try this option, it's an Java API for read/write many different formats among others LAS.
Also the given website provides an example for reading/writing an LAS file. Log I/O - Well log access library