Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Time interpolation
15.05.2010, 10:48 AM
Post: #1
Time interpolation
Hi,

I've just been playing around with RC as I'm looking for a solution for adding interpolated points to GPS tracks (GPX). Some of my tracks are of not very good quality - too few points, so I need to add some in between which is not a problem since it's all streets and roads. I can accomplish that easily using RC. The problem is that I also need interpolated time for picture geotagging purposes. Interpolated time is not ideal but better than no time info at all. RC seems to copy timestamp of preceding point.
Is there any way around it?

Also, RC adds <name> information automatically to each track point even when it's not in original file. To me personally all it does is makes output file bigger as I don't need these point names. Any way to turn it off?

thanks
Find all posts by this user
Quote this message in a reply
15.05.2010, 11:51 AM
Post: #2
RE: Time interpolation
(15.05.2010 10:48 AM)paw3lk Wrote:  I can accomplish that easily using RC. The problem is that I also need interpolated time for picture geotagging purposes. Interpolated time is not ideal but better than no time info at all. RC seems to copy timestamp of preceding point.
Is there any way around it?

You can always modify the time manually. I could change the time of new positions to be the average of the preceding and following position if that helps. In the end it's a heuristic...

(15.05.2010 10:48 AM)paw3lk Wrote:  Also, RC adds <name> information automatically to each track point even when it's not in original file. To me personally all it does is makes output file bigger as I don't need these point names. Any way to turn it off?

Yes, have a look at the hidden options. For Windows and GPX it's

[HKEY_CURRENT_USER\Software\JavaSoft\Prefs\slash\navigation\gpx]
"write/Elevation"="true"
"write/Name"="true"
"write/Speed"="true"
"write/Time"="true"

that allows you to reduce the amount of data.

--
Christian
Find all posts by this user
Quote this message in a reply
15.05.2010, 12:06 PM
Post: #3
RE: Time interpolation
(15.05.2010 11:51 AM)routeconverter Wrote:  You can always modify the time manually. I could change the time of new positions to be the average of the preceding and following position if that helps. In the end it's a heuristic...

Yes this is precisely what I would love to see. Surely I could do this manually but it would be very laborious and error prone.

Quote:Yes, have a look at the hidden options. For Windows and GPX it's

[HKEY_CURRENT_USER\Software\JavaSoft\Prefs\slash\navigation\gpx]
"write/Elevation"="true"
"write/Name"="true"
"write/Speed"="true"
"write/Time"="true"

that allows you to reduce the amount of data.

Great, thanks
Find all posts by this user
Quote this message in a reply
15.05.2010, 06:49 PM
Post: #4
RE: Time interpolation
(15.05.2010 12:06 PM)paw3lk Wrote:  
(15.05.2010 11:51 AM)routeconverter Wrote:  You can always modify the time manually. I could change the time of new positions to be the average of the preceding and following position if that helps. In the end it's a heuristic...

Yes this is precisely what I would love to see. Surely I could do this manually but it would be very laborious and error prone.

I forgot it, but that's what is currently implemented.

--
Christian
Find all posts by this user
Quote this message in a reply
15.05.2010, 07:07 PM
Post: #5
RE: Time interpolation
(15.05.2010 06:49 PM)routeconverter Wrote:  
(15.05.2010 12:06 PM)paw3lk Wrote:  
(15.05.2010 11:51 AM)routeconverter Wrote:  You can always modify the time manually. I could change the time of new positions to be the average of the preceding and following position if that helps. In the end it's a heuristic...

Yes this is precisely what I would love to see. Surely I could do this manually but it would be very laborious and error prone.

I forgot it, but that's what is currently implemented.

OK the link does not make too much sense to me but I trust it's being implemented Smile
Much appreciated.
Find all posts by this user
Quote this message in a reply
18.05.2010, 02:15 PM
Post: #6
RE: Time interpolation
(15.05.2010 07:07 PM)paw3lk Wrote:  OK the link does not make too much sense to me but I trust it's being implemented Smile

It was implemented but with a subtle bug which set the time of the inserted position mostly to the time of the preceding position. Please use the prerelease for the desired behaviour.

--
Christian
Find all posts by this user
Quote this message in a reply
18.05.2010, 02:41 PM
Post: #7
RE: Time interpolation
(18.05.2010 02:15 PM)routeconverter Wrote:  It was implemented but with a subtle bug which set the time of the inserted position mostly to the time of the preceding position. Please use the prerelease for the desired behaviour.

Just to be sure - current pre release version has this bug or some previous one?
Find all posts by this user
Quote this message in a reply
18.05.2010, 04:44 PM
Post: #8
RE: Time interpolation
(18.05.2010 02:41 PM)paw3lk Wrote:  Just to be sure - current pre release version has this bug or some previous one?

The prerelease has the bug fixed.

--
Christian
Find all posts by this user
Quote this message in a reply
18.05.2010, 04:47 PM
Post: #9
RE: Time interpolation
(18.05.2010 04:44 PM)routeconverter Wrote:  
(18.05.2010 02:41 PM)paw3lk Wrote:  Just to be sure - current pre release version has this bug or some previous one?

The prerelease has the bug fixed.

OK thanks a lot for that, it will make a huge difference to me.

And one more suggestion - my original GPX file has track segments names but no point names. Using your hidden options I can either enable all names or disable all names, there is no way to keep track segments names only. Not a big deal, a suggestion for future.

Thanks
Find all posts by this user
Quote this message in a reply
04.09.2011, 10:17 AM
Post: #10
RE: Time interpolation
Hello. I rescued this old topic.

As in the first post, I would like to fill in unknown point times between two points with known time.


How can I do the time interpolation? I don't find the option in RC.

Thanks!
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 4 Guest(s)

Contact Us | RouteConverter | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication