@@ -28,8 +28,7 @@ The parser currently parses and displays the following sections:
2828- Well-Information
2929- Curve
3030- Parameter
31-
32- Currently tested on darwin-amd64.
31+ - Other
3332
3433The current goal of LAS-Util are:
3534- Parse LAS header meta-data records(lines)
@@ -54,12 +53,14 @@ Specify which sections to display by listing the letters following '-p'
5453| w | Well Information Section |
5554|c | Curve Section
5655| p | Log Parameter Section |
57- | e | Drilling Definition Section |
56+ | o | Other Section |
5857| a | Drilling Data Section |
5958
6059[ INSTALL-COMPILE-AND-RUN] ( #name )
6160-------------------------
6261
62+ Note: Currently validated with GNU's g++-9 compiler
63+
6364``` bash
6465git clone https://github.com/dcslagel/las-util-cpp
6566cd las-util-cpp/src
6970./src/lasUtil -f examples/sample_2.0.las
7071```
7172
73+
7274[ EXAMPLES] ( #name )
7375---------
7476
@@ -104,20 +106,14 @@ las-util-cpp's project road-map is managed in github milestones at:
104106
105107https://github.com/dcslagel/las-util-cpp/milestones
106108
107- 1 . The current work-in-progress milestone is 0.0.2:
108-
109- https://github.com/dcslagel/las-util-cpp/projects/1
110-
111- - Goals:
112- - Add parsing for the other major metadata sections Some iterative
113- improvements to the project structure and design.
114-
115- 2 . Next milestone will be 0.0.3:
109+ 1 . The current work-in-progress milestone is 0.0.3:
116110
117111https://github.com/dcslagel/las-util-cpp/milestone/5
118112
119113- Goals:
120- - Add REPL loop
114+ - Add Add a REPL command loop
115+ - Add additional tests
116+
121117
122118[ FEATURE-REQUEST] ( #name )
123119----------------
0 commit comments