GPX to Shapefile Converter

Move a recorded GPS track from a consumer device into a professional GIS workflow.

Convert GPX to Shapefile now

Common issues converting GPX to Shapefile

Frequently asked questions

Will my elevation data survive?

Per-point elevation is dropped at the DBF layer. The geometry is 2D (X/Y) only. For 3D output, use the GeoJSON target — that preserves coordinate Z.

How are timestamps handled?

Track point timestamps are dropped. If you need them as a track-level field (start time, end time), use a downstream tool to compute them from the original GPX before this conversion.

Can I get the waypoints AND tracks in one output?

Not in one Shapefile — Shapefile is single-geometry-type. The converter outputs the dominant bucket. Run the conversion twice or use FlatGeobuf / GeoParquet for both in one file.

What CRS does the output use?

WGS 84 (EPSG:4326), matching GPX's native CRS. The .prj inside the ZIP declares this so ArcGIS / QGIS recognise it automatically.

Related conversions