convert_geo
GPS & Map Converter — Convert between GPX, KML, KMZ and GeoJSON — the GPS-track and mapping formats used by Garmin, Strava, Google Earth and every GIS tool. Track segments, per-point timestamps, elevations and polygon holes all survive the trip. Anything that cannot survive (a polygon becoming a GPX track, an unlocated feature) is reported in the X-Conversion-Notes header rather than dropped quietly; pass strict=true to refuse instead. [category: convert]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Must differ from the detected source — gpx→gpx is a 400; format-version upgrades happen implicitly on read. | |
| file | Yes | A .gpx, .kml, .kmz or .geojson file. | |
| from | No | Optional. Detected from content; declare it only when the upload has no meaningful filename. | |
| strict | No | When true, refuse the conversion instead of returning a result that loses information. |