Tagged Questions
0
votes
0answers
23 views
How do I add elevation data to a GeoJSON line from a GPX file?
I understand that elevation can be added as an optional third value in Coordinates (lat, long, elev) in a geojson file, but I can't find a way to actually do that from a gpx file. I've used ogr2ogr to ...
5
votes
3answers
96 views
How to transform GPX-tracks into elevation-tracks with any GIS?
I have a GPS track in GPX format available from a recent bike tour and I need and want to do some analysis on the tracks. I'm wondering whether there is any way to transform the GPX data into an ...
4
votes
1answer
237 views
Elevation graph from GPX file
I've got many GPX files in the following format:
<?xml version="1.0" encoding="utf-8"?>
<gpx xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...
7
votes
1answer
534 views
PostGIS - Calculate progressive distance between points on a GPX path
I am attempting to build an elevation profile using PostGIS-PostgreSQL only.
I have imported GPX data in my PostGis database, so now I have a table full of the GPS coordinates of the track and the ...