We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need a method on Feed (perhaps on TableReader) to retrieve a GTFS entity by ID or at least check for its existence in the GTFS feed.
Feed
TableReader
Use case: for MTC we validate additional tables under the GTFS+ specification. One of these validation checks is reference integrity to primary GTFS tables (routes, stops, etc.). An example of the existing check is here: https://github.com/catalogueglobal/datatools-server/blob/461a1d8af37f18e6b0c4cfa4e419aea896317098/src/main/java/com/conveyal/datatools/manager/controllers/api/GtfsPlusController.java#L375
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We need a method on
Feed
(perhaps onTableReader
) to retrieve a GTFS entity by ID or at least check for its existence in the GTFS feed.Use case: for MTC we validate additional tables under the GTFS+ specification. One of these validation checks is reference integrity to primary GTFS tables (routes, stops, etc.). An example of the existing check is here: https://github.com/catalogueglobal/datatools-server/blob/461a1d8af37f18e6b0c4cfa4e419aea896317098/src/main/java/com/conveyal/datatools/manager/controllers/api/GtfsPlusController.java#L375
The text was updated successfully, but these errors were encountered: