SHP GPX
Конвертация файлов

Конвертировать SHP в GPX

БЫСТРЫЙ ОТВЕТ
Возможно ли конвертировать SHP в GPX?
Да - SHP конвертируется в GPX.

Load the Shapefile in QGIS and export as GPS eXchange Format, or upload to MyGeodata Cloud for a browser-based conversion. GPX requires WGS 84 coordinates, so if your Shapefile uses a projected coordinate system, reproject during export or features will land in the wrong location.

Программ: 2
Также в GPX: TCX · LOC · KMZ

На этой странице

Протестировано на macOS, Windows и Linux
Последняя проверка: Sep 2026

Больше бесплатных конвертеров

HEIC, PNG, WEBP, MP3 и другие - все инструменты здесь бесплатны.

Открыть инструменты

Зачем конвертировать SHP в GPX?

GPX is the standard format for GPS devices and apps such as Garmin devices, Strava, and most trail or routing apps. Route data, trail centerlines, and point locations stored in a Shapefile need to be in .gpx to load onto a GPS unit or share with GPS software.

Способы конвертации SHP в GPX

QGIS OPEN-SOURCE

Add the .shp via Layer > Add Layer, right-click the layer, choose Export > Save Features As, set format to GPS eXchange Format, and set CRS to EPSG:4326.

Программы, которые конвертируют SHP

MyGeodata Cloud
QGIS

Об этих форматах

Качество и на что обратить внимание

  • GPX only supports waypoints (points) and tracks or routes (lines) - polygon features have no GPX equivalent and will be dropped or cause an error.
  • GPX requires WGS 84 (EPSG:4326); if your Shapefile uses a projected CRS and you skip reprojection, GPS points land in the wrong location or the file is invalid.
  • Most Shapefile attributes are not preserved in GPX, which stores very little metadata per feature.

Часто задаваемые вопросы

Do I need all Shapefile component files?
Yes - the .shp, .dbf, .shx, and ideally .prj must all be in the same folder; a lone .shp will not convert correctly.
What if my Shapefile contains polygons?
Polygons have no GPX equivalent and will be dropped; consider converting to KML instead, which supports polygons.
Why does the coordinate system matter?
GPX always uses WGS 84 latitude/longitude; skipping reprojection means GPS features land in the wrong place or the output file is invalid.