-
-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
In the GTFS spec, the agency_id field in agency.txt is conditionally required:
- Required when the dataset contains data for multiple transit agencies.
- Recommended otherwise.
Current behaviour:
Single-agency feeds without agency_id are rejected, because agency_id is enforced as a primary key in lib/agency.js.
Expected behaviour:
Single-agency feeds without agency_id should be accepted as per the GTFS spec.
Metadata
Metadata
Assignees
Labels
No labels