Skip to content

Instantly share code, notes, and snippets.

@IgorShadurin
IgorShadurin / osm_tiles_downloader.py
Last active February 18, 2022 15:09 — forked from tonyrewin/osm_tiles_downloader
Small script to download OSM GeoJSON tiles
#!/usr/bin/python
from sys import argv
import os
import math
import urllib
import random
import os.path
import urllib.request