| Package | Description |
|---|---|
| com.conveyal.gtfs | |
| com.conveyal.gtfs.validator |
| Modifier and Type | Method and Description |
|---|---|
void |
GTFSFeed.validate(boolean repair,
Validator... validators) |
| Modifier and Type | Class and Description |
|---|---|
class |
DuplicateStopsValidator
Find stops that are very close together.
|
class |
FaresValidator
Validator for fares that currently just checks that the transfers and transfer_duration fields are harmonious.
|
class |
FeedValidator
A subtype of validator that can validate the entire feed at once.
|
class |
FrequencyValidator |
class |
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.
|
class |
NamesValidator |
class |
NewTripTimesValidator
Check that the travel times between adjacent stops in trips are reasonable.
|
class |
PatternFinderValidator
Groups trips together into "patterns" that share the same sequence of stops.
|
class |
ReferencesTripValidator
This validator checks for unused entities in the dataset.
|
class |
ReversedTripValidator
TODO re-implement as a TripValidator
|
class |
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.
|
class |
SpeedTripValidator
Created by abyrd on 2017-04-18
|
class |
TimeZoneValidator |
class |
TripValidator
Unlike FeedValidators that are run against the entire feed, these validators are run against the stop_times for
a specific trip.
|
Copyright © 2019. All rights reserved.