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

Basic loadLAS unit test #14

Closed dcslagel closed 4 years ago

dcslagel commented 4 years ago

@JustinGOSSES,

This change implements a simple initial unit test for loadLAS() in dist/index.js.

Let me know if this change could be accepted (or rejected) or needs some additional changes before merging.

Thanks,

DC

JustinGOSSES commented 4 years ago

@dcslagel Looks like a suitable approach. I'll merge.

LASIO has a good suite of test LAS files that welly also uses. Some of them are named by their imperfections. Long-term plan was to use all or a subset of them in more advanced test suite eventually.

https://github.com/kinverarity1/lasio/tree/master/tests/examples

dcslagel commented 4 years ago

@JustinGOSSES,

Great. I'll experiment with adding another LASIO test file to the wellio.js test suite.

Thanks,

DC