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

Is there any possibility to provide coordinates within a distance/i mean defined travel time?

0

Hi All,

Is there any possibility to provide coordinates within a distance/i mean defined travel time? Example: I have lat/lon data and i would like to know which coordinates are available within 5/10/15 minutes. are there an Api that can give me this kind of data?

asked 26 May '15, 14:39

Tamas_123's gravatar image

Tamas_123
1111
accept rate: 0%

converted to question 26 May '15, 14:51

SomeoneElse's gravatar image

SomeoneElse ♦
36.9k71370866

1

This question was previously asked as an "answer" here:

https://help.openstreetmap.org/questions/37861/distance-matrix-api

(26 May '15, 14:52) SomeoneElse ♦

3 Answers:

2

Check out isochrones on the wiki. There's a bit of programming involved to get there.

answered 26 May '15, 14:54

Vincent%20de%20Phily's gravatar image

Vincent de P... ♦
17.3k18152249
accept rate: 19%

edited 26 May '15, 14:57

SomeoneElse's gravatar image

SomeoneElse ♦
36.9k71370866

2

There is an API for that at route360 or GraphHopper can be used to create that too but no API for this yet.

Update: GraphHopper has now an Isochrone API and it is now included in the open source core too.

answered 26 May '15, 14:58

peatar's gravatar image

peatar
3512312
accept rate: 8%

edited 29 Jan '19, 11:33

2

Also OpenRouteService has such a feature!

answered 26 May '15, 17:02

stephan75's gravatar image

stephan75
12.6k556210
accept rate: 6%

Source code available on GitHub .