-2

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.

Shankar
  • 8,529
  • 26
  • 90
  • 159
  • This question would better fit https://softwarerecs.stackexchange.com/ – Jacques Gaudin Apr 17 '18 at 10:13
  • 1
    @JacquesGaudin Please be careful before sending people to Software Recommendations SE. The site is moderated very strictly, even more strict than SO. **If** you refer people there, please point out their [question guidelines](https://softwarerecs.meta.stackexchange.com/questions/336/what-is-required-for-a-question-to-contain-enough-information) . – S.L. Barth is on codidact.com Apr 17 '18 at 12:41

1 Answers1

1

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

0x1C1B
  • 1,204
  • 11
  • 40