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..
6 Réponses
+ 11
for areas I assume you'd need some kinda 3rd party module like Google maps api.
+ 3
maybe there a open data for the coordinates of the areas. normally as xml or json. the rest is simple pythagoras.
+ 3
pypi is your friend. search for google maps.
0
thanks for reply
0
can you give some useful links for Google api...i searched but I'm not got useful reference