You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# Canonical GTFS Schedule Validator
2
-
[](https://github.com/MobilityData/gtfs-validator/actions?query=workflow%3A%22Test+Package+Document%22)[](https://github.com/MobilityData/gtfs-validator/actions/workflows/acceptance_test.yml)[](https://share.mobilitydata.org/slack)
2
+
[](https://github.com/MobilityData/gtfs-validator/actions?query=workflow%3A%22Test+Package+Document%22)[](https://github.com/MobilityData/gtfs-validator/actions/workflows/acceptance_test.yml)[](https://share.mobilitydata.org/slack)
3
3
4
4
5
5
A [General Transit Feed Specification (GTFS) Schedule](https://gtfs.mobilitydata.org/spec/gtfs-schedule) (static) feed validator, maintained by [MobilityData](https://mobilitydata.org).
<ahref="https://github.com/MobilityData/gtfs-validator/blob/master/RULES.md">☑️ List of rules implemented</a>
20
+
<ahref="https://gtfs-validator.mobilitydata.org/rules.html">☑️ List of rules implemented</a>
21
21
</p>
22
22
23
23
<palign="center">
@@ -32,7 +32,7 @@ This README contains information for the latest version of the project, which is
32
32
This is a cross-platform application written in Java that performs the following steps:
33
33
1. Loads input GTFS zip file from a URL or disk.
34
34
2. Checks file integrity, numeric type parsing and ranges.
35
-
3. Performs complete validation against the [GTFS Schedule standard](https://gtfs.org/schedule/reference/#h.hc443y62gb8c).
35
+
3. Performs complete validation against the [GTFS Schedule standard](https://gtfs.org/schedule/reference).
36
36
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 validation 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.
Have a suggestion for a new rule? Open [an issue](https://github.com/MobilityData/gtfs-validator/issues/new/choose). You can see the complete process for adding new rules on the ["Adding new rules"](/docs/NEW_RULES.md) page.
185
185
@@ -200,10 +200,10 @@ Instructions to build the project from the command-line using [Gradle](https://g
200
200
The architecture of the `gtfs-validator` is described on our [Architecture page](/docs/ARCHITECTURE.md).
201
201
202
202
# Acceptance tests
203
-
In order to avoid sudden changes in the validation output that might declare previously valid datasets invalid, all code changes in pull requests are tested against GTFS datasets in the [MobilityDatabase](http://old.mobilitydatabase.org/wiki/Main_Page). The acceptance test process is described in [ACCEPTANCE_TESTS.md](docs/ACCEPTANCE_TESTS.md).
203
+
In order to avoid sudden changes in the validation output that might declare previously valid datasets invalid, all code changes in pull requests are tested against GTFS datasets in the [MobilityDatabase](https://mobilitydatabase.org). The acceptance test process is described in [ACCEPTANCE_TESTS.md](docs/ACCEPTANCE_TESTS.md).
204
204
205
205
# Projects based on this validator
206
-
[CalTrans California Integrated Travel Project (Cal-ITP) GTFS Validator API](https://github.com/cal-itp/gtfs-validator-api) - A thin wrapper around MobilityData/gtfs-validator.
206
+
[CalTrans California Integrated Travel Project (Cal-ITP) GTFS Validator API](https://github.com/cal-itp/data-infra/tree/main/jobs/gtfs-schedule-validator) - A thin wrapper around MobilityData/gtfs-validator.
207
207
208
208
# License
209
209
Code licensed under the [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0).
0 commit comments