A Python library for reading LAS files.
Project description
lasfile
Library for reading CWLS Log ASCII Standard v. 1.2, 2.0, and 3.0 .las files.
Installation
pip install lasfile
Usage
Read LAS file
import lasfile
las = lasfile.LASFile(file_path='path/to/file.las')
View sections in LAS file
las.sections
View section data in LAS file
Using dot notation
As raw ascii text
las.well.raw_data
As pandas dataframe
las.well.df
Using dictionary notation
As raw ascii text
las['well']['raw_data']
As pandas dataframe
las['well']['df']
License
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
lasfile-0.1.21.tar.gz
(16.5 kB
view details)
Built Distribution
lasfile-0.1.21-py3-none-any.whl
(16.0 kB
view details)
File details
Details for the file lasfile-0.1.21.tar.gz
.
File metadata
- Download URL: lasfile-0.1.21.tar.gz
- Upload date:
- Size: 16.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5d566cb250257cc99616301512d7abbdc4ffa466f0d968dae1d46e150ea05d62 |
|
MD5 | 77d15ec0697774464178b8195c3232ed |
|
BLAKE2b-256 | 85460cf8733e175e76236b52329d296597f76644bade00024ce985890b73dae4 |
File details
Details for the file lasfile-0.1.21-py3-none-any.whl
.
File metadata
- Download URL: lasfile-0.1.21-py3-none-any.whl
- Upload date:
- Size: 16.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 87fd80ff75f63874a92b68499184b16f94e5fb1fa695d4f72c9aa4387885a01d |
|
MD5 | 27b94fc94f3f89e197f2c30eb16aa240 |
|
BLAKE2b-256 | 78a0abac6b1b0439f03c2e2167d8337862054e27510fd585e7a7571538e97c75 |