google / transitfeed

A Python library for reading, validating, and writing transit schedule information in the GTFS format.
https://github.com/google/transitfeed/wiki
Apache License 2.0
680 stars 254 forks source link

warn when block transfer changes route_type #201

Open bdferris opened 10 years ago

bdferris commented 10 years ago

From tom.brow...@gmail.com on November 20, 2009 13:56:29

I've seen some reports of a block_id on trips with different route_type. This is probably a mistake because blocks are meant to represent trips taken by the same physical vehicle, though maybe a light rail can become a subway when it goes underground.

Original issue: http://code.google.com/p/googletransitdatafeed/issues/detail?id=201

bdferris commented 10 years ago

From arnoegw.code@gmail.com on November 23, 2009 09:38:10

I've heard from people in Tokyo that they have inner-city subway lines that continue as heavy rail out into the country, yet calling them heavy rail within the city would not match passengers' expectations.

bdferris commented 10 years ago

From vi...@google.com on December 11, 2009 06:45:30

We should still have a warning, or even an error (I vote for error) when having block transfers between completely incompatible vehicle types.