parselas - LAS parser in C
parseLas -f
example.las
Caution: This is very beta software!
basic LAS (Log Ascii Standard) well-log parser in c++
parseLas
partially reads a las formatted file.
The parser currently parses and displays the following sections:
- Version
- Well-Information
- Log-Parameter
Additional sections to be added in future iterations.
-f
LAS file to parse
cd parse-las-cpp/src
make clean
make
./parseLas -f example.las
- Seg fault if '-f' used.
- Functionality is very basic.
dCage
Copyright (c) 2019 cages