tulsawebdevs / django-multi-gtfs

Django app to import and export General Transit Feed Specification (GTFS)
http://tulsawebdevs.org/
Apache License 2.0
50 stars 32 forks source link

exportgtfs should use compression if available #35

Closed jwhitlock closed 9 years ago

jwhitlock commented 9 years ago

If zlib is available, then exportgtfs should create a zip file with compression. See ZipFile docs.