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 | <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>FeedValidator: good_feed.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} .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">test/data/</span><b>good_feed.zip</b></code> <br><br> <table> <tr><th class="header">Agencies:</th><td class="header"><a href="http://google.com">Autorité de passage de démonstration</a></td></tr> <tr><th class="header">Routes:</th><td class="header">5</td></tr> <tr><th class="header">Stops:</th><td class="header">10</td></tr> <tr><th class="header">Trips:</th><td class="header">11</td></tr> <tr><th class="header">Shapes:</th><td class="header">0</td></tr> <tr><th class="header">Effective:</th><td class="header">January 01, 2007 to December 31, 2011</td></tr> </table> <br> During the upcoming service dates Sun Apr 18 to Wed Jun 16: <table> <tr><th class="header">Average trips per date:</th><td class="header">141</td></tr> <tr><th class="header">Most trips on a date:</th><td class="header">144, on 17 service dates (Sun Apr 18, Sat Apr 24, Sun Apr 25, ...)</td></tr> <tr><th class="header">Least trips on a date:</th><td class="header">140, on 43 service dates (Mon Apr 19, Tue Apr 20, Wed Apr 21, ...)</td></tr> </table> <br> <span class="pass">feed validated successfully</span> <br><br> <div class="footer"> Generated by <a href="http://code.google.com/p/googletransitdatafeed/wiki/FeedValidator"> FeedValidator</a> version 1.2.5 on April 18, 2010 at 06:12 PM EST. </div> </body> </html> |