All Projects → agile-geoscience → Welly

agile-geoscience / Welly

Licence: apache-2.0
Well handling

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Welly

Lasio
Python library for reading and writing well data using Log ASCII Standard (LAS) files
Stars: ✭ 234 (+39.29%)
Mutual labels:  data-mining, data-management, geophysics
Jekyll
Jekyll-based static site for The Programming Historian
Stars: ✭ 387 (+130.36%)
Mutual labels:  data-mining, data-management
Machine learning for good
Machine learning fundamentals lesson in interactive notebooks
Stars: ✭ 142 (-15.48%)
Mutual labels:  data-mining
Pzad
Курс "Прикладные задачи анализа данных" (ВМК, МГУ имени М.В. Ломоносова)
Stars: ✭ 160 (-4.76%)
Mutual labels:  data-mining
Vulnerator
The official distribution of the vulnerability parsing utility.
Stars: ✭ 148 (-11.9%)
Mutual labels:  data-management
Twitterdatamining
Twitter数据挖掘及其可视化
Stars: ✭ 145 (-13.69%)
Mutual labels:  data-mining
Awesome Physics
🌌 A collaborative list of awesome software for exploring Physics concepts
Stars: ✭ 154 (-8.33%)
Mutual labels:  geophysics
Accelerator
The Accelerator is a tool for fast and reproducible processing of large amounts of data.
Stars: ✭ 137 (-18.45%)
Mutual labels:  data-mining
Spypi
An (un-)ethical hacking-station based on Raspberry Pi and Python
Stars: ✭ 167 (-0.6%)
Mutual labels:  data-mining
Xioc
Extract indicators of compromise from text, including "escaped" ones.
Stars: ✭ 148 (-11.9%)
Mutual labels:  data-mining
Gensim
Topic Modelling for Humans
Stars: ✭ 12,763 (+7497.02%)
Mutual labels:  data-mining
Alimusic
🎼天池阿里音乐流行趋势预测大赛,项目中涵盖了从初赛到复赛的全部核心代码。复赛的聚合数据可以在百度网盘下载,更详细的思路介绍欢迎访问我的博客。
Stars: ✭ 147 (-12.5%)
Mutual labels:  data-mining
Python Machine Learning Book
The "Python Machine Learning (1st edition)" book code repository and info resource
Stars: ✭ 11,428 (+6702.38%)
Mutual labels:  data-mining
Etl unicorn
数据可视化, 数据挖掘, 数据处理 ETL
Stars: ✭ 156 (-7.14%)
Mutual labels:  data-mining
Efficient Apriori
An efficient Python implementation of the Apriori algorithm.
Stars: ✭ 145 (-13.69%)
Mutual labels:  data-mining
Pdftabextract
A set of tools for extracting tables from PDF files helping to do data mining on (OCR-processed) scanned documents.
Stars: ✭ 1,969 (+1072.02%)
Mutual labels:  data-mining
Matrixprofile
A Python 3 library making time series data mining tasks, utilizing matrix profile algorithms, accessible to everyone.
Stars: ✭ 141 (-16.07%)
Mutual labels:  data-mining
Rosie Pattern Language
Rosie Pattern Language (RPL) and the Rosie Pattern Engine have MOVED!
Stars: ✭ 146 (-13.1%)
Mutual labels:  data-mining
Sourced Ce
source{d} Community Edition (CE)
Stars: ✭ 153 (-8.93%)
Mutual labels:  data-mining
Pipeline
the `pipeline` shell command
Stars: ✭ 168 (+0%)
Mutual labels:  data-mining

welly

Manage subsurface well data.

.. image:: https://img.shields.io/travis/agile-geoscience/welly.svg :target: https://travis-ci.org/agile-geoscience/welly :alt: Travis build status

.. image:: https://readthedocs.org/projects/welly/badge/?version=latest :target: https://welly.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status

.. image:: https://img.shields.io/pypi/status/welly.svg :target: https://pypi.python.org/pypi/welly/ :alt: Development status

.. image:: https://img.shields.io/pypi/v/welly.svg :target: https://pypi.python.org/pypi/welly/ :alt: Latest version

.. image:: https://img.shields.io/pypi/pyversions/welly.svg :target: https://pypi.python.org/pypi/welly/ :alt: Python version

.. image:: https://img.shields.io/pypi/l/welly.svg :target: http://www.apache.org/licenses/LICENSE-2.0 :alt: 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 <https://github.com/kinverarity1/lasio>_ project provides a very nice way to read and write CWLS <http://www.cwls.org/>_ 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 <https://welly.readthedocs.io/en/latest/>_

Contributing

We welcome contributions! Please fork the project and submit pull requests, or get in touch with us at [email protected] <mailto:[email protected]>_

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].