Skip to content

Instantly share code, notes, and snippets.

View tjdahlke's full-sized avatar

TJ Dahlke tjdahlke

  • Rivian
  • Palo Alto, CA
View GitHub Profile
@tjdahlke
tjdahlke / GoogleSatelliteDownloader.py
Last active March 19, 2018 17:52 — forked from eskriett/GoogleMapDownloader.py
A python script to download high resolution Google sattelite 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
from PIL import Image