Manage subsurface well data.
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.
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.
We welcome contributions! Please fork the project and submit pull requests, or get in touch with us at hello@agilegeoscience.com