Tagged Questions
2
votes
1answer
174 views
how to make a line from a set of gps points?
As a part of my research I need to create the trajectory of respondents according to the their collected GPS data (including X and Y). I am familiar with python programming, but I am a beginner in ...
6
votes
4answers
551 views
How can I get my GPS track data into a graphics program?
I'm using a Garmin Edge 705 bike GPS/computer unit, which produces .gpx files. I can use the standard software it comes with to plot on Google Maps etc, but I'd like to be able to output just a vector ...
3
votes
1answer
151 views
How can a single line be computed from multiple possibilities
I have datasets containing continuous GPS streams of data that represent routes or trails. For any given route, I probably have at least 5 (in some cases many more) different sets of data. Given that ...
9
votes
5answers
5k views
Convert XY points to a line?
Someone mistakenly saved a GPS track as waypoints and then sent them along to me in a .csv file. They want a line back (shapefile). What's the simplest method to convert this to a line? Available ...