| Class | Description |
|---|---|
| DuplicateStopsValidator |
Find stops that are very close together.
|
| FaresValidator |
Validator for fares that currently just checks that the transfers and transfer_duration fields are harmonious.
|
| FeedValidator |
A subtype of validator that can validate the entire feed at once.
|
| FrequencyValidator | |
| MisplacedStopValidator |
This checks whether stops are anywhere outside populated areas (including "null island" or the Sahara) or far away
from most other stops in the feed.
|
| NamesValidator | |
| NewTripTimesValidator |
Check that the travel times between adjacent stops in trips are reasonable.
|
| PatternFinderValidator |
Groups trips together into "patterns" that share the same sequence of stops.
|
| ReferencesTripValidator |
This validator checks for unused entities in the dataset.
|
| ReversedTripValidator |
TODO re-implement as a TripValidator
|
| ServiceValidator |
This will validate that service date information is coherent, and attempt to deduce or validate the range of dates
covered by a GTFS feed.
|
| SpeedTripValidator |
Created by abyrd on 2017-04-18
|
| TimeZoneValidator | |
| TripValidator |
Unlike FeedValidators that are run against the entire feed, these validators are run against the stop_times for
a specific trip.
|
| ValidationResult |
An instance of this class is returned by the validator.
|
| ValidationResult.GeographicBounds | |
| Validator |
A Validator examines a whole GTFS feed or a single trip within a GTFS feed.
|
Copyright © 2019. All rights reserved.