Hi, I was wondering if it's possible to download many people's traces at once. Usually if I download someone's trace, I need to click that person's file and choose download. It's cost a lot of time, and all files are separate. So, is there a way to download multiple traces at once and maybe put them in the same file? Thanks!
This question is marked "community wiki".
asked 07 Jan '14, 20:15 rolarola |
If you want all the GPS data of a region, use JOSM, go to the download dialogue and just check [x] "GPS Data from OpenStreetMap". The only easy way I can imagine to get all traces is to use a little scripting. First, find out how many pages of gpx file descriptions for that user exist, then download them all like this:
Having all the files you can search them for the file IDs and download them similar to the above "script"; the URL would be http://www.openstreetmap.org/trace/(trace-ID)/data. hth answered 07 Jan '14, 20:43 malenki |
At least in JOSM there is a check box on the dialog box where you download data to edit that allows you to get all the traces for that same area. Can't say about the other editors as I don't use them. answered 07 Jan '14, 20:44 n76 |
In what circumstances and for what purpose are you looking to download traces? There are a few options (such as public GPS trace tiles and a downloadable large public trace dump) that might make sense, but it depends what you're trying to do.
I'm trying to download traces and see if it relates to any demographic data or not. You mentioned downloadable large public trace dump, could you tell the name of it? I think this is the only one I know. Thanks!
This is the raw download that I was referring to:
http://wiki.openstreetmap.org/wiki/Planet.gpx
There are a bunch of tools linked from that page too.
As the wiki sais the planet.gpx contains only
"coordinate pairs only, with no track file or meta data".
Thanks, SomeoneElse!