Skip to content

Releases: MobilityData/gtfs-validator

v1.0.1

13 Mar 20:48

Choose a tag to compare

v1.0.1 Pre-release
Pre-release
  • fix for #54
    • allow for validation of all required and optional GTFS files to the exclusion of calendar.txt, calendar_dates.txt, stop_times.txt and frequencies.txt
  • additional console output

v 1.0.0 - MVP release

11 Mar 05:11

Choose a tag to compare

v 1.0.0 - MVP release Pre-release
Pre-release

First public release

Base validation

  • header presence
  • row length
  • numeric types parsing
  • valid ranges according to schema file

Applied to feed_info.txt, agency.txt, stops.txt, routes.txt, trips.txt, pathways.txt and levels.txt

Validation results are visible in the console as well as in result.txt in your output folder.
Requires Java 11