forked from ChelseaKR/gtfs-scorecard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
132 lines (132 loc) · 23.1 KB
/
Copy pathindex.html
File metadata and controls
132 lines (132 loc) · 23.1 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>NTD readiness — GTFS Scorecard</title>
<meta name="description" content="How many tracked transit feeds look ready for FTA National Transit Database GTFS certification, nationally and by state.">
<link rel="canonical" href="https://gtfsscorecard.org/ntd/">
<meta property="og:type" content="website">
<meta property="og:title" content="NTD readiness — GTFS Scorecard">
<meta property="og:description" content="How many tracked transit feeds look ready for FTA National Transit Database GTFS certification, nationally and by state.">
<meta property="og:url" content="https://gtfsscorecard.org/ntd/">
<meta property="og:image" content="https://gtfsscorecard.org/og.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://gtfsscorecard.org/og.png">
<link rel="stylesheet" href="/src/styles.css">
<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle cx='16' cy='16' r='13' fill='%23204e3a'/%3E%3Ccircle cx='16' cy='16' r='5' fill='%23f2f3ee'/%3E%3C/svg%3E">
<script>
/* Apply the saved theme before first paint to avoid a flash (WCAG 1.4.8). */
try {
var t = localStorage.getItem("scorecard-theme");
if (t && ["light", "contrast", "dark"].indexOf(t) >= 0)
document.documentElement.setAttribute("data-theme", t);
} catch (e) {}
</script>
<script src="/src/theme.js" defer></script>
<script src="/src/nav.js" defer></script>
<noscript><style>
/* Without JS the menu button cannot expand the collapsed nav, so show the
stacked nav permanently and hide the button (content stays operable
without scripting). nav.js never runs here, so nothing double-toggles. */
@media (max-width: 1040px) {
.nav-menu-btn { display: none !important; }
.nav-cluster { display: flex !important; position: static; }
}
</style></noscript>
</head>
<body>
<a class="skip-link" href="#main">Skip to main content</a>
<header class="site-header"><div class="wrap"><a class="brand" href="/"><span class="brand-mark" aria-hidden="true"></span><span class="brand-name">GTFS Scorecard</span></a><button class="nav-menu-btn" type="button" aria-expanded="false" aria-controls="nav-cluster"><span aria-hidden="true">☰</span> Menu</button><div class="nav-cluster" id="nav-cluster"><nav class="nav-stops" aria-label="Primary"><a class="nav-stop" href="/agencies/"><span class="pip" aria-hidden="true"></span>Find an agency</a><a class="nav-stop" href="/pulse/"><span class="pip" aria-hidden="true"></span>Coverage</a><a class="nav-stop" href="/focus/" aria-current="page"><span class="pip" aria-hidden="true"></span>Focus areas</a><a class="nav-stop" href="/tools/"><span class="pip" aria-hidden="true"></span>Tools</a><a class="nav-stop" href="/how-to-read/"><span class="pip" aria-hidden="true"></span>How it works</a><a class="nav-stop" href="/about/"><span class="pip" aria-hidden="true"></span>About</a></nav><div id="theme-control"></div></div></div></header>
<main id="main" class="wrap wrap-wide" tabindex="-1">
<nav class="breadcrumb" aria-label="Breadcrumb"><ol itemscope itemtype="https://schema.org/BreadcrumbList"><li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"><a itemprop="item" href="/"><span itemprop="name">Home</span></a><meta itemprop="position" content="1"></li><li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"><span itemprop="name" aria-current="page">NTD readiness</span><meta itemprop="position" content="2"></li></ol></nav>
<a class="backlink" href="/">← Home</a>
<h1 class="page-title">NTD readiness.</h1>
<p class="page-lede"><strong>45.0% of 1125 tracked feeds look ready to certify</strong> against four feed checks for RY2026: the feed is published at a working URL, it is valid, its calendar has not lapsed, and agency.txt provides agency_id for the P-50 crosswalk.</p>
<section class="feed-details"><h2 class="section-title">Where feeds stand</h2>
<table class="leaderboard"><thead><tr><th>Status</th><th>Feeds</th></tr></thead>
<tbody>
<tr><td>Ready to certify</td><td>506</td></tr>
<tr><td>At risk</td><td>140</td></tr>
<tr><td>Not ready</td><td>479</td></tr>
</tbody></table></section>
<section class="feed-details"><h2 class="section-title">Report year 2026: small and rural reporters join</h2><p class="page-lede">Since Report Year 2023, NTD reporters with fixed-route service have had to publish and maintain GTFS. For RY2026, every submission must provide a stable agency_id for each represented reporter and crosswalk it to the reporter's NTD ID on P-50; agency_id does not need to equal that five-digit ID. An agency that cannot comply yet can request a one-year waiver by showing it is pursuing technical assistance to establish its GTFS data. The same rule adds shapes.txt to the published feed: <a href="/ntd/shapes/">does your feed need shapes.txt, explained</a>.</p><h3 class="section-title">One fix from ready</h3><p class="page-lede">Each of these feeds is a single fix away from looking ready to certify. The fix column is written to be forwarded as-is.</p><table class="leaderboard"><thead><tr><th>Agency</th><th>State</th><th>The one fix</th><th>Trend</th></tr></thead><tbody><tr><td><a href="/agency/81-connection-citygo-kanconnect/">81 Connection, CityGo, KanConnect</a></td><td>Kansas</td><td>Service data expired 922 days ago, so FTA would find the link out of date.</td><td><span class="spark-none">—</span></td></tr><tr><td><a href="/agency/academy-bus/">Academy Bus</a></td><td>New York</td><td>Service data expired 1185 days ago, so FTA would find the link out of date.</td><td><span class="spark-none">—</span></td></tr><tr><td><a href="/agency/akron-metro-regional-transit-authority-metro/">Akron Metro Regional Transit Authority (METRO)</a></td><td>Ohio</td><td>Service data expired 1273 days ago, so FTA would find the link out of date.</td><td><span class="spark-none">—</span></td></tr><tr><td><a href="/agency/alameda-contra-costa-transit-district-ac-transit/">Alameda-Contra Costa Transit District (AC Transit)</a></td><td>California</td><td>Service data expired 860 days ago, so FTA would find the link out of date.</td><td><span class="spark-none">—</span></td></tr><tr><td><a href="/agency/amarillo-city-transit/">Amarillo City Transit</a></td><td>Texas</td><td>Service data expired 1652 days ago, so FTA would find the link out of date.</td><td><span class="spark-none">—</span></td></tr><tr><td><a href="/agency/amtrak-san-joaquins/">Amtrak San Joaquins</a></td><td>Unlocated</td><td>Service data expired 10 days ago, so FTA would find the link out of date.</td><td><span class="spark-none">—</span></td></tr><tr><td><a href="/agency/anaheim-resort-transportation-art/">Anaheim Resort Transportation (ART)</a></td><td>California</td><td>No service end date could be read, so currency is unknown.</td><td><span class="spark-none">—</span></td></tr><tr><td><a href="/agency/antelope-valley-transit-authority-avta/">Antelope Valley Transit Authority (AVTA)</a></td><td>California</td><td>Service data expired 1804 days ago, so FTA would find the link out of date.</td><td><span class="spark-none">—</span></td></tr><tr><td><a href="/agency/areawide-community-transportation-system/">Areawide Community Transportation System</a></td><td>Alabama</td><td>Service data expired 283 days ago, so FTA would find the link out of date.</td><td><span class="spark-none">—</span></td></tr><tr><td><a href="/agency/athens-public-transit/">Athens Public Transit</a></td><td>Ohio</td><td>Service data expired 3113 days ago, so FTA would find the link out of date.</td><td><span class="spark-none">—</span></td></tr><tr><td><a href="/agency/atlanta-streetcar/">Atlanta Streetcar</a></td><td>Georgia</td><td>Service data expired 3113 days ago, so FTA would find the link out of date.</td><td><span class="spark-none">—</span></td></tr><tr><td><a href="/agency/avalon-transit/">Avalon Transit</a></td><td>California</td><td>Service data expired 831 days ago, so FTA would find the link out of date.</td><td><span class="spark-none">—</span></td></tr><tr><td><a href="/agency/avon-transit/">Avon Transit</a></td><td>Colorado</td><td>Service data expired 453 days ago, so FTA would find the link out of date.</td><td><span class="spark-none">—</span></td></tr><tr><td><a href="/agency/bay-area-transportation-authority/">Bay Area Transportation Authority</a></td><td>Michigan</td><td>Service data expired 1644 days ago, so FTA would find the link out of date.</td><td><span class="spark-none">—</span></td></tr><tr><td><a href="/agency/bay-town-trolley/">Bay Town Trolley</a></td><td>Florida</td><td>Service data expired 222 days ago, so FTA would find the link out of date.</td><td><span class="spark-none">—</span></td></tr><tr><td><a href="/agency/beach-cities-transit/">Beach Cities Transit</a></td><td>California</td><td>Service data expired 1286 days ago, so FTA would find the link out of date.</td><td><span class="spark-none">—</span></td></tr><tr><td><a href="/agency/beaver-county-transit-authority/">Beaver County Transit Authority</a></td><td>Pennsylvania</td><td>Service data expired 1652 days ago, so FTA would find the link out of date.</td><td><span class="spark-none">—</span></td></tr><tr><td><a href="/agency/ben-franklin-transit/">Ben Franklin Transit</a></td><td>Washington</td><td>Service data expired 831 days ago, so FTA would find the link out of date.</td><td><span class="spark-none">—</span></td></tr><tr><td><a href="/agency/benson-area-transit/">Benson Area Transit</a></td><td>Arizona</td><td>Service data expired 191 days ago, so FTA would find the link out of date.</td><td><span class="spark-none">—</span></td></tr><tr><td><a href="/agency/berks-area-regional-transportation-authority-barta/">Berks Area Regional Transportation Authority (BARTA)</a></td><td>Pennsylvania</td><td>Service data expired 1287 days ago, so FTA would find the link out of date.</td><td><span class="spark-none">—</span></td></tr><tr><td><a href="/agency/bethesda-circulator/">Bethesda Circulator</a></td><td>Maryland</td><td>Service data expired 647 days ago, so FTA would find the link out of date.</td><td><span class="spark-none">—</span></td></tr><tr><td><a href="/agency/birmingham-jefferson-county-transit-authority-max/">Birmingham Jefferson County Transit Authority (MAX)</a></td><td>Alabama</td><td>Service data expired 2748 days ago, so FTA would find the link out of date.</td><td><span class="spark-none">—</span></td></tr><tr><td><a href="/agency/birmingham-jefferson-county-transit-authority-max-2263/">Birmingham Jefferson County Transit Authority (MAX)</a></td><td>Alabama</td><td>Service data expired 405 days ago, so FTA would find the link out of date.</td><td><span class="spark-none">—</span></td></tr><tr><td><a href="/agency/bloom-tours/">Bloom Tours</a></td><td>Massachusetts</td><td>Service data expired 3842 days ago, so FTA would find the link out of date.</td><td><span class="spark-none">—</span></td></tr><tr><td><a href="/agency/blue-sky-limo-llc/">Blue Sky Limo LLC</a></td><td>Colorado</td><td>Service data expired 191 days ago, so FTA would find the link out of date.</td><td><span class="spark-none">—</span></td></tr><tr><td><a href="/agency/boston-harbor-islands-ferries/">Boston Harbor Islands Ferries</a></td><td>Massachusetts</td><td>Service data expired 2832 days ago, so FTA would find the link out of date.</td><td><span class="spark-none">—</span></td></tr><tr><td><a href="/agency/breckenridge-free-ride/">Breckenridge Free Ride</a></td><td>Colorado</td><td>Service data expired 89 days ago, so FTA would find the link out of date.</td><td><span class="spark-none">—</span></td></tr><tr><td><a href="/agency/breeze-transit/">Breeze Transit</a></td><td>Florida</td><td>Service data expired 441 days ago, so FTA would find the link out of date.</td><td><span class="spark-none">—</span></td></tr><tr><td><a href="/agency/brite/">Brite</a></td><td>Virginia</td><td>Service data expired 190 days ago, so FTA would find the link out of date.</td><td><span class="spark-none">—</span></td></tr><tr><td><a href="/agency/washington-metropolitan-area-transit-authority-wmata/">Bus</a></td><td>District of Columbia</td><td>Service data expired 566 days ago, so FTA would find the link out of date.</td><td><span class="spark-none">—</span></td></tr><tr><td><a href="/agency/butte-regional-transit-b-line/">Butte Regional Transit (B-Line)</a></td><td>Montana</td><td>Service data expired 195 days ago, so FTA would find the link out of date.</td><td><span class="spark-none">—</span></td></tr><tr><td><a href="/agency/cape-cod-regional-transportation-authority-cape-cod-rta/">Cape Cod Regional Transportation Authority (Cape Cod RTA)</a></td><td>Massachusetts</td><td>Service data expired 14 days ago, so FTA would find the link out of date.</td><td><span class="spark-none">—</span></td></tr><tr><td><a href="/agency/capital-area-transit-goraleigh/">Capital Area Transit (GoRaleigh)</a></td><td>North Carolina</td><td>Service data expired 831 days ago, so FTA would find the link out of date.</td><td><span class="spark-none">—</span></td></tr><tr><td><a href="/agency/capital-area-transit-goraleigh-1983/">Capital Area Transit (GoRaleigh)</a></td><td>North Carolina</td><td>Service data expired 709 days ago, so FTA would find the link out of date.</td><td><span class="spark-none">—</span></td></tr><tr><td><a href="/agency/capitol-corridor-joint-powers-authority-capitol-corridor/">Capitol Corridor Joint Powers Authority (Capitol Corridor)</a></td><td>Unlocated</td><td>Service data expired 1106 days ago, so FTA would find the link out of date.</td><td><span class="spark-none">—</span></td></tr><tr><td><a href="/agency/carlsbad-municipal-transit-system-2284/">Carlsbad Municipal Transit System</a></td><td>New Mexico</td><td>Service data expired 191 days ago, so FTA would find the link out of date.</td><td><span class="spark-none">—</span></td></tr><tr><td><a href="/agency/cascades-east-transit-cet/">Cascades East Transit (CET)</a></td><td>Oregon</td><td>Service data expired 808 days ago, so FTA would find the link out of date.</td><td><span class="spark-none">—</span></td></tr><tr><td><a href="/agency/casco-bay-lines/">Casco Bay Lines</a></td><td>Maine</td><td>Service data expired 1404 days ago, so FTA would find the link out of date.</td><td><span class="spark-none">—</span></td></tr><tr><td><a href="/agency/cat-tran-shuttle-2206/">Cat Tran Shuttle</a></td><td>Arizona</td><td>Service data expired 574 days ago, so FTA would find the link out of date.</td><td><span class="spark-none">—</span></td></tr><tr><td><a href="/agency/charlotte-area-transit-system-cats/">Charlotte Area Transit System (CATS)</a></td><td>North Carolina</td><td>Service data expired 1615 days ago, so FTA would find the link out of date.</td><td><span class="spark-none">—</span></td></tr></tbody></table><p class="fineprint">Showing 40 of 372 feeds; the full list is in <a href="/ntd.json">ntd.json</a>.</p><p class="fineprint">Source: FTA's <a href="https://www.federalregister.gov/documents/2025/07/10/2025-12813/national-transit-database-reporting-changes-and-clarifications-for-report-years-2025-and-2026">NTD reporting changes for report years 2025 and 2026</a>. State programs can reach small agencies through the <a href="/program/all/">program rollups</a>, and any expired feed's page carries a ready-to-send outreach note.</p></section>
<section class="feed-details"><h2 class="section-title">By state</h2><table class="leaderboard"><thead><tr><th>State</th><th>Ready</th><th>At risk</th><th>Not ready</th><th>Total</th></tr></thead><tbody><tr><td>Alabama</td><td>3</td><td>0</td><td>6</td><td>9</td></tr><tr><td>Alaska</td><td>3</td><td>1</td><td>2</td><td>6</td></tr><tr><td>Arizona</td><td>8</td><td>0</td><td>15</td><td>23</td></tr><tr><td>Arkansas</td><td>0</td><td>0</td><td>3</td><td>3</td></tr><tr><td>California</td><td>62</td><td>24</td><td>100</td><td>186</td></tr><tr><td>Colorado</td><td>52</td><td>21</td><td>22</td><td>95</td></tr><tr><td>Connecticut</td><td>6</td><td>0</td><td>5</td><td>11</td></tr><tr><td>Delaware</td><td>0</td><td>1</td><td>0</td><td>1</td></tr><tr><td>District of Columbia</td><td>0</td><td>0</td><td>5</td><td>5</td></tr><tr><td>Florida</td><td>13</td><td>3</td><td>27</td><td>43</td></tr><tr><td>Georgia</td><td>3</td><td>0</td><td>13</td><td>16</td></tr><tr><td>Hawaii</td><td>0</td><td>1</td><td>2</td><td>3</td></tr><tr><td>Idaho</td><td>2</td><td>0</td><td>1</td><td>3</td></tr><tr><td>Illinois</td><td>5</td><td>3</td><td>7</td><td>15</td></tr><tr><td>Indiana</td><td>6</td><td>0</td><td>5</td><td>11</td></tr><tr><td>Iowa</td><td>14</td><td>4</td><td>3</td><td>21</td></tr><tr><td>Kansas</td><td>1</td><td>1</td><td>4</td><td>6</td></tr><tr><td>Kentucky</td><td>2</td><td>2</td><td>3</td><td>7</td></tr><tr><td>Louisiana</td><td>1</td><td>1</td><td>1</td><td>3</td></tr><tr><td>Maine</td><td>1</td><td>2</td><td>4</td><td>7</td></tr><tr><td>Maryland</td><td>11</td><td>4</td><td>19</td><td>34</td></tr><tr><td>Massachusetts</td><td>20</td><td>3</td><td>18</td><td>41</td></tr><tr><td>Michigan</td><td>9</td><td>0</td><td>9</td><td>18</td></tr><tr><td>Minnesota</td><td>4</td><td>3</td><td>2</td><td>9</td></tr><tr><td>Mississippi</td><td>1</td><td>1</td><td>1</td><td>3</td></tr><tr><td>Missouri</td><td>3</td><td>0</td><td>2</td><td>5</td></tr><tr><td>Montana</td><td>2</td><td>0</td><td>4</td><td>6</td></tr><tr><td>Nebraska</td><td>2</td><td>0</td><td>3</td><td>5</td></tr><tr><td>Nevada</td><td>3</td><td>1</td><td>2</td><td>6</td></tr><tr><td>New Hampshire</td><td>1</td><td>0</td><td>2</td><td>3</td></tr><tr><td>New Jersey</td><td>3</td><td>2</td><td>1</td><td>6</td></tr><tr><td>New Mexico</td><td>2</td><td>2</td><td>10</td><td>14</td></tr><tr><td>New York</td><td>43</td><td>6</td><td>35</td><td>84</td></tr><tr><td>North Carolina</td><td>9</td><td>2</td><td>13</td><td>24</td></tr><tr><td>North Dakota</td><td>1</td><td>0</td><td>2</td><td>3</td></tr><tr><td>Ohio</td><td>7</td><td>3</td><td>9</td><td>19</td></tr><tr><td>Oklahoma</td><td>2</td><td>0</td><td>2</td><td>4</td></tr><tr><td>Oregon</td><td>44</td><td>6</td><td>28</td><td>78</td></tr><tr><td>Pennsylvania</td><td>5</td><td>2</td><td>8</td><td>15</td></tr><tr><td>Rhode Island</td><td>2</td><td>0</td><td>1</td><td>3</td></tr><tr><td>South Carolina</td><td>2</td><td>0</td><td>2</td><td>4</td></tr><tr><td>South Dakota</td><td>0</td><td>0</td><td>1</td><td>1</td></tr><tr><td>Tennessee</td><td>2</td><td>2</td><td>6</td><td>10</td></tr><tr><td>Texas</td><td>6</td><td>4</td><td>5</td><td>15</td></tr><tr><td>Unlocated</td><td>38</td><td>10</td><td>20</td><td>68</td></tr><tr><td>Utah</td><td>1</td><td>2</td><td>2</td><td>5</td></tr><tr><td>Vermont</td><td>10</td><td>2</td><td>4</td><td>16</td></tr><tr><td>Virginia</td><td>34</td><td>11</td><td>13</td><td>58</td></tr><tr><td>Washington</td><td>49</td><td>10</td><td>19</td><td>78</td></tr><tr><td>West Virginia</td><td>0</td><td>0</td><td>1</td><td>1</td></tr><tr><td>Wisconsin</td><td>8</td><td>0</td><td>7</td><td>15</td></tr></tbody></table></section>
<p class="plain-summary"><strong>In plain words:</strong> since Report Year 2023, every
NTD reporter with fixed-route or deviated-fixed-route service has to publish a valid,
current GTFS feed and certify it each year. For RY2026, each represented reporter also
needs a stable agency_id crosswalked on P-50. This page reads those four feed signals
for every feed we track and rolls them up, so a program can see at a glance how its
agencies are doing.</p>
<p class="fineprint">This is a data-quality heads-up, not an official compliance
determination. Each agency's annual
<a href="https://www.transit.dot.gov/ntd">D-10 certification</a> is the official one.
The same numbers are published as <abbr title="JavaScript Object Notation">JSON</abbr>
at <a href="/ntd.json">ntd.json</a>.</p>
</main>
<footer class="site-footer">
<div class="wrap">
<div class="footer-intro">
<a class="footer-brand" href="/">GTFS Scorecard</a>
<p>An open-source data quality tool for small and rural transit agencies.</p>
</div>
<nav class="footer-grid" aria-label="Footer">
<section aria-labelledby="footer-find-h">
<h2 id="footer-find-h">Find a scorecard</h2>
<ul>
<li><a href="/agencies/">Agency directory</a></li>
<li><a href="/app/">Interactive search</a></li>
<li><a href="/map/">Agency map</a></li>
<li><a href="/routes/">All routes</a></li>
<li><a href="/compare/">Compare two agencies</a></li>
</ul>
</section>
<section aria-labelledby="footer-improve-h">
<h2 id="footer-improve-h">Improve a feed</h2>
<ul>
<li><a href="/fix/">GTFS errors & fixes</a></li>
<li><a href="/check/">Check before publishing</a></li>
<li><a href="/try.html">Request a one-off score</a></li>
<li><a href="/subscribe.html">Feed-health alerts</a></li>
<li><a href="/submit.html">Add an agency</a></li>
<li><a href="/claim/">Correct or claim a listing</a></li>
<li><a href="/procurement/">Procurement language</a></li>
</ul>
</section>
<section aria-labelledby="footer-explore-h">
<h2 id="footer-explore-h">Explore the data</h2>
<ul>
<li><a href="/pulse/">Coverage overview</a></li>
<li><a href="/problems/">Common problems</a></li>
<li><a href="/realtime/">Realtime quality</a></li>
<li><a href="/adoption/">What feeds publish</a></li>
<li><a href="/focus/">Focus areas</a></li>
<li class="footer-subhead">United States tools</li>
<li><a href="/ntd/">U.S. NTD readiness</a></li>
<li><a href="/equity/">U.S. equity</a></li>
<li><a href="/query/">Query the dataset</a></li>
<li><a href="/data/">Open data</a></li>
</ul>
</section>
<section aria-labelledby="footer-project-h">
<h2 id="footer-project-h">Project</h2>
<ul>
<li><a href="/about/">About</a></li>
<li><a href="/status/">Status</a></li>
<li><a href="/support/">Get help or sponsor</a></li>
<li><a href="/how-to-read/">How to read a scorecard</a></li>
<li><a href="/how-to-read/#glossary">Glossary</a></li>
<li><a href="/crosswalk/">Standards crosswalk</a></li>
<li><a href="/press/">For reporters</a></li>
<li><a href="/accessibility/">Accessibility</a></li>
<li><a href="https://github.com/ChelseaKR/gtfs-scorecard/blob/main/CONTRIBUTING.md">Contribute</a></li>
<li><a href="https://github.com/ChelseaKR/gtfs-scorecard/blob/main/docs/listing-policy.md">Listing & removal policy</a></li>
</ul>
</section>
</nav>
</div>
</footer>
</body>
</html>