Results 1 to 3 of 3

Thread: GoPro GPS data errors, bad satellite fix, Object Property Time edit, solution needed.

  1. #1
    Potential Tuner
    Join Date
    Aug 2020
    Location
    UAE
    Posts
    8

    GoPro GPS data errors, bad satellite fix, Object Property Time edit, solution needed.

    I am having problems with GoPro data files.

    After extracting and merging I get some bad data points (see below).

    These occurred when travelling in and out of tunnels in mountains. I immediately (correctly ;-) thought it was a GPS sat lock issue.

    I am trying to work out best method to fix this (see below).

    If anyone has an 'edit-csv' script, I would like to give it a try.

    I was also looking at making several copies of the merged data and then setting start and end times to omit the problem sections of the route, overlying several 'transparent' TrackMaps with different file 'inputs'. Not sure if that would work though or if each section would start at 'ground zero'.

    I had hoped that the Time option in Track Map display properties would allow change of start and end times, but it only allows me to change the Start time, not Start and End (see below),
    So, I can have either 00:0000.00-End or from current position, eg. 01:02:59.428-End.

    What I would really like is for the Time entry to allow multiple different start time and end time but keeping the whole duration of the file (to make sure that the shape and size of the Track Map object is maintained).

    Any comments gratefully received

    Paul

    bad gps.png menu1.PNG menu2.PNG

  2. #2
    Advanced Tuner
    Join Date
    Apr 2018
    Posts
    294
    A little late here, but what you're referencing here are the Timeline Segments that I talk about in this thread. You can go to the point in the video where you want to start displaying the full map, click Add, then change the Time dropdown to the first option, then change Active to Hidden. That would hide the whole map until it reaches the point in the video where you clicked the Add button. It would then display the entire map.

    I don't think that's exactly what you're looking for though. It sounds like you're looking to only show a specific portion of the map from the data file. To do that, it's honestly probably easiest to manually manipulate the CSV file to remove the rows prior to what you want to display. You should be able to match up some sort of time column with a time in the video and delete the corresponding rows. If you want to keep other data like speed when deleting those rows, then it probably requires a different strategy (i.e. either adding or modifying a GPS_Update column to indicate when you're actually getting new GPS data). Given that you're talking about hours here, that's probably on the order of tens of thousands or even millions of rows to delete though. Definitely possible, but might require a decent computer. Note that this may alter the size of the displayed map such that it requires manual resizing to get it to overlay on top of other maps nicely.

    You could also try opening the config for the Input File and clicking the Trim button near the top right. I haven't ever actually used that, so I don't know if it would affect the track map itself. If it does, you could simply import your data file multiple times, and trim it accordingly for the segments that you care about.

    I'm not currently aware of program that would smooth out or let you alter your GPS coordinates which would probably be the best solution for you.
    Last edited by HoboBob; 08-18-2020 at 10:13 PM. Reason: Added note about GPS coordinate smoothing

  3. #3
    Potential Tuner
    Join Date
    Aug 2020
    Location
    UAE
    Posts
    8

    Great. Thanks for the advice.

    Quote Originally Posted by HoboBob View Post
    A little late here, but what you're referencing here are the Timeline Segments that I talk about in this thread. You can go to the point in the video where you want to start displaying the full map, click Add, then change the Time dropdown to the first option, then change Active to Hidden. That would hide the whole map until it reaches the point in the video where you clicked the Add button. It would then display the entire map.

    I don't think that's exactly what you're looking for though. It sounds like you're looking to only show a specific portion of the map from the data file. To do that, it's honestly probably easiest to manually manipulate the CSV file to remove the rows prior to what you want to display. You should be able to match up some sort of time column with a time in the video and delete the corresponding rows. If you want to keep other data like speed when deleting those rows, then it probably requires a different strategy (i.e. either adding or modifying a GPS_Update column to indicate when you're actually getting new GPS data). Given that you're talking about hours here, that's probably on the order of tens of thousands or even millions of rows to delete though. Definitely possible, but might require a decent computer. Note that this may alter the size of the displayed map such that it requires manual resizing to get it to overlay on top of other maps nicely.

    You could also try opening the config for the Input File and clicking the Trim button near the top right. I haven't ever actually used that, so I don't know if it would affect the track map itself. If it does, you could simply import your data file multiple times, and trim it accordingly for the segments that you care about.

    I'm not currently aware of program that would smooth out or let you alter your GPS coordinates which would probably be the best solution for you.
    Very many thanks. I have sorted out a method (linked below) which works and am exploring further 'in-depth' options.

    https://forum.hptuners.com/showthrea...is-Date-Format