Skip to content

Instantly share code, notes, and snippets.

View eskriett's full-sized avatar

Hayden Eskriett eskriett

View GitHub Profile

Keybase proof

I hereby claim:

  • I am eskriett on github.
  • I am eskriett (https://keybase.io/eskriett) on keybase.
  • I have a public key whose fingerprint is 5F80 0472 5F26 86FD 8B9E 056C DED8 C816 503D AC22

To claim this, I am signing this object:

@eskriett
eskriett / GoogleMapDownloader.py
Last active April 10, 2024 13:00
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