gtfs-validator icon indicating copy to clipboard operation
gtfs-validator copied to clipboard

Canonical GTFS Validator project for schedule (static) files.

Results 320 gtfs-validator issues
Sort by recently updated
recently updated
newest added

> Food for thought: I wonder if we could use [getProcessCpuTime](https://docs.oracle.com/en/java/javase/17/docs/api/jdk.management/com/sun/management/OperatingSystemMXBean.html#getProcessCpuTime()) to get amore accurate time estimate, since AFAIK it gives the actual time used by the process (ie without...

### Describe the problem [feed_info.txt is required when translations.txt is provided](https://gtfs.org/schedule/reference/#feed_infotxt), but `missing_required_file` is not triggered in this case. ### Describe the new validation rule IF translations.txt is provided AND...

status: Needs triage
new rule

Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...

dependencies
python

### Describe the problem In https://github.com/MobilityData/gtfs-validator/pull/1657 we added a document describing the release branching strategy (See [BRANCHING.md](https://github.com/MobilityData/gtfs-validator/blob/master/docs/BRANCHING.md)) ### Proposed solution We should review our release pipeline and make sure it...

enhancement
status: Needs triage

### Describe the bug Attempts to validated: [Calabasas](https://www.cityofcalabasas.com/home/showpublisheddocument/31620/638611519891730000) but get "Error Processing Report". I don't see anything in the inspection that suggests an error. But I think what could be...

bug

Bumps the npm_and_yarn group in /web/client with 7 updates: | Package | From | To | | --- | --- | --- | | [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `3.55.0` | `4.2.19` |...

dependencies
javascript

### Describe the problem In order to be confident that [the new column additions to stop_times.txt](#1749) with Flex are not having a significant impact on the validator's performance, we want...

enhancement

# Description As described in [here](https://github.com/gradle/actions/blob/main/docs/deprecation-upgrade-guide.md#using-the-action-to-execute-gradle-via-the-arguments-parameter-is-deprecated), the setup-gradle action need to be upgraded to its latest version(v4) Tasks: - Identify all GitHub action using gradle/actions/setup-gradle - Follow the upgrade process....

tech debt

### Describe the problem In some issues (e.g. https://github.com/MobilityData/gtfs-validator/issues/1885) we have a problem that does not manifest itself in any of the datasets in the database, but could happen if...

tests
enhancement
status: Needs triage

### Describe the problem Currently, `FareTransferRuleWithForbiddenTransferCountNotice` triggers when both from_leg_group_id and to_leg_group_id are empty and `transfer_count` exists. According to the spec, it should be ok to have transfer_count when from_leg_group_id...

enhancement
status: Blocked