Skip to content

Instantly share code, notes, and snippets.

@Militoarg
Militoarg / googleMapDownloader 1.5.7.py
Created June 11, 2021 01:04
it looks to lat and lon coordinates to get maps without labels, just streets of zone around.
#!/usr/bin/python
# GoogleMapDownloader.py
# Created by Emilio Riquelme [emilioriquelme@gmail.com]
#
# A script which when given a longitude, latitude and zoom level downloads a
# high resolution google map
import urllib.request
from PIL import Image
import os
import math