Skip to content

docs: Add example of validation report #1219

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 27, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This is a cross-platform application written in Java that performs the following
1. Loads input GTFS zip file from a URL or disk.
2. Checks file integrity, numeric type parsing and ranges as well as string format according to the [GTFS Schedule specification](https://gtfs.mobilitydata.org/spec/gtfs-schedule#h.hc443y62gb8c).
3. Performs GTFS [business rule validation](/RULES.md).
4. Provides an easy-to-use validation report in HTML format that can be opened in the browser and shared with other parties. The report is also available in JSON format that can be used for parsing and running additional analyses.
4. Provides an easy-to-use validation report in HTML format that can be opened in the browser and shared with other parties. See an [example of a valdiation report](https://htmlpreview.github.io/?https://github.com/MobilityData/gtfs-validator/blob/master/docs/report.html). The report is also available in JSON format that can be used for parsing and running additional analyses.

# Running the app
### Setup
Expand Down