Skip to content

Instantly share code, notes, and snippets.

@farhadinima75
farhadinima75 / GoogleMapDownloader.py
Last active October 3, 2023 17:35
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]
# Edited by Nima Farhadi
#
# 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/
from PIL import Image