Average speed per way

From OpenStreetMap Wiki
Jump to: navigation, search

This page shall collect thoughts about the possibility to derive average speed data for osm ways from uploaded tracks.

Contents

Which tracks

There are a lot of tracks stored in the osm database. Not sure if there is an overview but we can use

GET /api/0.5/gpx/<id>/details

to get the meta data of a track. This will give us basic information like the position (starting point?) of the track. This enables us to select the tracks we want to look at in the next step.

Qualification of tracks

With the information from the first step it is now possible to select tracks to download with

GET /api/0.5/gpx/<id>/data

This information has to be stored locally. Next we have to find out if we can use this track. We have to look for

Ideally (in the future) an uploaded track is taged with

Use of tracks

Once we decided we can use a track we have to

Of course the last point here will be the challenge!

Use of data / upload

Once we have such derived data we can tag the ways according to the found speeds.

alternatives

web-service

As an alternative we can have a web-service collect this kind of information and allow it to be queried.

Personal tools
Namespaces
Variants
Actions
site
Toolbox