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

In importgtfs, use agency name for default name #33

Closed jwhitlock closed 9 years ago

jwhitlock commented 10 years ago

When importing a GTFS feed using ./manage.py importgtfs, the default feed name should be set from the agency name in agency.txt, if included.

@probabble first implemented this in his fork by reading agency.txt before running the rest of the import (see importgtfs.py). I think it would be OK to set the feed name to a default, and then rename it after the data was imported.