Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
Apple Computing Products:
macOS - Operating System
help merging many gps .log files into 1 .log file
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Raz0rEdge" data-source="post: 1506123" data-attributes="member: 110816"><p>Is the contents of the file comma separated values (CSV), if so, you can just need the header and the each of your locations on lines below and it should read them all in.</p><p></p><p>So for 40 log files, you'd have 40 entries, plus the 1 header line so 41 lines total in your end result file.</p><p></p><p>Look at <a href="http://www.gpsvisualizer.com/tutorials/waypoints.html" target="_blank">GPS Visualizer: Tutorial: Building Waypoint Files by Hand</a> and <a href="http://www.gpsvisualizer.com/tutorials/tracks.html" target="_blank">GPS Visualizer: Tutorial: Building Plain-Text Track Files</a></p><p></p><p>Can you show us a quick snippet of what one of the log files look like?</p></blockquote><p></p>
[QUOTE="Raz0rEdge, post: 1506123, member: 110816"] Is the contents of the file comma separated values (CSV), if so, you can just need the header and the each of your locations on lines below and it should read them all in. So for 40 log files, you'd have 40 entries, plus the 1 header line so 41 lines total in your end result file. Look at [url=http://www.gpsvisualizer.com/tutorials/waypoints.html]GPS Visualizer: Tutorial: Building Waypoint Files by Hand[/url] and [url=http://www.gpsvisualizer.com/tutorials/tracks.html]GPS Visualizer: Tutorial: Building Plain-Text Track Files[/url] Can you show us a quick snippet of what one of the log files look like? [/QUOTE]
Verification
Name this item. 🍎
Post reply
Forums
Apple Computing Products:
macOS - Operating System
help merging many gps .log files into 1 .log file
Top