Well log mnemonic identification using lasio and dlisio to load LAS/DLIS files into DataFrames
Project description
LASMnemonicsID
Well log mnemonic identification using lasio and dlisio
📦 Installation
pip install lasmnemonicsid
🚀 QuickStart
from LASMnemonicsID.LAS import parseLAS
# Load LAS file
df = parseLAS("your_well.las")
print(df.head())
🧪 Test with your Data
from LASMnemonicsID.LAS import parseLAS
# Load and inspect
df = parseLAS("path/to/well.las")
print(f"✅ {len(df)} rows, {len(df.columns)} curves")
print(df.columns.tolist())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lasmnemonicsid-0.0.1.dev4.tar.gz.
File metadata
- Download URL: lasmnemonicsid-0.0.1.dev4.tar.gz
- Upload date:
- Size: 9.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b08ea82c00c308102bc9784841206630794540c7b1a176db517c739cb0dbe7ce
|
|
| MD5 |
57d4a4ac8c9ac5a0309ca61d84fe3df0
|
|
| BLAKE2b-256 |
2c4835c9b3dab9037d200c8ea25c56b3a7f6e903d00e4f44ebd9e3a09b4b6587
|
File details
Details for the file lasmnemonicsid-0.0.1.dev4-py3-none-any.whl.
File metadata
- Download URL: lasmnemonicsid-0.0.1.dev4-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e62b21a151a43a94f20fb8e84ca6b7d19e6372ffdb01143caf0b3907b2e85c09
|
|
| MD5 |
5dca67a7f4a8b323d5ecd33d3be24956
|
|
| BLAKE2b-256 |
896547c58d322cd74c02c751d108dd763064e862b022b4ab53f98ca95d15b7b9
|