looking for software/webapp for GPS track management
So I'm getting started with GPS tracking, my aim being similar to
this askme question - to record my own tracks as a kind of prosthesis for my appalling memory. I'm starting to think about the next step - actually extracting useful information from those records. As a hypothetical example, let's say I have recorded my position every 10 minutes for a year. Where is the software that will allow me to ask questions like:
- how many visits did I make to the supermarket
- how many hours a day did I spend at work, on average
- what was my average commute time (to the nearest 10 minutes, obviously)
- how many days in total did I spend in the Lake District, spread out over multiple trips
Now it seems to me that this shouldn't be too hard from a programming point of view. I should be able to click on a map and tell a piece of software that this location is "work", this is "home", etc.
And I should be able to say that a journey between "home" and "work" is a regular one and give it a name "commute". Or it should be possible to convert GPS co-ordinates to useful place names by extracting the data from a map - to work out which data points correspond to "Manchester", etc. I wouldn't be surprised if Google maps can do something like that.
So my question is; does such a program/webapp exist? It seems like this kind of data should be ideal for the a kind of stats-heavy app like Mint/Google Analytics etc. that could automatically generate interesting graphs - e.g. time spent in different cities, time spent on different journeys, etc. The closest thing I've found is sites like motionbased.com, that are geared towards running, cycling etc. Or is this problem computationally impossible for some reason I don't understand?
I would start gathering the data in anticipation of an application like this even if it doesn't exist yet.
If there ended up being enough interest I'm sure someone would develop it. It's not even that computationally difficult, to be honest.
posted by Deathalicious at 1:34 AM on August 6