Hello all,
I want to use this data without editing the source file. The quantity of lines at the start of the file with # varies so I can't easily just skip the first so many lines.
# RaceRender Data: TrackAddict 4.4.2 on Android 8.0.0 [samsung SM-G930V / Qualcomm Technologies Inc MSM8996] (Mode: 0)
# Vehicle App ID: 50E0D39E63639A52
# End Point: 42.408026 -86.140483 @ -1.00 deg
# Split Point 1: 42.408731 -86.139226 @ -1.00 deg
# Split Point 2: 42.407319 -86.135581 @ -1.00 deg
# GPS: Android; Mode: Android
# OBD Mode: BT (OBDII); ID: "ELM327 v1.5"
# OBD Settings: AP1;AF1;RPR0
# User Settings: SL1;U0;AS1;LT0/1;EC0;VC0;VQ3;VS0;VSOIS0;VIF0
# Device Free Space: 1692 MB
Time UTC Time Lap Sector Predicted Lap Time Predicted vs Best Lap GPS_Update
0 1593265304 0 0 0 0 1
0.033 1593265304 0 0 0 0 0
0.057 1593265304 0 0 0 0 1
0.069 1593265304 0 0 0 0 1
Plus, some # lines are scattered throughout the file...
825.592 1593266130 3 3 209.94
825.638 1593266130 3 3 209.94
# Sector 3: 00:01:24.397
# Lap 3: 00:03:30.761
825.646 1593266130 4 1 0
I don't mind using these Sector and Lap infos but I have no clue how to deal with them.
Anyone have a better idea how I can tackle this?
Thanks
Mark