Skip to content

Update Validator after addition of trip-to-trip and route-to-route transfers #1114

Closed
@isabelle-dr

Description

@isabelle-dr

In Q4 2021, trip-to-trip and route-to-route transfers were added to the specification (PR#284).

The validator needs to be updated with 4 additional optional fields in transfers.txt:

  • from_trip_id - Foreign key referencing trips.trip_id
  • to_trip_id - Foreign key referencing trips.trip_id
  • from_route_id - Foreign key referencing routes.route_id
  • to_route_id - Foreign key referencing routes.route_id

No additional rules need to be added.

Definition of done:

Metadata

Metadata

Assignees

Labels

GTFS ReferenceUsed for Adding or changing rules that belong in the GTFS referencegood first issueGood task for newcomers to work on.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions