Skip to content

Instantly share code, notes, and snippets.

@aborruso
Created December 22, 2017 08:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aborruso/cb266784f607befd2d2008573021ca0a to your computer and use it in GitHub Desktop.
Save aborruso/cb266784f607befd2d2008573021ca0a to your computer and use it in GitHub Desktop.
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>FeedValidator: atmfeedgtfs.zip</title>
<style>
body {font-family: Georgia, serif; background-color: white}
.path {color: gray}
div.problem {max-width: 500px}
table.dump td,th {background-color: khaki; padding: 2px; font-family:monospace}
table.dump td.problem,th.problem {background-color: dc143c; color: white; padding: 2px; font-family:monospace}
table.count_outside td {vertical-align: top}
table.count_outside {border-spacing: 0px; }
table {border-spacing: 5px 0px; margin-top: 3px}
h3.issueHeader {padding-left: 0.5em}
h4.issueHeader {padding-left: 1em}
.pass {background-color: lightgreen}
.fail {background-color: yellow}
.notice {background-color: yellow}
.pass, .fail {font-size: 16pt}
.header {background-color: white; font-family: Georgia, serif; padding: 0px}
th.header {text-align: right; font-weight: normal; color: gray}
.footer {font-size: 10pt}
</style>
</head>
<body>
GTFS validation results for feed:<br>
<code><span class="path"></span><b>atmfeedgtfs.zip</b></code><br>
FeedValidator extension used: None
<br><br>
<table>
<tr><th class="header">Agencies:</th><td class="header"><a href="http://www.atmmessina.it">ATM - Azienda Trasporti di Messina</a></td></tr>
<tr><th class="header">Routes:</th><td class="header">61</td></tr>
<tr><th class="header">Stops:</th><td class="header">1484</td></tr>
<tr><th class="header">Trips:</th><td class="header">1790</td></tr>
<tr><th class="header">Shapes:</th><td class="header">201</td></tr>
<tr><th class="header">Effective:</th><td class="header">January 01, 2016 to January 01, 2019</td></tr>
</table>
<br>
During the upcoming service dates Fri Dec 22 to Mon Feb 19:
<table>
<tr><th class="header">Average trips per date:</th><td class="header">1141</td></tr>
<tr><th class="header">Most trips on a date:</th><td class="header">1318, on 9 service dates (Sat Dec 23, Sat Dec 30, Sat Jan 06, ...)</td></tr>
<tr><th class="header">Least trips on a date:</th><td class="header">0, on 2 service dates (Mon Dec 25, Tue Dec 26)</td></tr>
</table>
<br>
<span class="fail">Found these problems:</span>
<table class="count_outside">
<tr><td><span class="fail">107 warnings</span></td></tr>
<tr><td>
<table><tr><td>3</td><td><a href="#WarningOtherProblem">Other Problems</a></td></tr>
<tr><td>104</td><td><a href="#WarningStopsTooClose">Stops Too Closes</a></td></tr>
</table>
</td>
</table>
<br><br>
<h3 class="issueHeader">Warnings:</h3><h4 class="issueHeader"><a name="WarningOtherProblem">Other Problem</a></h4><ul>
<li><div class="problem">Service period with service_id "SUSSIDIO" doesn't have service on any days of the week.</div>in line 5 of <code>calendar.txt</code><br>
<br></li>
<li><div class="problem">The trip with the trip_id "1032250R" doesn't have any stop times defined.</div><br></li>
<li><div class="problem">The shapes with the following shape_ids aren't used by any trips: 015_1_A, 077_1_R, 070_0_R, 077_2_R, 015_3_R, 015_1_R, 077_1_A, 077_2_A, 070_0_A, 050_1_A, 101_2_R, 083_1_A, 01_0_A, 080_0_R, 012_1_A, 080_1_R, 043_2_A, 012_1_R, 043_2_R, 080_1_A, 050_1_R, 029_1_A, 007_0_A, 032_1_A, 009_1_A, 043_1_A, 007_0_R, 043_1_R, 009_1_R, 032_1_R</div><br></li>
</ul>
<h4 class="issueHeader"><a name="WarningStopsTooClose">Stops Too Close</a></h4><ul>
<li><div class="problem">The stops "Giampilieri Mar., SS114 Km 15,000" (ID 1117) and "Giampilieri Mar., SS114 Km 15,000" (ID 244) are 0.00m apart and probably represent the same location.</div><br></li>
<li><div class="problem">The stops "Giampilieri Mar., c.da San Paolo" (ID 11980) and "Giampilieri Mar., c.da San Paolo" (ID 1980) are 0.00m apart and probably represent the same location.</div><br></li>
<li><div class="problem">The stops "Ponte Schiavo - SP35 Km 2 -050" (ID 1275) and "Ponte Schiavo, SP35 Km 2,050" (ID 275) are 0.00m apart and probably represent the same location.</div><br></li>
<li><div class="problem">The stops "Ponte Schiavo - SP35 Km 6 -000" (ID 1282) and "Ponte Schiavo, SP35 Km 6,000" (ID 282) are 0.00m apart and probably represent the same location.</div><br></li>
<li><div class="problem">The stops "S. Margherita - SP36 Km 0 - 630" (ID 1292) and "S. Margherita, SP36 Km 0, 630" (ID 292) are 0.00m apart and probably represent the same location.</div><br></li>
<li>and 99 more of this type.</ul>
<div class="footer">
Generated by <a href="https://github.com/google/transitfeed/wiki/FeedValidator">
FeedValidator</a> version 1.2.15 on December 22, 2017 at 09:58 AM ora solare Europa occidentale.
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment