Skip to content

v1.2.2

Compare
Choose a tag to compare
released this 18 Sep 15:39

Description

Extend the number of supported rules to achieve feature parity with the python Google validator for what is strictly in spec.

New rules

  • conditional presence of calendar.txt or calendar_dates.txt - #355

stops

  • stops too far from trip shape - #340

agency

  • agency.agency_lang match feed_info.feed_lang - #352

shapes

  • increasing shape_dist_traveled along a shape - #363

csv

  • no duplicate column in CSV - #326
  • no empty csv file - #317

routes

  • names unicity - #351

stop_times

  • stop times departure time after arrival time - #198
  • stop times travel backward in time - #338
  • fast travel between stops - #332
  • increasing distance stop times - #350

stop_times and trips

  • verify no overlap in trip block #346

trips

  • trip start and end time verification - #327
  • additional verifications #344

frequencies

  • frequencies start time before end time #335
  • verify no overlap - #349

Behavior changes

  • abort on error - #339