STATCowboy / welly

Well handling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

welly

Manage subsurface well data.

Travis build status

Development status

Latest version

Python version

Coveralls

Codacy code review

License

Welly is a family of classes to facilitate the loading, processing, and analysis of subsurface wells and well data, such as striplogs, formation tops, well log curves, and synthetic seismograms.

Philosophy

The lasio project provides a very nice way to read and write CWLS Log ASCII Standard files. The result is an object, based on OrderedDict, that contains all the LAS data — it's more or less analogous to the LAS file.

Sometimes we want a higher-level object, for example to contain methods that have nothing to do with LAS files. We may want to handle other well data, such as deviation surveys, tops (aka picks), engineering data, striplogs, synthetics, and so on. This is where welly comes in.

welly uses lasio for data I/O, but hides much of it from the user. We recommend you look at both projects before deciding if you need the 'well-level' functionality that welly provides.

Links

Documentation

Contributing

We welcome contributions! Please fork the project and submit pull requests, or get in touch with us at hello@agilegeoscience.com

About

Well handling

License:Apache License 2.0


Languages

Language:Lasso 89.7%Language:Jupyter Notebook 8.0%Language:HTML 1.8%Language:Python 0.5%