feed_expiration_date30_days Dataset should cover at least the next 30 days of service. At any time, the GTFS dataset should cover at least the next 30 days of service, and ideally for as long as the operator is confident that the schedule will continue to be operated. You can see more about this notice here. | leading_or_trailing_whitespaces | WARNING | 1238 | leading_or_trailing_whitespaces The value in CSV file has leading or trailing whitespaces. This notice is emitted for values protected with double quotes since whitespaces for non-protected values are trimmed automatically by CSV parser. The validator strips whitespaces from protected values. We do not see any use case when such a whitespace may be needed. On the other hand, some real-world feeds use trailing whitespaces for some values and omit them for the others. This is causing the largest problem when a primary key and a foreign key differ just by a whitespace: it is clear that they are intended to be the same, that is why we always strip whitespaces. You can see more about this notice here. Only the first 50 of 1238 affected records are displayed below. | filename (?) The name of the faulty file. | csvRowNumber (?) The row of the faulty record. | fieldName (?) Faulty record's field name. | fieldValue (?) Faulty value. |
|---|
| "stop_times.txt" | 7772 | "stop_headsign" | "20, BLUE, SOUTHPARK " | | "stop_times.txt" | 7773 | "stop_headsign" | "20, BLUE, SOUTHPARK " | | "stop_times.txt" | 7774 | "stop_headsign" | "20, BLUE, SOUTHPARK " | | "stop_times.txt" | 7775 | "stop_headsign" | "20, BLUE, SOUTHPARK " | | "stop_times.txt" | 7776 | "stop_headsign" | "20, BLUE, SOUTHPARK " | | "stop_times.txt" | 7777 | "stop_headsign" | "20, BLUE, SOUTHPARK " | | "stop_times.txt" | 7778 | "stop_headsign" | "20, BLUE, SOUTHPARK " | | "stop_times.txt" | 7779 | "stop_headsign" | "20, BLUE, SOUTHPARK " | | "stop_times.txt" | 7780 | "stop_headsign" | "20, BLUE, SOUTHPARK " | | "stop_times.txt" | 7781 | "stop_headsign" | "20, BLUE, SOUTHPARK " | | "stop_times.txt" | 7782 | "stop_headsign" | "20, BLUE, SOUTHPARK " | | "stop_times.txt" | 7783 | "stop_headsign" | "20, BLUE, SOUTHPARK " | | "stop_times.txt" | 7784 | "stop_headsign" | "20, BLUE, SOUTHPARK " | | "stop_times.txt" | 7785 | "stop_headsign" | "20, BLUE, SOUTHPARK " | | "stop_times.txt" | 7786 | "stop_headsign" | "20, BLUE, SOUTHPARK " | | "stop_times.txt" | 7787 | "stop_headsign" | "20, BLUE, SOUTHPARK " | | "stop_times.txt" | 7788 | "stop_headsign" | "20, BLUE, SOUTHPARK " | | "stop_times.txt" | 7789 | "stop_headsign" | "20, BLUE, SOUTHPARK " | | "stop_times.txt" | 7790 | "stop_headsign" | "20, BLUE, SOUTHPARK " | | "stop_times.txt" | 7791 | "stop_headsign" | "20, BLUE, SOUTHPARK " | | "stop_times.txt" | 7792 | "stop_headsign" | "20, BLUE, SOUTHPARK " | | "stop_times.txt" | 7793 | "stop_headsign" | "20, BLUE, SOUTHPARK " | | "stop_times.txt" | 7794 | "stop_headsign" | "20, BLUE, SOUTHPARK " | | "stop_times.txt" | 7795 | "stop_headsign" | "20, BLUE, SOUTHPARK " | | "stop_times.txt" | 7796 | "stop_headsign" | "20, BLUE, SOUTHPARK " | | "stop_times.txt" | 7797 | "stop_headsign" | "20, BLUE, SOUTHPARK " | | "stop_times.txt" | 7798 | "stop_headsign" | "20, BLUE, SOUTHPARK " | | "stop_times.txt" | 7799 | "stop_headsign" | "20, BLUE, SOUTHPARK " | | "stop_times.txt" | 7800 | "stop_headsign" | "20, BLUE, SOUTHPARK " | | "stop_times.txt" | 7801 | "stop_headsign" | "20, BLUE, SOUTHPARK " | | "stop_times.txt" | 7804 | "stop_headsign" | "20, BLUE, SOUTHPARK " | | "stop_times.txt" | 7805 | "stop_headsign" | "20, BLUE, SOUTHPARK " | | "stop_times.txt" | 7806 | "stop_headsign" | "20, BLUE, SOUTHPARK " | | "stop_times.txt" | 7807 | "stop_headsign" | "20, BLUE, SOUTHPARK " | | "stop_times.txt" | 7808 | "stop_headsign" | "20, BLUE, SOUTHPARK " | | "stop_times.txt" | 7809 | "stop_headsign" | "20, BLUE, SOUTHPARK " | | "stop_times.txt" | 7810 | "stop_headsign" | "20, BLUE, SOUTHPARK " | | "stop_times.txt" | 7811 | "stop_headsign" | "20, BLUE, SOUTHPARK " | | "stop_times.txt" | 7812 | "stop_headsign" | "20, BLUE, SOUTHPARK " | | "stop_times.txt" | 7813 | "stop_headsign" | "20, BLUE, SOUTHPARK " | | "stop_times.txt" | 7814 | "stop_headsign" | "20, BLUE, SOUTHPARK " | | "stop_times.txt" | 7815 | "stop_headsign" | "20, BLUE, SOUTHPARK " | | "stop_times.txt" | 7816 | "stop_headsign" | "20, BLUE, SOUTHPARK " | | "stop_times.txt" | 7817 | "stop_headsign" | "20, BLUE, SOUTHPARK " | | "stop_times.txt" | 7818 | "stop_headsign" | "20, BLUE, SOUTHPARK " | | "stop_times.txt" | 7819 | "stop_headsign" | "20, BLUE, SOUTHPARK " | | "stop_times.txt" | 7820 | "stop_headsign" | "20, BLUE, SOUTHPARK " | | "stop_times.txt" | 7821 | "stop_headsign" | "20, BLUE, SOUTHPARK " | | "stop_times.txt" | 7822 | "stop_headsign" | "20, BLUE, SOUTHPARK " | | "stop_times.txt" | 7823 | "stop_headsign" | "20, BLUE, SOUTHPARK " |
| missing_feed_contact_email_and_url | WARNING | 1 | missing_feed_contact_email_and_url Best Practices for feed_info.txt suggest providing at least one of feed_contact_email and feed_contact_url. You can see more about this notice here. | mixed_case_recommended_field | WARNING | 5126 | mixed_case_recommended_field This field has customer-facing text and should use Mixed Case (should contain upper and lower case letters). This field contains customer-facing text and should use Mixed Case (upper and lower case letters) to ensure good readability when displayed to riders. Avoid the use of abbreviations throughout the feed (e.g. St. for Street) unless a location is called by its abbreviated name (e.g. “JFK Airport”). Abbreviations may be problematic for accessibility by screen reader software and voice user interfaces. Bad examples: Field Text |
|---|
| "GALLERIA MALL" | | "3427 GG 17" | | "21 Clark Rd Est" | You can see more about this notice here. Only the first 50 of 5126 affected records are displayed below. | filename (?) Name of the faulty file. | fieldName (?) Name of the faulty field. | fieldValue (?) Faulty value. | csvRowNumber (?) The row number of the faulty record. |
|---|
| "stops.txt" | "stop_name" | "30 ST & 18 AVE" | 330 | | "stops.txt" | "stop_name" | "9 ST 19 AVE" | 889 | | "trips.txt" | "trip_headsign" | "10 EAST, RED, CENTRE STATION, MOLINE" | 2 | | "trips.txt" | "trip_headsign" | "10 EAST, RED, CENTRE STATION, MOLINE" | 3 | | "trips.txt" | "trip_headsign" | "10 EAST, RED, CENTRE STATION, MOLINE" | 4 | | "trips.txt" | "trip_headsign" | "10 EAST, RED, CENTRE STATION, MOLINE" | 5 | | "trips.txt" | "trip_headsign" | "10 EAST, RED, CENTRE STATION, MOLINE" | 6 | | "trips.txt" | "trip_headsign" | "10 EAST, RED, CENTRE STATION, MOLINE" | 7 | | "trips.txt" | "trip_headsign" | "10 EAST, RED, CENTRE STATION, MOLINE" | 8 | | "trips.txt" | "trip_headsign" | "10 EAST, RED, CENTRE STATION, MOLINE" | 9 | | "trips.txt" | "trip_headsign" | "10 EAST, RED, CENTRE STATION, MOLINE" | 10 | | "trips.txt" | "trip_headsign" | "10 EAST, RED, CENTRE STATION, MOLINE" | 11 | | "trips.txt" | "trip_headsign" | "10 EAST, RED, CENTRE STATION, MOLINE" | 12 | | "trips.txt" | "trip_headsign" | "10 EAST, RED, CENTRE STATION, MOLINE" | 13 | | "trips.txt" | "trip_headsign" | "10 EAST, RED, CENTRE STATION, MOLINE" | 14 | | "trips.txt" | "trip_headsign" | "10 EAST, RED, CENTRE STATION, MOLINE" | 15 | | "trips.txt" | "trip_headsign" | "10 EAST, RED, EAST POINTE, EAST MOLINE" | 16 | | "trips.txt" | "trip_headsign" | "10 EAST, RED, EAST POINTE, EAST MOLINE" | 17 | | "trips.txt" | "trip_headsign" | "10 EAST, RED, EAST POINTE, EAST MOLINE" | 18 | | "trips.txt" | "trip_headsign" | "10 EAST, RED, EAST POINTE, EAST MOLINE" | 19 | | "trips.txt" | "trip_headsign" | "10 EAST, RED, EAST POINTE, EAST MOLINE" | 20 | | "trips.txt" | "trip_headsign" | "10 EAST, RED, EAST POINTE, EAST MOLINE" | 21 | | "trips.txt" | "trip_headsign" | "10 EAST, RED, HAMPTON" | 22 | | "trips.txt" | "trip_headsign" | "10 EAST, RED, HAMPTON" | 23 | | "trips.txt" | "trip_headsign" | "10 EAST, RED, HAMPTON" | 24 | | "trips.txt" | "trip_headsign" | "10 EAST, RED, HAMPTON" | 25 | | "trips.txt" | "trip_headsign" | "10 EAST, RED, HAMPTON" | 26 | | "trips.txt" | "trip_headsign" | "10 EAST, RED, HAMPTON" | 27 | | "trips.txt" | "trip_headsign" | "10 EAST, RED, HAMPTON" | 28 | | "trips.txt" | "trip_headsign" | "10 EAST, RED, HAMPTON" | 29 | | "trips.txt" | "trip_headsign" | "10 EAST, RED, HAMPTON" | 30 | | "trips.txt" | "trip_headsign" | "10 EAST, RED, HAMPTON" | 31 | | "trips.txt" | "trip_headsign" | "10 EAST, RED, HAMPTON" | 32 | | "trips.txt" | "trip_headsign" | "10 EAST, RED, HAMPTON" | 33 | | "trips.txt" | "trip_headsign" | "10 EAST, RED, HAMPTON" | 34 | | "trips.txt" | "trip_headsign" | "10 EAST, RED, HAMPTON" | 35 | | "trips.txt" | "trip_headsign" | "10 EAST, RED, HAMPTON" | 36 | | "trips.txt" | "trip_headsign" | "10 EAST, RED, HAMPTON" | 37 | | "trips.txt" | "trip_headsign" | "10 EAST, RED, HAMPTON" | 38 | | "trips.txt" | "trip_headsign" | "10 EAST, RED, HAMPTON" | 39 | | "trips.txt" | "trip_headsign" | "10 EAST, RED, HAMPTON" | 40 | | "trips.txt" | "trip_headsign" | "10 EAST, RED, HAMPTON" | 41 | | "trips.txt" | "trip_headsign" | "10 EAST, RED, HAMPTON" | 42 | | "trips.txt" | "trip_headsign" | "10 EAST, RED, HAMPTON" | 43 | | "trips.txt" | "trip_headsign" | "10 EAST, RED, HAMPTON" | 44 | | "trips.txt" | "trip_headsign" | "10 EAST, RED, HAMPTON" | 45 | | "trips.txt" | "trip_headsign" | "10 EAST, RED, HAMPTON" | 46 | | "trips.txt" | "trip_headsign" | "10 EAST, RED, HAMPTON" | 47 | | "trips.txt" | "trip_headsign" | "10 EAST, RED, HAMPTON" | 48 | | "trips.txt" | "trip_headsign" | "10 EAST, RED, HAMPTON" | 49 |
| route_color_contrast | WARNING | 1 | route_color_contrast Insufficient route color contrast. A route's color and route_text_color should be contrasting. You can see more about this notice here. | stop_without_stop_time | WARNING | 7 | stop_without_stop_time A stop in stops.txt is not referenced by any stop_times.stop_id. Such stops are not used by any trip and normally do not provide user value. This notice may
indicate a typo in stop_times.txt. You can see more about this notice here. | trip_coverage_not_active_for_next7_days | WARNING | 1 | trip_coverage_not_active_for_next7_days Trips data should be valid for at least the next seven days. This notice is triggered if the date range where a significant number of trips are running ends in less than 7 days. You can see more about this notice here. | unused_shape | WARNING | 6 | unused_shape Shape is not used in GTFS file trips.txt. All records defined by GTFS shapes.txt should be used in trips.txt. You can see more about this notice here. | big_gap_in_service | INFO | 3 | big_gap_in_service A service has a gap of more than 13 days between active service dates. You can see more about this notice here. | trip_headsign_matches_intermediate_stop | INFO | 40 | trip_headsign_matches_intermediate_stop Trip headsign matches the name of an intermediate stop, not the last stop. The trip_headsign matches the stop_name of a stop that is not the last stop of the trip.
This may confuse passengers boarding after that stop, since the headsign suggests the vehicle
is heading to a stop it has already passed. You can see more about this notice here. | csvRowNumber (?) The row number of the faulty record in `trips.txt`. | tripId (?) The id of the trip with the problematic headsign. | tripHeadsign (?) The headsign value that matches an intermediate stop name. | stopId1 (?) The id of the intermediate stop whose name matches the headsign. | stopSequence (?) The stop_sequence value of the intermediate stop that matches the headsign. | stopId2 (?) The id of the actual last stop of the trip. |
|---|
| 657 | "1405070" | "TYSON" | "631" | 1 | "604" | | 658 | "1405110" | "TYSON" | "631" | 1 | "604" | | 659 | "1057020" | "TYSON" | "631" | 1 | "936" | | 660 | "1057130" | "TYSON" | "631" | 1 | "936" | | 661 | "301100" | "TYSON" | "631" | 1 | "604" | | 662 | "403040" | "TYSON" | "631" | 1 | "376" | | 663 | "403130" | "TYSON" | "631" | 1 | "376" | | 665 | "492080" | "TYSON" | "631" | 1 | "1191" | | 666 | "492100" | "TYSON" | "631" | 1 | "1191" | | 670 | "301060" | "TYSON" | "631" | 1 | "604" | | 671 | "301080" | "TYSON" | "631" | 1 | "604" | | 678 | "126040" | "TYSON" | "631" | 1 | "1313" | | 679 | "126100" | "TYSON" | "631" | 1 | "1313" | | 680 | "126130" | "TYSON" | "631" | 1 | "1313" | | 682 | "1107070" | "TYSON" | "631" | 1 | "1191" | | 683 | "1107110" | "TYSON" | "631" | 1 | "1191" | | 684 | "1057040" | "TYSON" | "631" | 1 | "936" | | 686 | "1057100" | "TYSON" | "631" | 1 | "936" | | 687 | "1057060" | "TYSON" | "631" | 1 | "936" | | 688 | "1057080" | "TYSON" | "631" | 1 | "936" | | 689 | "543070" | "TYSON" | "631" | 1 | "1313" | | 691 | "492020" | "TYSON" | "631" | 1 | "1191" | | 692 | "492040" | "TYSON" | "631" | 1 | "1191" | | 693 | "492060" | "TYSON" | "631" | 1 | "1191" | | 694 | "543110" | "TYSON" | "631" | 1 | "1313" | | 695 | "418070" | "TYSON" | "631" | 1 | "376" | | 696 | "418110" | "TYSON" | "631" | 1 | "376" | | 697 | "403020" | "TYSON" | "631" | 1 | "376" | | 702 | "126060" | "TYSON" | "631" | 1 | "1313" | | 706 | "403080" | "TYSON" | "631" | 1 | "376" | | 717 | "126020" | "TYSON" | "631" | 1 | "1313" | | 718 | "126080" | "TYSON" | "631" | 1 | "1313" | | 720 | "492130" | "TYSON" | "631" | 1 | "1191" | | 730 | "301020" | "TYSON" | "631" | 1 | "604" | | 731 | "301040" | "TYSON" | "631" | 1 | "604" | | 732 | "301130" | "TYSON" | "631" | 1 | "604" | | 733 | "340070" | "TYSON" | "631" | 1 | "936" | | 734 | "340110" | "TYSON" | "631" | 1 | "936" | | 735 | "403060" | "TYSON" | "631" | 1 | "376" | | 736 | "403100" | "TYSON" | "631" | 1 | "376" |
| | | | | | | | | |