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

where can I download data with longitude , latitude,speed and direction?

0

recently I need a lot of data with longitude , latitude,speed and direction. where can I download data with longitude , latitude,speed and direction? I can just fina data with longitude , latitude.That's quiet unenough for me .Thank you very much if you can help me !

asked 10 May '13, 14:32

Jason%20Wong's gravatar image

Jason Wong
1111
accept rate: 0%

1

Latitude, longitude, speed and direction of what, exactly? Vehicles? Pedestrians, cats, flying pink unicorns?

(10 May '13, 14:45) Jonathan Ben...
(10 May '13, 15:43) SomeoneElse ♦

One Answer:

1

You can download all GPS points from http://planet.openstreetmap.org/gps/ and then you can compute the speed and direction by analysing the locations and timestamps of successive points in a track. These values are not explicitly given, you have to write code to compute them.

answered 10 May '13, 16:03

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

Source code available on GitHub .