Skip to content

Instantly share code, notes, and snippets.

View christaggart's full-sized avatar

Chris Taggart christaggart

View GitHub Profile
import re
import string
import sys
import optparse
from django.contrib.gis.gdal import DataSource
from ebpub.metros.models import Metro
from ebpub.streets.models import Block
from ebpub.streets.name_utils import make_pretty_name
from ebpub.utils.text import slugify