forked from ChelseaKR/gtfs-scorecard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path2026-06-19.json
More file actions
259 lines (259 loc) · 11.7 KB
/
Copy path2026-06-19.json
File metadata and controls
259 lines (259 loc) · 11.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
{
"agency": {
"id": "annapolis-transit",
"name": "Annapolis Transit"
},
"categories": {
"completeness": {
"details": {
"components": {
"contact": 7.5,
"fares": 0.0,
"headsigns": 15.0,
"stop_names": 15.0,
"wheelchair_stops": 0.0,
"wheelchair_trips": 0.0
},
"has_fares": false,
"headsign_pct": 100.0,
"mixed_case_stop_name_pct": 100.0,
"stops": 237,
"trips": 415,
"wheelchair_accessible_pct": 0.0,
"wheelchair_boarding_pct": 0.0,
"wheelchair_marked_accessible_pct": 0.0
},
"findings": [
{
"code": "scorecard_wheelchair_boarding_unknown",
"count": 237,
"effort": "A column in stops.txt; your scheduling software likely has it.",
"fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
"severity": "WARNING",
"what": "237 of 237 stops don't say whether a wheelchair user can board there.",
"why": "Riders who use wheelchairs can't plan a trip when accessibility is marked 'unknown'; apps show no information at all."
},
{
"code": "scorecard_wheelchair_accessible_unknown",
"count": 415,
"effort": "Often one default setting in your export.",
"fix": "Set wheelchair_accessible on every trip (most small-agency fleets are 100% accessible, so this is often a single default).",
"severity": "WARNING",
"what": "415 of 415 trips don't say whether the vehicle is wheelchair accessible.",
"why": "Even with accessible stops, riders need to know the bus itself can take them."
},
{
"code": "scorecard_no_fare_data",
"count": 1,
"effort": "A small file for most flat-fare systems.",
"fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure.",
"severity": "WARNING",
"what": "The feed contains no fare information.",
"why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
},
{
"code": "scorecard_no_feed_contact",
"count": 1,
"effort": "One field.",
"fix": "Add feed_contact_email to feed_info.txt.",
"severity": "INFO",
"what": "feed_info.txt has no technical contact (feed_contact_email or feed_contact_url).",
"why": "App makers and state data programs have nobody to email when they spot a problem with your feed, so problems linger."
}
],
"name": "completeness",
"score": 37.5,
"status": "measured",
"summary": "0% of stops state wheelchair accessibility (0% marked accessible). Fare data is not published.",
"weight": 0.25
},
"correctness": {
"details": {
"distinct_codes": 10,
"instances_by_severity": {
"ERROR": 16036,
"INFO": 6,
"WARNING": 69
},
"validator_version": "8.0.1"
},
"findings": [
{
"code": "stop_time_timepoint_without_times",
"count": 16036,
"effort": "Varies.",
"fix": "Review the rule documentation for 'stop_time_timepoint_without_times' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
"severity": "ERROR",
"what": "Stop time timepoint without times (flagged by the MobilityData validator).",
"why": "See the linked rule for what this affects."
},
{
"code": "mixed_case_recommended_field",
"count": 52,
"effort": "Often a bulk fix in your scheduling software.",
"fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
"severity": "WARNING",
"what": "Some rider-facing names are in ALL CAPS or all lowercase.",
"why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
},
{
"code": "missing_recommended_field",
"count": 10,
"effort": "A field at a time; not urgent.",
"fix": "Review the flagged fields and fill in the ones your riders would use.",
"severity": "WARNING",
"what": "Some files are missing recommended (not required) fields.",
"why": "Recommended fields like agency_phone or stop descriptions make the feed more useful to riders and trip planners."
},
{
"code": "expired_calendar",
"count": 4,
"effort": "One setting in most export tools.",
"fix": "Remove past service periods the next time you export the feed.",
"severity": "WARNING",
"what": "Some service calendars in the feed have already expired.",
"why": "Expired calendars are dead weight and can hide real schedule problems from your staff and vendors."
},
{
"code": "feed_expiration_date7_days",
"count": 1,
"effort": "Usually a re-export from your scheduling software.",
"fix": "Export and publish an updated GTFS feed that covers at least the next 30 days of service.",
"severity": "WARNING",
"what": "This feed's service calendar runs out within the next 7 days.",
"why": "When the calendar ends, Google Maps and other trip planners drop your agency entirely. Riders see no service at all."
},
{
"code": "missing_feed_contact_email_and_url",
"count": 1,
"effort": "Varies.",
"fix": "Review the rule documentation for 'missing_feed_contact_email_and_url' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
"severity": "WARNING",
"what": "Missing feed contact email and url (flagged by the MobilityData validator).",
"why": "See the linked rule for what this affects."
},
{
"code": "trip_coverage_not_active_for_next7_days",
"count": 1,
"effort": "One setting in most export tools.",
"fix": "Trim past service periods the next time you export.",
"severity": "WARNING",
"what": "Many of the feed's trips don't run at all in the next 7 days.",
"why": "It usually means old service periods are still in the export, making the feed bigger and harder to check."
},
{
"code": "service_window_outside_feed_period",
"count": 4,
"effort": "Varies.",
"fix": "Review the rule documentation for 'service_window_outside_feed_period' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
"severity": "INFO",
"what": "Service window outside feed period (flagged by the MobilityData validator).",
"why": "See the linked rule for what this affects."
},
{
"code": "feed_valid_beyond_total_service_window",
"count": 1,
"effort": "Varies.",
"fix": "Review the rule documentation for 'feed_valid_beyond_total_service_window' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
"severity": "INFO",
"what": "Feed valid beyond total service window (flagged by the MobilityData validator).",
"why": "See the linked rule for what this affects."
},
{
"code": "unknown_column",
"count": 1,
"effort": "A quick look at the flagged files.",
"fix": "Check the flagged column names for misspellings of standard GTFS fields; remove them if they are vendor extras.",
"severity": "INFO",
"what": "Some files contain columns that are not part of the GTFS spec.",
"why": "Harmless to riders, but apps ignore these columns and they can hide typos in real column names."
}
],
"name": "correctness",
"score": 44.5,
"status": "measured",
"summary": "The MobilityData validator flagged 10 kinds of issues: 16036 error, 69 warning, and 6 informational instances in total.",
"weight": 0.35
},
"freshness": {
"details": {
"days_until_expiry": -1783,
"feed_end_date": "2024-08-06",
"feed_start_date": "2019-08-01",
"feed_version": "20190806",
"has_feed_info": true,
"last_service_date": "2021-08-01"
},
"findings": [
{
"code": "scorecard_feed_expired",
"count": 1,
"effort": "Usually one export setting; export on a schedule so it never lapses again.",
"fix": "Re-export the feed with a calendar that reaches further out, and set feed_info feed_end_date past your next service change.",
"severity": "ERROR",
"what": "Service data ended 1783 day(s) ago.",
"why": "When the calendar runs out, trip planners stop showing this agency even though the buses are still running. Riders are told the service does not exist."
}
],
"name": "freshness",
"score": 0.0,
"status": "measured",
"summary": "Service data ended 1783 day(s) ago. Trip planners have likely already dropped this feed.",
"weight": 0.2
},
"realtime": {
"name": "realtime",
"status": "not_yet_measured",
"summary": "Not scored yet. Nothing here counts against the grade.",
"weight": 0.2
}
},
"feed": {
"license_note": "No stated data license in the Mobility Database; verify before publishing.",
"reachable": true,
"sha256": "f249ce610f39e405559f94295a7bd2da218fe60258809875ed3e0ff15652ea47",
"size_bytes": 123992,
"static_url": "https://github.com/mobilityequity/maryland-local-gtfs/raw/master/Annapolis_GTFS.zip"
},
"generated_at": "2026-06-19T00:00:00+00:00",
"overall": {
"grade": "F",
"score": 31.2
},
"rubric_version": "1.1",
"schema_version": "1.3",
"snapshot_date": "2026-06-19",
"top_fixes": [
{
"code": "scorecard_feed_expired",
"count": 1,
"effort": "Usually one export setting; export on a schedule so it never lapses again.",
"fix": "Re-export the feed with a calendar that reaches further out, and set feed_info feed_end_date past your next service change.",
"rank": 1,
"severity": "ERROR",
"what": "Service data ended 1783 day(s) ago.",
"why": "When the calendar runs out, trip planners stop showing this agency even though the buses are still running. Riders are told the service does not exist."
},
{
"code": "stop_time_timepoint_without_times",
"count": 16036,
"effort": "Varies.",
"fix": "Review the rule documentation for 'stop_time_timepoint_without_times' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
"rank": 2,
"severity": "ERROR",
"what": "Stop time timepoint without times (flagged by the MobilityData validator).",
"why": "See the linked rule for what this affects."
},
{
"code": "scorecard_wheelchair_boarding_unknown",
"count": 237,
"effort": "A column in stops.txt; your scheduling software likely has it.",
"fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
"rank": 3,
"severity": "WARNING",
"what": "237 of 237 stops don't say whether a wheelchair user can board there.",
"why": "Riders who use wheelchairs can't plan a trip when accessibility is marked 'unknown'; apps show no information at all."
}
],
"validator_version": "8.0.1"
}