Skip to content

Instantly share code, notes, and snippets.

View sebastianleonte's full-sized avatar
🏠
Working from home

Sebastian Leonte sebastianleonte

🏠
Working from home
View GitHub Profile
@sebastianleonte
sebastianleonte / GoogleMapDownloader.py
Last active October 31, 2022 17:03 — forked from eskriett/GoogleMapDownloader.py
A python script to download high resolution Google map images given a longitude, latitude and zoom level. (Works with Python 3)
#!/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.request
from PIL import Image