Converter LAS file to python dictionary and json file
Project description
LAS 2.0 Reader and Converter to JSON
This package useful for reading and converting the LAS file to python dict and json.
LAS (Log ASCII Standard) is a structured ASCII file containing log curve data and header information. For more detail.
Example LAS File
~VERSION INFORMATION
VERS. 2.0 : CWLS LOG ASCII STANDARD - VERSION 2.0
WRAP. NO : SINGLE LINE PER DEPTH STEP
CREA. 1/30/2018 12:24:47 PM
see full LAS file here.
How to use
from LAS import LasConverter
c = LasConverter("file.las") # read file las
data_in_dict = c.get_dict() # return a dict
data_in_json = c.get_json() # return json and make new file outfile.json
Contributors
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
las-converter-0.1.tar.gz
(3.3 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 las-converter-0.1.tar.gz.
File metadata
- Download URL: las-converter-0.1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8625701dbf5cf3eca216fe2c3fe056e555fc647c5046ae5b56bca47513159500
|
|
| MD5 |
7ce127677eb1f72d272a8456cf3e1984
|
|
| BLAKE2b-256 |
aa1c8ba21eef82ac871377cd4f04ed1a6ed7b846042996450754a27c3132b58f
|
File details
Details for the file las_converter-0.1-py3-none-any.whl.
File metadata
- Download URL: las_converter-0.1-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
afe0bf80ae33b7b03cc1b2b030df3c0d744d3f0e586a6f78003daea3c0cdef1d
|
|
| MD5 |
1beab2a3a17870d9aee207a7811af70b
|
|
| BLAKE2b-256 |
c576c83e43102efe266d8efbcc1ce5406d52e44ba7347c030d81773312f3670a
|