Skip to content

Instantly share code, notes, and snippets.

View Villelmo's full-sized avatar
🏝️
Resting

William Torrez Villelmo

🏝️
Resting
View GitHub Profile
@eskriett
eskriett / GoogleMapDownloader.py
Last active September 23, 2024 10:33
A python script to download high resolution Google map images given a longitude, latitude and zoom level.
#!/usr/bin/python
# GoogleMapDownloader.py
# Created by Hayden Eskriett [http://eskriett.com]
#
# A script which when given a longitude, latitude and zoom level downloads a
# high resolution google map
# Find the associated blog post at: http://blog.eskriett.com/2013/07/19/downloading-google-maps/
import urllib
import Image