PyGeoPressure

PyGeoPressure: Geopressure Prediction in Python - Published in JOSS (2018)

https://github.com/whimian/pygeopressure

Science Score: 93.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 10 DOI reference(s) in README and JOSS metadata
  • Academic publication links
    Links to: joss.theoj.org, zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
    Published in Journal of Open Source Software

Keywords

formation-pressure geomechancis geophysics geopressure pore-pressure-prediction

Scientific Fields

Artificial Intelligence and Machine Learning Computer Science - 83% confidence
Last synced: 4 months ago · JSON representation

Repository

Pore pressure prediction using seismic velocity and well log data

Basic Info
Statistics
  • Stars: 93
  • Watchers: 14
  • Forks: 48
  • Open Issues: 10
  • Releases: 1
Topics
formation-pressure geomechancis geophysics geopressure pore-pressure-prediction
Created over 10 years ago · Last pushed over 5 years ago
Metadata Files
Readme License

README.md

Logo

PyPI version GitHub release license Documentation Status Build Status Codacy Badge codecov DOI

A Python package for pore pressure prediction using well log data and seismic velocity data.

DOI

Cite pyGeoPressure as:

Yu, (2018). PyGeoPressure: Geopressure Prediction in Python. Journal of Open Source Software, 3(30), 992, https://doi.org/10.21105/joss.00992

BibTex:

bibtex @article{yu2018pygeopressure, title = {{PyGeoPressure}: {Geopressure} {Prediction} in {Python}}, author = {Yu, Hao}, journal = {Journal of Open Source Software}, volume = {3}, pages = {922} number = {30}, year = {2018}, doi = {10.21105/joss.00992}, }

Features

  1. Overburden (or Lithostatic) Pressure Calculation
  2. Eaton's method and Parameter Optimization
  3. Bowers' method and Parameter Optimization
  4. Multivariate method and Parameter Optimization

Getting Started

Installation

pyGeoPressure is on PyPI:

bash pip install pygeopressure

Example

Pore Pressure Prediction using well log data

```python import pygeopressure as ppp

survey = ppp.Survey("CUG")

well = survey.wells['CUG1']

a, b = ppp.optimizenct(well.getlog("Velocity"), well.params['horizon']["T16"], well.params['horizon']["T20"]) n = ppp.optimizeeaton(well, "Velocity", "OverburdenPressure", a, b)

preseatonlog = well.eaton(np.array(well.get_log("Velocity").data), n)

fig, ax = plt.subplots() ax.invert_yaxis()

preseatonlog.plot(ax, color='blue') well.getlog("OverburdenPressure").plot(ax, 'g') ax.plot(well.hydrostatic, well.depth, 'g', linestyle='--') well.plot_horizons(ax) ```

Logo

Documentation

Read the documentaion for detailed explanations, tutorials and references: https://pygeopressure.readthedocs.io/en/latest/

Contribute

Report Bugs

If you find a bug, please report it at Github Issues by opening a new issue with bug label.

Suggest Enhancements

If you have new ideas or need new features, you can request them by opening a new issue at Github Issues with enhancement label. We will see if we can work on it together.

Submit Pull Requests

If you would like to help fix known bugs, please submit a PR. (See The beginner's guide to contributing to a GitHub project, if you are new to Github).

Before creating a pull request, please try to make sure the tests pass and use numpy-style docstrings. (Please see the documentation on setting up the development environment https://pygeopressure.readthedocs.io/en/latest/install.html)

Support

If you have any questions, please open an issue at Github Issues with question label. Tell us about your question, we will provide assistance. And maybe we could add it to the documentation.

License

The project is licensed under the MIT license, see the file LICENSE for details.

Owner

  • Name: Yu Hao
  • Login: whimian
  • Kind: user
  • Location: China
  • Company: None

Ph.D. in Applied Geophysics.

JOSS Publication

PyGeoPressure: Geopressure Prediction in Python
Published
October 12, 2018
Volume 3, Issue 30, Page 992
Authors
Hao Yu ORCID
Institute of Geophysics and Geomatics, China University of Geosciences
Editor
Kristen Thyng ORCID
Tags
geophysics geomechanics pore pressure well planning

GitHub Events

Total
  • Watch event: 9
  • Fork event: 1
Last Year
  • Watch event: 9
  • Fork event: 1

Committers

Last synced: 5 months ago

All Time
  • Total Commits: 569
  • Total Committers: 2
  • Avg Commits per committer: 284.5
  • Development Distribution Score (DDS): 0.002
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Yu Hao y****9@l****n 568
Jesper Dramsch j****r@d****t 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 4 months ago

All Time
  • Total issues: 17
  • Total pull requests: 2
  • Average time to close issues: about 2 months
  • Average time to close pull requests: about 5 hours
  • Total issue authors: 9
  • Total pull request authors: 2
  • Average comments per issue: 0.41
  • Average comments per pull request: 1.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • whimian (6)
  • salsa360 (4)
  • antineutrino2 (1)
  • mgeier (1)
  • gdma1977 (1)
  • raincoder87 (1)
  • sandragharbi (1)
  • JesperDramsch (1)
  • st83haki (1)
Pull Request Authors
  • JesperDramsch (1)
  • jokva (1)
Top Labels
Issue Labels
enhancement (4) bug (1) to do (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 15 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 4
  • Total maintainers: 1
pypi.org: pygeopressure

pyGeoPressure: Tools for geopressure prediction

  • Versions: 4
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 15 Last month
Rankings
Forks count: 6.1%
Stargazers count: 7.8%
Dependent packages count: 10.1%
Average: 16.1%
Dependent repos count: 21.6%
Downloads: 34.9%
Maintainers (1)
Last synced: 4 months ago

Dependencies

requirements.txt pypi
  • matplotlib *
  • numpy *
  • pandas *
  • pytables *
  • scikit-learn *
  • scipy *
  • segyio *
setup.py pypi
  • future *
  • matplotlib *
  • matplotlib <3.0
  • pandas *
  • pathlib2 *
  • scikit-learn *
  • scipy *
  • segyio *
  • singledispatch *
  • tables *