Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generic support of extra files #79

Open
misli opened this issue Feb 22, 2018 · 1 comment
Open

Generic support of extra files #79

misli opened this issue Feb 22, 2018 · 1 comment

Comments

@misli
Copy link
Contributor

misli commented Feb 22, 2018

Hi,
I need to work manage GTFS feeds containing additional file (stop_external_ids.txt). I see that there is already an issue (#63) regarding other non-standard file.
I suggest to add generic support for extra files: define new model ExtraFile with columns feed, filename, and extra_data, which would handle any extra data. List of extra filenames would be defined in Feed.meta['extra_files'] and list of columns in Feed.meta['extra_files'] as usual.
I'll provide PR, but I want to discuss it first.
Do you have any objections or suggestions? Thank You.

@jwhitlock
Copy link
Member

I think that would be an interesting way to take care of the issue. Can you find one or more feeds with extra files (preferably short ones) that we can add to the test suite?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants