Skip to content

Commit 30ba0e0

Browse files
committed
Update information for v.0.0.2 rel
1 parent 3f6273c commit 30ba0e0

2 files changed

Lines changed: 20 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# CHANGELOG
22

3+
## 0.0.2 - 2020-09-27
4+
5+
Beta : Add parsing for the other major metadata sections
6+
7+
### Added
8+
9+
- Parse CURVE section
10+
- Parse PARAMETER section
11+
- Parse OTHER section
12+
- Add a very basic initial test framework
13+
314
## 0.0.1 - 2020-06-15
415

516
Beta : Initial release package of existing functionality

README.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -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

3433
The 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
6465
git clone https://github.com/dcslagel/las-util-cpp
6566
cd las-util-cpp/src
@@ -69,6 +70,7 @@ cd ..
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

105107
https://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

117111
https://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

Comments
 (0)