-
Notifications
You must be signed in to change notification settings - Fork 114
Closed
Labels
GTFS ReferenceUsed for Adding or changing rules that belong in the GTFS referenceUsed for Adding or changing rules that belong in the GTFS referencenew ruleNew rule to be addedNew rule to be addedstatus: Work in progressA PR that would close this issue has been opened.A PR that would close this issue has been opened.
Description
What problem in GTFS datasets does this new rule address? Please describe.
The GTFS specification mentions in stops.stop_name:
Conditionally Required:
- Required for locations which are stops (location_type=0), stations (location_type=1) or entrances/exits (location_type=2).
- Optional for locations which are generic nodes (location_type=3) or boarding areas (location_type=4).
Describe the new validation rule
We should add a rule that would trigger a MissingStopNameNotice if:
- (
location_typehas values 0, 1 or 2) AND (stop_nameis missing) for a line instops.txt
Error vs warning
ERROR
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
GTFS ReferenceUsed for Adding or changing rules that belong in the GTFS referenceUsed for Adding or changing rules that belong in the GTFS referencenew ruleNew rule to be addedNew rule to be addedstatus: Work in progressA PR that would close this issue has been opened.A PR that would close this issue has been opened.
Type
Projects
Status
Done