Skip to main content

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

MIT

Project details


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.20.tar.gz (16.4 kB view details)

Uploaded Source

Built Distribution

lasfile-0.1.20-py3-none-any.whl (16.0 kB view details)

Uploaded Python 3

File details

Details for the file lasfile-0.1.20.tar.gz.

File metadata

  • Download URL: lasfile-0.1.20.tar.gz
  • Upload date:
  • Size: 16.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.17

File hashes

Hashes for lasfile-0.1.20.tar.gz
Algorithm Hash digest
SHA256 1dcfb15df14e5f138658b1b6918e0dc0f19a46e64191b0891260e01419820730
MD5 66a7d7e8f418ed8d1385638e1d76533e
BLAKE2b-256 008319067fbebb0da5a4318339fea2f99f7d41b9c43d1b87cc3d68b26395543a

See more details on using hashes here.

File details

Details for the file lasfile-0.1.20-py3-none-any.whl.

File metadata

  • Download URL: lasfile-0.1.20-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

Hashes for lasfile-0.1.20-py3-none-any.whl
Algorithm Hash digest
SHA256 99b94df3f73f1a4caacf92f8cf7fc0d2deeddac3fec827b5b1df2f7005c1ced1
MD5 11cc5c905e05de54af81cee7261fe5ef
BLAKE2b-256 da730bac18130f48564db86280efcc67c44bd32b3d8909816c6df7b0cc759fb9

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page