Skip to content

Instantly share code, notes, and snippets.

@WvanWaas
WvanWaas / get_birds_eye.py
Created June 5, 2018 09:40 — forked from salman-ghauri/get_birds_eye.py
Download Bing Map Bird's Eye Images. (High resolution)
"""
Use this code to download High resolution Birds Eye view which is similar to Google map's 45° imagery. There is no straight
forward way to download either of these.
"""
import urllib
import json, sys
from PIL import Image
from io import BytesIO
latlon = sys.argv[1]