Navionics track points

Amulet

Active member
Joined
25 Jun 2007
Messages
1,837
Location
Oban
www.flickr.com
I use Navionics on an android tablet. It records trackpoints every second. I have a track with over 200 thousand points. For my purposes it could record a hundred times less and still be useful. Can this be configured? I haven't found a way.
 

Amulet

Active member
Joined
25 Jun 2007
Messages
1,837
Location
Oban
www.flickr.com
Have you had a look at this website?

Track your day on the water with our nautical GPS app!

Maybe if you click on support you might get your answer?

What about this?
Mobile: Users Guide/Manual "Help"

Mobile: Users Guide/Manual "Help"
I might be missing something, but I can't find anything in the help. This is not an issue if you stay within the navionics world. However, if you export a track as gpx to import into other mapping software you run into problems with a huge file, which could have been a hundred times smaller without any significant loss.
 

AntarcticPilot

Well-known member
Joined
4 May 2007
Messages
10,108
Location
Cambridge, UK
www.cooperandyau.co.uk
It's a very simple algorithm (Douglas-Peucker (various spellings of Peucker; the guy himself changed the way he spelt it!)) to do this; I'd be surprised if it isn't available within the Navionics system. But it can require a lot of memory, so it may not be available on older, memory limited devices. The algorithm has been around since the 1980s at least; I've implemented it several times! Basically, you find the point furthest from the straight line joining the ends of the track. If it's further from the line than a preset threshold, you mark it for keeping. You then divide the line into two parts at the point you've just found and repeat the process until no points are further away than your preset distance. You then read out the points marked for keeping. It can be programmed quite neatly as a recursive algorithm, but of course that is very memory intensive.
 

Amulet

Active member
Joined
25 Jun 2007
Messages
1,837
Location
Oban
www.flickr.com
GPS Essentials records tracks at any rate you require.
I have many nav apps that can record tracks in various ways. For some purposes I use Navionics on Android. My interest here is in getting the tracks out of Navionics. Usually there are several people running Navionics on any cruise. Sometimes I like to make images of a cruise track shown on UKHO charts, Google Earth or UK OS maps. This can require me to export them from one nav system and import to another. If the track file is unnecessarily bloated it can make things extremely difficult. However it turned out that the solution was staring me in the face. I already had GPSU which can do it for up to 500,000 trackpoints, which is enough for now!
Problem solved.
 
Top