NomadVW said:Trackmaker has been bad for me when using GPX to any other software. I'm not sure the last time Trackmaker was re-built to conform to the current GPX standards. There are other pieces of software that I have which won't interact with GPX files from Trackmaker.
ExpertGPS might be the software you are looking for to do your export with those fields. Granted, I use two pieces of software to do what you're looking for.
I used the software to build SQL databases of route points to create route maps for cycling routes in my area. It was a projec that sorta fizzled on me, but the best example of it is here:
cycleiwakuni.comindex.phpOpen ↗
I use GPS Trackmaker to edit tracklogs. It has the best ability to remove erroneous data and to manipulate and "clean up" tracklogs. I export it from GPS Trackmaker as a GPX and load it into ExpertGPS. The only reason I do this is because Expert GPS has a clean "Export to CSV" function that doesn't require me actually editing the GPX file.
The CSV files from ExpertGPS have column headings of:
Order
Elevation
Timestamp
Distance from Start
Distance to Next
Bearing
Latitude Deg
Latitude Min
Latitude Sec
Longitude Deg
Longitude Min
Longitude Sec
Anything that GPS trackmaker or ExpertGPS won't do, I wrote an Excel VBA app to do calculations for which take into account curvature of the earth, etc. I primarily use that application for the development of air traffic control airspace procedures, but it's been fortunate enough to overlap my hobbies from time to time.
VW
I'll look at ExpertGPS. My experiment with Topofusion was equally unsuccessful. I was able to open the GPX file exported from MotionBased, I parsed the file into three parts, cut the segments I wasn't interested in from each segment and saved them as separate GPX files. But, I had the same problem uploading the GPX files created by Topofusion into MotionBased (using both upload methods and using the time conflicts switch). So far no joy. I'll look at ExpertGPS.
I need a file conversion utility to convert a tracklog file into a file with the following columns:
Elapsed distance
Magnetic heading
Road gradient
Altitude
Latitude Deg
Latitude Min
Latitude Sec
Longitude Deg
Longitude Min
Longitude Sec
It looks to me as though the CSV file from ExpertGPS has everything except road gradient. That can be computed from the elevation change and distance. So, it looks as though ExpertGPS has it all.