Skip to content

Leguark/welly

 
 

Repository files navigation

welly

Manage subsurface well data.

Travis build status

Development status

Latest version

Python version

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

Packages

No packages published

Languages

  • Lasso 86.5%
  • Jupyter Notebook 11.1%
  • HTML 1.9%
  • Python 0.5%