I have many GPX files and i want to show them as layer on mapbox tiles. I managed to create "simple polyline" from gpx and then build GeoJson which include many features. That GeoJson is pretty big, many trips are contain with each other. Is there an efficient way to create one shape out of many GPX files ?
Asked
Active
Viewed 443 times
3
-
Maybe not this is exactly what you're looking for and it is a qgis solution but maybe it helps a little bit: http://gis.stackexchange.com/questions/159360/how-to-bulk-import-gpx-files-to-qgis-and-merge-into-a-single-shapefile – Skye Apr 16 '16 at 12:46
-
@Skye the answers given in your link are based on GDAL and work even without QGIS! – AndreJ Apr 28 '16 at 05:34
-
maybe this tool will help you: https://github.com/nidhaloff/gpx_converter – basilisk Jul 30 '20 at 20:51
1 Answers
1
Adding GPX files into Arcmap? gives some explanation on how to convert gpx to shp, but in arcmap.
And Batch Convert Folder of GPX to SHP in QGIS gives a method to do it in qgis.