This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Using GPS traces for an application

0

Hi, I'm a french student and I work with 6 other students on a project which aims at producing an application (for Android).

This application would be based on OSMTracker (https://wiki.openstreetmap.org/wiki/OSMtracker) and would permit to upload GPS traces and to retrieve them later, considering the differents tags associated to these traces. We earlier saw that some bots are allowed to upload traces on openstreetmap.org however I didn't find how to get an authorization for such activities. Moreover, I searched on the wiki but I didn't find any information about how we can retrieve these traces once they're on OSM servers.

That's why I'm asking you if this kind of activities is possible or else who I should contact to get more informations about it.

asked 14 May '13, 13:01

Vince4x4's gravatar image

Vince4x4
11112
accept rate: 0%


2 Answers:

2

re: retrieving tracks: apparently, you need the GPS trace ID to download them through the API, see https://wiki.openstreetmap.org/wiki/Api06#GPS_traces .

GET /api/0.6/gpx/[id]/details
GET /api/0.6/gpx/[id]/data

I am not aware of a method to search for GPS traces based on tags that is exposed through API v0.6 or XAPI.

answered 15 May '13, 21:57

gormo's gravatar image

gormo
2.9k32660
accept rate: 13%

0

Massive import of tracks is under the same regulations as data imports, see this article. Be careful, because smartphone tracks usually are low quality ones, pretty often they are almost unusable.

answered 18 Feb '15, 21:02

BushmanK's gravatar image

BushmanK
17135
accept rate: 25%

Source code available on GitHub .