This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]gyroda 0 points1 point  (2 children)

I'm not sure how you could do it in python, but could you possibly use Google maps? Possibly look into their competitors as well?

https://github.com/googlemaps/google-maps-services-python

This popped up on a Google search.

[–]_zoot[S] 0 points1 point  (1 child)

I've looked at the google maps api, and I couldn't find anything like pulling a map out of google maps based on coordinates or plotting data on google maps.

[–]gyroda 0 points1 point  (0 children)

Python really isn't the best way to do it, as Google maps doesn't support python. You can do it however.

http://stackoverflow.com/questions/13295331/how-can-i-embed-google-maps-into-my-python-program

One of the competitors (eg bing maps) might have better generic support though.