Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 950 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 950 Bytes

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