How to group nearby areas in python ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to group nearby areas in python ?

I want to map near by areas . i know only area names..how can I find nearby areas using travel time only not distance..

14th Sep 2017, 3:39 AM
Gokulakrishnan M
Gokulakrishnan M - avatar
6 Answers
+ 11
for areas I assume you'd need some kinda 3rd party module like Google maps api.
14th Sep 2017, 3:46 AM
Ahri Fox
Ahri Fox - avatar
+ 3
maybe there a open data for the coordinates of the areas. normally as xml or json. the rest is simple pythagoras.
14th Sep 2017, 5:01 AM
Oma Falk
Oma Falk - avatar
+ 3
pypi is your friend. search for google maps.
14th Sep 2017, 7:50 AM
Oma Falk
Oma Falk - avatar
0
thanks for reply
14th Sep 2017, 4:45 AM
Gokulakrishnan M
Gokulakrishnan M - avatar
0
can you give some useful links for Google api...i searched but I'm not got useful reference
14th Sep 2017, 5:15 AM
Gokulakrishnan M
Gokulakrishnan M - avatar