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

Create internal function to raise warnings if one of the specified ids are missing from the gtfs #36

Open
dhersz opened this issue Nov 11, 2021 · 0 comments
Labels

Comments

@dhersz
Copy link
Member

dhersz commented Nov 11, 2021

Many of the functions use the same pattern of checking if the specified ids are in the required tables, and if they're not they raise a warning (and sometimes an error if none of the ids are present) to communicate it to the user. This pattern can probably be converted into an internal function, which will greatly improve code readibility.

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

No branches or pull requests

1 participant