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 hashes)
Built Distribution
Close
Hashes for las_converter-0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | afe0bf80ae33b7b03cc1b2b030df3c0d744d3f0e586a6f78003daea3c0cdef1d |
|
MD5 | 1beab2a3a17870d9aee207a7811af70b |
|
BLAKE2b-256 | c576c83e43102efe266d8efbcc1ce5406d52e44ba7347c030d81773312f3670a |