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
lasmnemonicsid-0.0.2.tar.gz
(9.2 kB
view details)
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.2.tar.gz.
File metadata
- Download URL: lasmnemonicsid-0.0.2.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 |
2ec27654592aa75d447546994c3bef0416760c0232f8267934f37fcce2715f1d
|
|
| MD5 |
054b7917049eb16fc2f1915e3a346352
|
|
| BLAKE2b-256 |
30e61e4c3135ec2ade5f5f43267d875699e0c976e59192a2991de35427dcee6a
|
File details
Details for the file lasmnemonicsid-0.0.2-py3-none-any.whl.
File metadata
- Download URL: lasmnemonicsid-0.0.2-py3-none-any.whl
- Upload date:
- Size: 7.8 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 |
fccec22a0b68f4c700f61315ac475d2f229bb85aa2d139f7f3168be87a8c984b
|
|
| MD5 |
16c423aa4fd2106bb9efb1bed1c3524c
|
|
| BLAKE2b-256 |
897d325a22c5e9d948ff9b08c74064ecf68cb15062250d436f345b68ae2c924a
|