Skip to content

basic LAS (Log Ascii Standard) v3 parser in c++

License

Notifications You must be signed in to change notification settings

joylin1984/parser-las-cpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

parser-las-cpp

NAME

parselas - LAS parser in C

SYNOPSIS

parseLas -f example.las

DESCRIPTION

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.

OPTIONS

-f LAS file to parse

COMPILE AND RUN

cd parse-las-cpp/src  
make clean
make  
./parseLas -f example.las  

BUGS

  • Seg fault if '-f' used.
  • Functionality is very basic.

AUTHOR

dCage

COPYRIGHT

Copyright (c) 2019 cages

About

basic LAS (Log Ascii Standard) v3 parser in c++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 73.4%
  • Lasso 22.9%
  • C 1.9%
  • Makefile 1.8%