Skip to content

LASMnemonicsID

Welcome to LASMnemonicsID documentation - a Python package for identifying and standardizing LAS/DLIS well log mnemonics.

Overview

LASMnemonicsID helps petroleum engineers standardize curve names across different well log formats.

Quick Start

from LASMnemonicsID import LAS

# Load your LAS file
las = LAS("path/to/file.las")

Package Structure

    LAS Module: Handle LAS file operations

    DLIS Module: Handle DLIS file operations

    Utils: Mnemonic identification utilities