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

need to write function that converts JSON -> LAS file #2

Closed JustinGOSSES closed 4 years ago

JustinGOSSES commented 6 years ago

Need to write this function in js/wellio.js:

//// Function that takes a single json representing a single well and writes a paper LAS 2.0 file. function json2las(oneJSON){ //// nothing written yet return LAS }

github-actions[bot] commented 4 years ago

Stale issue message

dcslagel commented 4 years ago

@JustinGOSSES

Did you intend for this ticket to be closed?

DC