Tagged Questions
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 ...