| Package | Description |
|---|---|
| com.conveyal.gtfs | |
| com.conveyal.gtfs.loader | |
| com.conveyal.gtfs.validator |
| Modifier and Type | Method and Description |
|---|---|
static ValidationResult |
GTFS.validate(String feedId,
DataSource dataSource)
Once a feed has been loaded into the database, examine its contents looking for various problems and errors.
|
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
Feed.validate()
TODO check whether validation has already occurred, overwrite results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReferencesTripValidator.complete(ValidationResult validationResult) |
void |
ServiceValidator.complete(ValidationResult validationResult)
You'd think we'd want to do this during the loading phase.
|
void |
NewTripTimesValidator.complete(ValidationResult validationResult)
Completing this feed validator means completing each of its constituent trip validators.
|
void |
SpeedTripValidator.complete(ValidationResult validationResult)
Completing this feed validator means checking if there were any unrounded travel times in the feed and (if so)
registering any zero travel time errors that were passed over before the first unrounded travel time was
encountered.
|
void |
Validator.complete(ValidationResult validationResult)
This method will be called after the validation process is complete.
|
void |
PatternFinderValidator.complete(ValidationResult validationResult)
Store patterns and pattern stops in the database.
|
| Constructor and Description |
|---|
MisplacedStopValidator(Feed feed,
SQLErrorStorage errorStorage,
ValidationResult validationResult) |
Copyright © 2019. All rights reserved.