quick-pp

Python package to assist in providing quick-look/ preliminary petrophysical estimation.


Keywords
quick_pp, petrophysics, geoscience, well, log, analysis, lithology, permeability, porosity, water-saturation
License
MIT
Install
pip install quick-pp==0.1.8

Documentation

quick_pp

Python package to assist in providing quick-look/ preliminary petrophysical estimation. quick_pp demo

Quick Start (Jupyter Notebook Examples)

  1. Create virtual environment (tested working with Python3.10.9)

    python -m venv venv

  2. Activate virtual environment

    venv\Scripts\activate (Windows)

    source venv/bin/activate (Linux)

  3. Install requirements

    pip install -r requirements.txt

  4. Launch the notebook and run the cells

    • For API notebook, need to run the following before running the cells

      uvicorn api.main:app

Install

To install, use the following command:

pip install quick_pp

Documentation

Documentation is available at: https://quick-pp.readthedocs.io/en/latest/index.html