I recently got a GPS Tracklogger, so when I go on a weekend trip, I can stick it in my bag and record everywhere I go. That's great and all, but when I get back home and download the waypoints, I'm left with a sample of data that looks like this:
No,Latitude,Longitude,Altitude,Speed,Date,Time
1,-34.598396,-58.388947,60.0,1.6,2009/12/11,09:47:00
2,-34.598190,-58.388912,66.0,0.3,2009/12/11,09:47:10
3,-34.598240,-58.388954,75.0,1.1,2009/12/11,09:47:20
4,-34.598354,-58.389286,78.0,1.4,2009/12/11,09:47:33
5,-34.598255,-58.389347,57.0,1.3,2009/12/11,09:47:55
Since I'm sleeping somewhere my tracks eventually overlap and clump up onto specific areas.
My question is: what are the coolest things you've seen done with this type of data?
I'm looking for examples of how sites display this data and solve the clumping and overlapping problems. I want to display this data on my website, but just making a path on Google Maps is ugly and useless without something additional. If you have your own ideas, by all means explain them (w/ paint mockups would be nice!).