Skip to content

imranfadhil/quick_pp

Folders and files

NameName
Last commit message
Last commit date
Jan 19, 2024
Mar 11, 2024
Oct 18, 2024
Mar 17, 2025
Mar 16, 2025
Jan 19, 2024
Jan 19, 2024
Jul 7, 2024
Sep 20, 2024
Jul 17, 2024
Jan 19, 2024
Jan 19, 2024
Jan 19, 2025
Jan 19, 2024
Nov 14, 2024
Jan 19, 2024
Jan 19, 2024
Jan 19, 2024
Oct 4, 2024
Jan 19, 2024
Feb 2, 2025
Jan 19, 2024
Nov 6, 2024
Jan 19, 2024

Repository files navigation

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

    • 01_data_handler: create the MOCK qppp project file.
    • 02_EDA: quick look on the data
    • 03_*: quick petropohysical interpretation of the MOCK wells.
    • 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