ncssar / gpsio

GPSIO Browser Extension
GNU General Public License v2.0
8 stars 2 forks source link

eliminate need for GPSBabel installation #15

Open caver456 opened 3 years ago

caver456 commented 3 years ago

Surely all of the Garmin Serial-mode communication can be done with a python script instead of GPSBabel? Googling 'garmin serial python' is a good start - a few things to investigate:

https://mygisblog.wordpress.com/2010/04/30/how-to-talk-to-garmin-gpsmap-60csx-using-python/

which mentions 'Garmin Spanner' - ?

pygarmin

Also, maybe the GPSBabel code can just be used in python directly?

Note, this doesn't get rid of the need to install the Garmin Serial drivers.

caver456 commented 3 years ago

Priority on this issue isn't clear. While it would be nice to get rid of the external dependency, there are some reasons why it might be fine to keep it as-is:

So - this issue is not high priority, until/unless something changes. The only follow-on for now would be to incorporate GPSBabel installation into the GPSIO installer (if and when one exists).