converting gpx file with track data to shapefile for ArcGIS v 10

11524
13
03-17-2011 10:22 AM
Sally_AnnSims
Emerging Contributor
Hello Everyone,

Does anyone know how to convert a gpx file containing track data files to a shapefile?  I tried converting through ArcScripts but it only brought in one track not all of the tracks in the gpx file.

Thanks.
0 Kudos
13 Replies
JohnSobetzer
Honored Contributor
I haven't tried the toolbox with 9x.  I use GPS Trackmaker and/or DNR Garmin; free and fast and easy to use programs to do this conversion.  Just open (and they open fast) and save. What ArcGIS needs is a simple right click on the layer and export to gpx functionality for that conversion, and add gpx the same as a shapefile in the other direction.  If QGIS can do it certainly ArcGIS should.
0 Kudos
GeorgeDurkee
Regular Contributor
Johns:

Thanks for the other utilities. There's a number out there, of course, though getting that function as part of the core of ArcGIS 10 is really my preference and that or our SAR group. When running a SAR, we need to download the tracklogs of where our teams have searched. So we often get a bunch at once to download. Then we want to store them into a GDB. Edan Cain, a developer at ESRI, has actually developed a tool for our group that:

·        Is totally customized to support several needed fields, and creates and populates them if they don�??t exist.
·         appends to existing feature classes
·         iterates through all gpx files within an entire directory
·         Running the tool over and over again on the same directory only pulls the new additions
·         Lists where the gpx file is located on disk

He said it would be pretty easy to add this tool to the core of ArcGIS 10. Overall, it works great but there's still some glitches with differently acquired GPX files.

I just checked the DNR Garmin site again and they now say coding hasn't even started to get it into 10. Of course, that's specific to Garmin units so it can be made to connect directly and download.


George
0 Kudos
IngerHolndonner
Deactivated User
Dear Guys,
in ArcGIS 10 is a new tool (ArcToolbox/ConversionTools/FromGPS) called GPX to Feature... but it only converts the data into pointfeature...
0 Kudos
KevinHibma
Esri Regular Contributor
Dear Guys,
in ArcGIS 10 is a new tool (ArcToolbox/ConversionTools/FromGPS) called GPX to Feature... but it only converts the data into pointfeature...


The tool help explains how you can create lines from your TRKPTs.
http://resources.arcgis.com/en/help/main/10.1/index.html#//001200000050000000
0 Kudos