-
```
GTFS usually requires an adjusted schedule on daylight savings time
switchover days, due to the change in the definition of arrival and
departure times. When this is missing, the feed validator o…
-
```
Some GTFS users (such as Google Maps) will ignore shapes attached to a trip
if the stops aren't close enough to points on the shape. It would be nice
to catch that condition in the validator and …
-
```
feed_validator.py does not flag a problem with transfers.txt:
multiple transfer_types are not allowed for the same pair of stop_ids in
transfers.txt
...using transitfeed 1.2.1
More discussion he…
-
```
What steps will reproduce the problem?
1. Just run it.
2. crashed.
By the way, I wrote a .bat file to deal 164 cities' transit data. When a
listed city's data does not exist, validator also cras…
-
```
What steps will reproduce the problem?
1. Just run it.
2. crashed.
By the way, I wrote a .bat file to deal 164 cities' transit data. When a
listed city's data does not exist, validator also cras…
-
```
What steps will reproduce the problem?
1. Just run it.
2. crashed.
By the way, I wrote a .bat file to deal 164 cities' transit data. When a
listed city's data does not exist, validator also cras…
-
```
What steps will reproduce the problem?
1. Run the attached gtfs-nonworking.zip against validator -> feedvalidator.exe
gtfs-nonworking.zip
What is the expected output?
I expect to see properly ge…
-
```
What steps will reproduce the problem?
1. Run GTFS in feed validator
2. Validation successful, however unexpected exception.
3. Works fine in Schedule Veiwer, however error is not normal.
What is…
-
```
Could we change the contrast check for the feed validator and Transit to be
the w3c requirement? The w3c requirement is found here:
http://juicystudio.com/services/colourcontrast.php#contrast
The…
-
```
We publish the feed for Caltrain...
We found an issue when following the new dataset creation procedures where
the current feed and future feed need to be merged...
The fare_attributes.txt file…