forked from ChelseaKR/tods-validate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODS-E310.html
More file actions
46 lines (46 loc) · 1.87 KB
/
Copy pathTODS-E310.html
File metadata and controls
46 lines (46 loc) · 1.87 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>TODS-E310: Run event block disagrees with the trip's block — tods-validate rule catalog</title>
<style>
:root { color-scheme: light dark; }
body {
font: 16px/1.5 system-ui, sans-serif;
max-width: 40rem;
margin: 2rem auto;
padding: 0 1rem;
}
h1 { margin-bottom: 0.25rem; font-size: 1.5rem; }
h2 { margin-top: 2rem; font-size: 1.1rem; }
.lede, .meta, .id { color: #666; }
.id { font-family: ui-monospace, monospace; margin: 0; }
.meta { margin: 0.5rem 0 1rem; }
.badge {
display: inline-block;
font-size: 0.8rem;
font-weight: 600;
padding: 0.1rem 0.5rem;
border-radius: 999px;
border: 1px solid #888;
margin-right: 0.4rem;
}
nav a, .rule-list a { text-decoration: none; }
nav a:hover, .rule-list a:hover { text-decoration: underline; }
a { color: inherit; }
code { background: rgba(127, 127, 127, 0.15); padding: 0 0.25rem; border-radius: 3px; }
ul.rule-list { list-style: none; padding-left: 0; }
ul.rule-list li { padding: 0.25rem 0; }
</style>
</head>
<body>
<nav><a href="index.html">← All rules</a></nav>
<p class="id">TODS-E310</p>
<h1>Run event block disagrees with the trip's block</h1>
<p class="meta"><span class="badge">ERROR</span></p>
<p class='meta'>Needs a companion GTFS feed.</p>
<p>A run event sets both block_id and trip_id, and the trip's block_id in the supplemented GTFS feed is different. The spec requires the two to match when both are set.</p>
<p>Spec reference: <a href="https://tods-transit.org/spec/#run_eventstxt">https://tods-transit.org/spec/#run_eventstxt</a></p>
</body>
</html>