Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #37989 > unrolled thread
| Started by | noydb <jenn.duerr@gmail.com> |
|---|---|
| First post | 2013-01-31 05:33 -0800 |
| Last post | 2013-02-01 12:32 -0800 |
| Articles | 6 — 3 participants |
Back to article view | Back to comp.lang.python
advice, python for binary to xml noydb <jenn.duerr@gmail.com> - 2013-01-31 05:33 -0800
Re: advice, python for binary to xml Maarten <maarten.sneep@knmi.nl> - 2013-01-31 05:41 -0800
Re: advice, python for binary to xml noydb <jenn.duerr@gmail.com> - 2013-01-31 07:05 -0800
Re: advice, python for binary to xml Maarten <maarten.sneep@knmi.nl> - 2013-01-31 09:17 -0800
Re: advice, python for binary to xml noydb <jenn.duerr@gmail.com> - 2013-01-31 09:34 -0800
Re: advice, python for binary to xml 88888 Dihedral <dihedral88888@googlemail.com> - 2013-02-01 12:32 -0800
| From | noydb <jenn.duerr@gmail.com> |
|---|---|
| Date | 2013-01-31 05:33 -0800 |
| Subject | advice, python for binary to xml |
| Message-ID | <6ddffcda-ecc1-4ffb-8eef-5a497aede4b8@googlegroups.com> |
I'm looking for knowlegde about how best to go about converting a binary file (from a GPS unit) to GPX/XML. I am completely clueless on this, so any start-from-the-beginning info would be greatly appreciated! I'm guessing the level of effort will be huge? Python 2.7, Windows 7
[toc] | [next] | [standalone]
| From | Maarten <maarten.sneep@knmi.nl> |
|---|---|
| Date | 2013-01-31 05:41 -0800 |
| Message-ID | <a12efc02-d447-4559-837c-e7da566e6d4d@googlegroups.com> |
| In reply to | #37989 |
On Thursday, January 31, 2013 2:33:48 PM UTC+1, noydb wrote: > I'm looking for knowlegde about how best to go about converting a binary file (from a GPS unit) to GPX/XML. I am completely clueless on this, so any start-from-the-beginning info would be greatly appreciated! I'm guessing the level of effort will be huge? I assume that you've looked into GPSBabel? http://www.gpsbabel.org/ Maarten
[toc] | [prev] | [next] | [standalone]
| From | noydb <jenn.duerr@gmail.com> |
|---|---|
| Date | 2013-01-31 07:05 -0800 |
| Message-ID | <15feebe0-22fe-48a3-ae73-ee4d2fc8c705@googlegroups.com> |
| In reply to | #37990 |
On Thursday, January 31, 2013 8:41:34 AM UTC-5, Maarten wrote: > On Thursday, January 31, 2013 2:33:48 PM UTC+1, noydb wrote: > > > I'm looking for knowlegde about how best to go about converting a binary file (from a GPS unit) to GPX/XML. I am completely clueless on this, so any start-from-the-beginning info would be greatly appreciated! I'm guessing the level of effort will be huge? > > > > I assume that you've looked into GPSBabel? http://www.gpsbabel.org/ > > > > Maarten Yes, I have. Was hoping to use it, but client is very resistent to adding such things to their system - python is desireable. So what GPSbabel does is what I need, just one translation, from Garmin's gdb file (binary) to gpx.
[toc] | [prev] | [next] | [standalone]
| From | Maarten <maarten.sneep@knmi.nl> |
|---|---|
| Date | 2013-01-31 09:17 -0800 |
| Message-ID | <8e17292e-f2bd-431a-9234-d370b5ddbec2@googlegroups.com> |
| In reply to | #37996 |
On Thursday, January 31, 2013 4:05:43 PM UTC+1, noydb wrote: > > I assume that you've looked into GPSBabel? http://www.gpsbabel.org/ > > Yes, I have. Was hoping to use it, but client is very resistent to adding such things to their system - python is desireable. So what GPSbabel does is what I need, just one translation, from Garmin's gdb file (binary) to gpx. They realize that they'll get a much higher bill, and more bugs to boot? I don't think there is an easy way around this, but at least you have some code to start reading gdb - as far as I know the GPSBabel sources are the only public description of the gdb file format. It is not trivial, but restricting yourself to the parts needed for the application may provide some shortcuts. Maarten - pay more, get less: way to go.
[toc] | [prev] | [next] | [standalone]
| From | noydb <jenn.duerr@gmail.com> |
|---|---|
| Date | 2013-01-31 09:34 -0800 |
| Message-ID | <6100ab60-8382-48ea-bb54-8d90a8e18342@googlegroups.com> |
| In reply to | #38001 |
:-) yeah...
[toc] | [prev] | [next] | [standalone]
| From | 88888 Dihedral <dihedral88888@googlemail.com> |
|---|---|
| Date | 2013-02-01 12:32 -0800 |
| Message-ID | <5cfbf412-9136-4847-b3c3-9723b56c7643@googlegroups.com> |
| In reply to | #37989 |
noydb於 2013年1月31日星期四UTC+8下午9時33分48秒寫道: > I'm looking for knowlegde about how best to go about converting a binary file (from a GPS unit) to GPX/XML. I am completely clueless on this, so any start-from-the-beginning info would be greatly appreciated! I'm guessing the level of effort will be huge? > > Python 2.7, Windows 7 OK, since I was in charge of a project to retrieve the GPS with the RSA232 NMEA TEXT messages into a computer program before, I have not checked about the NMEA protocal (PUREASCII) for more than 10 years. But I worked with usb interfaces, too.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web