You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RULES.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ Each Notice is associated with a severity: `INFO`, `WARNING`, `ERROR`.
64
64
|[`missing_required_column`](#missing_required_column)| A required column is missing in the input file. |
65
65
|[`missing_required_field`](#missing_required_field)| A required field is missing. |
66
66
|[`missing_required_file`](#missing_required_file)| A required file is missing. |
67
-
|[`missing_stop_name`](#missing_stop_name)|`stops.stop_name` is required for `location_type` equal to `0`, `1`, or `2`. |
67
+
|[`missing_stop_name`](#missing_stop_name)|`stops.stop_name` is required for `location_type` equal to `0`, `1`, or `2`. |
68
68
|[`missing_trip_edge`](#missing_trip_edge)| Missing trip edge `arrival_time` or `departure_time`. |
69
69
|[`new_line_in_value`](#new_line_in_value)| New line or carriage return in a value in CSV file. |
70
70
|[`number_out_of_range`](#number_out_of_range)| Out of range value. |
@@ -81,7 +81,7 @@ Each Notice is associated with a severity: `INFO`, `WARNING`, `ERROR`.
81
81
|[`stop_time_timepoint_without_times`](#stop_time_timepoint_without_times)|`arrival_time` or `departure_time` not specified for timepoint. |
82
82
|[`stop_time_with_arrival_before_previous_departure_time`](#stop_time_with_arrival_before_previous_departure_time)| Backwards time travel between stops in `stop_times.txt`|
83
83
|[`stop_time_with_only_arrival_or_departure_time`](#stop_time_with_only_arrival_or_departure_time)| Missing `stop_times.arrival_time` or `stop_times.departure_time`. |
84
-
| [`stop_without_location`](#stop_without_location) | `stop_lat` and/or `stop_lon` is missing for stop with `location_type` equal to`0`, `1`, or `2`
84
+
|[`stop_without_location`](#stop_without_location)|`stop_lat` and/or `stop_lon` is missing for stop with `location_type` equal to`0`, `1`, or `2`|
85
85
|[`stop_without_zone_id`](#stop_without_zone_id)| Stop without value for `stops.zone_id`. |
86
86
|[`too_many_rows`](#too_many_rows)| A CSV file has too many rows. |
87
87
|[`transfer_with_invalid_stop_location_type`](#transfer_with_invalid_stop_location_type)| A stop id field from GTFS file `transfers.txt` references a stop that has a `location_type` other than 0 or 1 (aka Stop/Platform or Station). |
@@ -101,7 +101,7 @@ Each Notice is associated with a severity: `INFO`, `WARNING`, `ERROR`.
101
101
|[`duplicate_route_name`](#duplicate_route_name)| Two distinct routes have either the same `route_short_name`, the same `route_long_name`, or the same combination of `route_short_name` and `route_long_name`. |
102
102
|[`empty_row`](#empty_row)| A row in the input file has only spaces. |
103
103
|[`equal_shape_distance_same_coordinates`](#equal_shape_distance_same_coordinates)| Two consecutive points have equal `shape_dist_traveled` and the same lat/lon coordinates in `shapes.txt`. |
104
-
| [`expired_calendar`](#expired_calendar) | Dataset should not contain date ranges for services that have already expired.
104
+
|[`expired_calendar`](#expired_calendar)| Dataset should not contain date ranges for services that have already expired.|
105
105
|[`fast_travel_between_consecutive_stops`](#fast_travel_between_consecutive_stops)| A transit vehicle moves too fast between two consecutive stops. |
106
106
|[`fast_travel_between_far_stops`](#fast_travel_between_far_stops)| A transit vehicle moves too fast between two far stops. |
107
107
|[`feed_expiration_date7_days`](#feed_expiration_date7_days)| Dataset should be valid for at least the next 7 days. |
@@ -114,7 +114,7 @@ Each Notice is associated with a severity: `INFO`, `WARNING`, `ERROR`.
114
114
|[`missing_recommended_field`](#missing_recommended_field)| A recommended field is missing. |
115
115
|[`missing_timepoint_column`](#missing_timepoint_column)|`timepoint` column is missing for a dataset. |
116
116
|[`missing_timepoint_value`](#missing_timepoint_value)|`stop_times.timepoint` value is missing for a record. |
117
-
|[`mixed_case_recommended_field`](#mixed_case_recommended_field)| This field has customer-facing text and should use Mixed Case (should contain upper and lower case letters).|
117
+
|[`mixed_case_recommended_field`](#mixed_case_recommended_field)| This field has customer-facing text and should use Mixed Case (should contain upper and lower case letters). |
118
118
|[`more_than_one_entity`](#more_than_one_entity)| More than one row in CSV. |
119
119
|[`non_ascii_or_non_printable_char`](#non_ascii_or_non_printable_char)| Non ascii or non printable char in `id`. |
120
120
|[`pathway_dangling_generic_node`](#pathway_dangling_generic_node)| A generic node has only one incident location in a pathway graph. |
0 commit comments