This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
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] |