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

what should or shouldn't be included in a wellio_plus JSON object? #8

Closed JustinGOSSES closed 4 years ago

JustinGOSSES commented 6 years ago

Wellio_plus being defined as having data and functions that go behind the data in a LAS file.

Examples of wellio_plus data & functions that could be part of the prototype would be:

common function calls like max, min, average of each curve, etc.
pick depths
geographic location
age of data acquisition
non-original curves that are created and used as engineered features for machine-learning.
other well-centric data points or datasets that might be useful for machine-learning.

Some of these exist in welly.py python objects. You could make a case anything that exists in welly should exist in some form in wellio_plus? I'm not sure that's a necessary requirement?

github-actions[bot] commented 4 years ago

Stale issue message