welly 0.5.2
pip install welly
Released:
Tools for making and managing well data.
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache Software License
- Author: The Welly Authors
- Requires: Python >=3.6
Classifiers
- Development Status
- Intended Audience
- License
- Natural Language
- Operating System
- Programming Language
Project description
welly
facilitates the loading, processing, and analysis of subsurface wells and well data, such as striplogs, formation tops, well log curves, and synthetic seismograms.
Installation
pip install welly
For developers, there are pip
options for installing test
, docs
or dev
(docs plus test) dependencies.
Quick start
from welly import Well, Project
w = Well.from_las('my_wells/my_well.las') # Load a single well.
p = Project.from_las('my_wells/*.las') # Load lots of wells.
gr = w.data['GR'] # One log...
gr.plot() # ...with some superpowers!
Next, check out the tutorial notebooks.
Documentation
The welly
documentation is a work in progress.
Questions or suggestions?
If you'd like to chat about welly
with us or other users, look for the #welly-and-lasio channel in the Software Underground's Slack.
To report bugs or suggest new features/improvements to the code, please open an issue.
Contributing
Please see CONTRIBUTING.md
.
Philosophy
The lasio
project provides a very nice way to read and write CWLS Log ASCII Standard files. The result is an object 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.
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache Software License
- Author: The Welly Authors
- Requires: Python >=3.6
Classifiers
- Development Status
- Intended Audience
- License
- Natural Language
- Operating System
- Programming Language
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file welly-0.5.2.tar.gz
.
File metadata
- Download URL: welly-0.5.2.tar.gz
- Upload date:
- Size: 20.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | db23e0414ed961064fd31db4c1a6e76884a23a03664acd4315a729ff94febdea |
|
MD5 | fafcbef15fc91a7510ecf17af7722307 |
|
BLAKE2b-256 | dd245d35acc704ea5a8af234c72252d371fc10a7cfb429311a6f260ed4affc27 |
File details
Details for the file welly-0.5.2-py3-none-any.whl
.
File metadata
- Download URL: welly-0.5.2-py3-none-any.whl
- Upload date:
- Size: 79.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | de6769ceca0844dbd8812823738feed1f631233943466d8ca47bbb747b71315d |
|
MD5 | 91ca7e6416547adfe19792f31e25b745 |
|
BLAKE2b-256 | bf5db1b7297c38c9fb1c9bbd9d00e30dad413b9951e2a62f9a49dc5dc1dfb4a2 |