I have a Garmin 78s marine GPS receiver and it stores tracks in GPX format. This is an XML encoded set of points giving longitude, latitude, time and sea depth. Garmin support viewing this via their Garmin Express product, but there only seem to be Windows and Mac versions. I've emailed them and await a reply. In the mean time, does anyone know of any Linux products that will emable me to view track data on a decent sized screen? I don't want to re-invent the wheel by coding up a hack myself.
Thanks, Martin
At one point in time I wrote a script that converted gpx to kml so I could view them in Google Earth but it's been years since I did that.
I don't know if Google Earth for Linux still exists.
On 05/30/2017 04:02 PM, J Martin Rushton wrote:
I have a Garmin 78s marine GPS receiver and it stores tracks in GPX format. This is an XML encoded set of points giving longitude, latitude, time and sea depth. Garmin support viewing this via their Garmin Express product, but there only seem to be Windows and Mac versions. I've emailed them and await a reply. In the mean time, does anyone know of any Linux products that will emable me to view track data on a decent sized screen? I don't want to re-invent the wheel by coding up a hack myself.
Thanks, Martin
CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
https://www.google.com/earth/download/ge/agree.html
Cameron
On Tue, May 30, 2017 at 4:09 PM, Alice Wonder alice@domblogger.net wrote:
At one point in time I wrote a script that converted gpx to kml so I could view them in Google Earth but it's been years since I did that.
I don't know if Google Earth for Linux still exists.
On 05/30/2017 04:02 PM, J Martin Rushton wrote:
I have a Garmin 78s marine GPS receiver and it stores tracks in GPX format. This is an XML encoded set of points giving longitude, latitude, time and sea depth. Garmin support viewing this via their Garmin Express product, but there only seem to be Windows and Mac versions. I've emailed them and await a reply. In the mean time, does anyone know of any Linux products that will emable me to view track data on a decent sized screen? I don't want to re-invent the wheel by coding up a hack myself.
Thanks, Martin
CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Thanks Cameron, I'll have a play with that.
On 31/05/17 00:17, Cameron Smith wrote:
https://www.google.com/earth/download/ge/agree.html
Cameron
On Tue, May 30, 2017 at 4:09 PM, Alice Wonder alice@domblogger.net wrote:
At one point in time I wrote a script that converted gpx to kml so I could view them in Google Earth but it's been years since I did that.
I don't know if Google Earth for Linux still exists.
On 05/30/2017 04:02 PM, J Martin Rushton wrote:
I have a Garmin 78s marine GPS receiver and it stores tracks in GPX format. This is an XML encoded set of points giving longitude, latitude, time and sea depth. Garmin support viewing this via their Garmin Express product, but there only seem to be Windows and Mac versions. I've emailed them and await a reply. In the mean time, does anyone know of any Linux products that will emable me to view track data on a decent sized screen? I don't want to re-invent the wheel by coding up a hack myself.
Thanks, Martin
CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
I also wrote a program, in "C", to convert gpx to kml for Googleearth (Yes it still exists for Linux). You are more than welcome to the source as a starting point if nothing else comes along.
On 05/30/2017 07:10 PM, Alice Wonder wrote:
At one point in time I wrote a script that converted gpx to kml so I could view them in Google Earth but it's been years since I did that.
I don't know if Google Earth for Linux still exists.
On 05/30/2017 04:02 PM, J Martin Rushton wrote:
I have a Garmin 78s marine GPS receiver and it stores tracks in GPX format. This is an XML encoded set of points giving longitude, latitude, time and sea depth. Garmin support viewing this via their Garmin Express product, but there only seem to be Windows and Mac versions. I've emailed them and await a reply. In the mean time, does anyone know of any Linux products that will emable me to view track data on a decent sized screen? I don't want to re-invent the wheel by coding up a hack myself.
Thanks, Martin
CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Yes, try Route Converter, just install Oracle JRE to use it. Doesn't work well with OpenJRE/JDK (at least in Fedora)
Best,
El 31/5/17 a las 1:02, J Martin Rushton escribió:
I have a Garmin 78s marine GPS receiver and it stores tracks in GPX format. This is an XML encoded set of points giving longitude, latitude, time and sea depth. Garmin support viewing this via their Garmin Express product, but there only seem to be Windows and Mac versions. I've emailed them and await a reply. In the mean time, does anyone know of any Linux products that will emable me to view track data on a decent sized screen? I don't want to re-invent the wheel by coding up a hack myself.
Thanks, Martin
CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
On 05/30/2017 04:02 PM, J Martin Rushton wrote:
I have a Garmin 78s marine GPS receiver and it stores tracks in GPX format. This is an XML encoded set of points giving longitude, latitude, time and sea depth. Garmin support viewing this via their Garmin Express product, but there only seem to be Windows and Mac versions. I've emailed them and await a reply. In the mean time, does anyone know of any Linux products that will emable me to view track data on a decent sized screen? I don't want to re-invent the wheel by coding up a hack myself.
JOSM: https://wiki.openstreetmap.org/wiki/JOSM
JOSM is a great GPLed Java tool that can download/upload data from OpenStreetMap and various other sources including sat images. It works great on Linux for viewing/editing tracks too.
Its GUI is not the best in class and could take some time to get used to. But once you get familiar with its mechanism it's quite powerful.
There are other Linux tools like KDE Marble. Check out this list:
https://wiki.openstreetmap.org/wiki/Category:Linux_software
Viewing GPX on a map ?
GPX files can be viewed with several web applications. I'm using GPS for running and I use: http://www.visugpx.com/ or https://www.geoportail.gouv.fr/
For viewing gpx files on your linux box you can also use turtlesport (I use it for a while) http://turtlesport.sourceforge.net/FR/home.html
Patrick
J Martin Rushton a écrit :
I have a Garmin 78s marine GPS receiver and it stores tracks in GPX format. This is an XML encoded set of points giving longitude, latitude, time and sea depth. Garmin support viewing this via their Garmin Express product, but there only seem to be Windows and Mac versions. I've emailed them and await a reply. In the mean time, does anyone know of any Linux products that will emable me to view track data on a decent sized screen? I don't want to re-invent the wheel by coding up a hack myself.
Thanks, Martin
CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Hi Martin,
On 31/05/17 00:02, J Martin Rushton wrote:
I have a Garmin 78s marine GPS receiver and it stores tracks in GPX format. This is an XML encoded set of points giving longitude, latitude, time and sea depth. Garmin support viewing this via their Garmin Express product, but there only seem to be Windows and Mac versions. I've emailed them and await a reply. In the mean time, does anyone know of any Linux products that will emable me to view track data on a decent sized screen? I don't want to re-invent the wheel by coding up a hack myself.
I road travel quite a bit, and have a Garmin Dezl 760D with my own profiles on there. In both of my trucks, I've got gps recievers running off raspberry pi3's, running CentOS7/armv7 images. I bring all this together on my laptop, running viking and gpsbabel under the hood.
This allows me to do all my route planning on either google-maps, google-earth, or viking and all the tracks from the different devices come together as layers. The POI tracking and specially the topo tracking on viking is pretty good. There is no viable road-route planner that works on Linux at this point though.
Thats the one thing that the garmin apps do really well. As a workaround, I've used viamichelin to good effect ( and wikiloc ); and all the tools and bits you need to track and refactor on the road, come together really well on CentOS.
HTH
Le 19/06/2017 à 14:05, Karanbir Singh a écrit :
The POI tracking and specially the topo tracking on viking is pretty good. There is no viable road-route planner that works on Linux at this point though.
Did you try routino (https://www.routino.org/) ? I have some success in planing routes (mainly on tracks) with QMapShack (https://bitbucket.org/maproom/qmapshack/wiki/Home) that uses Routino as route planner.