NaviEdit allows merging different data types to the existing blocks in the database. Mode details here: https://eiva.freshdesk.com/a/solutions/articles/43000529417?portalId=43000107822
In order to merge a pipe tracker file (*.txt) into a NaviEdit block, the file must have the following columns described below.
EIVA Pipetracker File Format — Complete Specification
Input File (.txt)
Delimiter: whitespace (space or tab) — parsed with istream >> operator
Columns — exactly 3, in this order:
Column | Field | Type | Notes |
1 | Timestamp | double | Unix time (seconds since 1970-01-01 00:00:00 UTC) |
2 | PipeX | double | Lateral offset — across-track distance to pipe |
3 | PipeZ | double | Vertical offset — depth/height to pipe |
No header line is expected — the reader goes straight into parsing from line 1.
SAMPLE DATA:
1609459200.500 -0.342 12.17