Skip to content

Instantly share code, notes, and snippets.

@stringfellow
stringfellow / tms2osm.py
Created May 11, 2012 11:02
TMS to OSM directory conversion script
import os
import shutil
import argparse
import commands
from datetime import datetime
try:
import progressbar as pb
except ImportError: