andreiDamoc / googletransitdatafeed

Automatically exported from code.google.com/p/googletransitdatafeed
0 stars 0 forks source link

Please loose the constrain on distance and min_transfer_time in transfers.txt #293

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In latest feedvalidator there're constrains to the distance (max 10km) and 
min_transfer_time (max 3 hours) of transfers in transfers.txt:
http://code.google.com/p/googletransitdatafeed/source/browse/trunk/python/transi
tfeed/transfer.py
Which will report error for existing china railway feed where:
1. min_transfer_time is set to 5 hours for all transfer pairs.
2. In some big cities, the distance between two major train stations might be 
more than 10km.

Can we either loose the constraint to enable longer distance&time, or change 
the constraint from "error" to "warning"?

thanks,
Liyong

Original issue reported on code.google.com by lyc...@google.com on 30 Jun 2011 at 8:46

GoogleCodeExporter commented 8 years ago

Original comment by bdfer...@google.com on 26 Sep 2014 at 4:47

GoogleCodeExporter commented 8 years ago
Moved to https://github.com/google/transitfeed/issues/293

Original comment by bdfer...@google.com on 7 Oct 2014 at 7:37