JustinGOSSES / wellio.js

JavaScript for converting well-log standard .las file format to json format
https://justingosses.github.io/wellio.js/
MIT License
34 stars 5 forks source link

Redo some of the las -> json parsing to more closely match the 2.0 specification. #5

Closed JustinGOSSES closed 4 years ago

JustinGOSSES commented 6 years ago

Redo some of the las -> json parsing to more closely match the 2.0 specification.

Currently, the code works but some weird edge cases might cause problems.

Particularly, using the first space after the unit string as deliminator instead of number of characters and then triming the spaces out.

http://www.cwls.org/wp-content/uploads/2017/02/Las2_Update_Feb2017.pdf

JustinGOSSES commented 6 years ago

Having a test suite that leverages wells known to be valid but problematic might be a good way to handle this in addition to close reading of LAS standard.

Potentially use some of these wells? https://github.com/agile-geoscience/LASinfections

kinverarity1 commented 6 years ago

It'd be great to have a common suite of LAS files to test against, particularly grouped by:

The current lasio test suite is a mix of all these.

oze4 commented 5 years ago

Are there plans to add wrapped .las support? I noticed wrapped .las files do not work..

JustinGOSSES commented 5 years ago

Yes, that's a good suggestion @oze4 . It could be added. Breaking it off into its own separate issue here #12 . Don't have spare time to work on it right now, unfortunately, but happy to accept pull requests.

github-actions[bot] commented 4 years ago

Stale issue message