Jump to content

.tpo Files


Recommended Posts

Looks like GPS Babel only works with .tpg files ...

 

Here's what I found in the documentation ...

National Geographic Topo Waypoint format.

National Geographic Topo! Waypoint Format. This filter

reads and writes .TPG files created by various editions of NG Topo!

This filter will *not* work with the newer combined .TPO files.

 

Any body have any ideas?

Link to comment

Looks like GPS Babel only works with .tpg files ...

 

Here's what I found in the documentation ...

National Geographic Topo Waypoint format.

National Geographic Topo! Waypoint Format. This filter

reads and writes .TPG files created by various editions of NG Topo!

This filter will *not* work with the newer combined .TPO files.

 

Any body have any ideas?

 

Yup, run gpsbabel from command line. This will only work with older Topo! files. 2.x I think.

 

here is the string I use to convert a tpo track file to a gpx file

 

gpsbabel -t -i tpo,state=NY -f sourcefile.tpo -o gpx -F outputfile.gpx

 

means

 

gpsbabel -t(process tracks) -i(input type) tpo,state=NY(Topo 2.x in State NY) -f(source file coming up) sourcefile.tpo(input file) -o(output type) gpx(output GPX File) -F(output filename coming up) outputfile.gpx(outputfile)

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...