Skip to content

BenFields22/transitfeed

 
 

Repository files navigation

transitfeed-ride

Provides a library to help parse and validate GTFS-ride feed files. The validator generates an html report with a summary of the feed.

Macosx and Windows

To install, either clone the repo using git or download the repo using the download feature.

Make sure that python is installed on your machine before running the feedvalidator. This tool was developed and tested with python 2.7. Other versions may not work.

To run the feedvalidator_ride.py script open up the terminal and navigate to the directory that contains the feedvalidator_ride.py script. Once there, enter the following command: python feedvalidator_ride.py location/of/feed/to/be/validated

Windows

To install, locate the feedvalidator_ride.exe file in this repo, select it, then download. Running the application is as simple as double clicking on the executable once downloaded.

You can also drag the zipped file onto the executable to validate the feed. If the executable is run on its own, you will be promted to enter the location of your feed file.

About

A Python library for reading and validating transit schedule information in the GTFS-Ride format.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 90.4%
  • JavaScript 9.2%
  • Other 0.4%