Skip to content

Tools to normalize and fill mising files for the GTFS zip

License

Notifications You must be signed in to change notification settings

Jwuthri/GtfsTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GtfsTools Python 3.6

pip install is coming

For now you must clone this repo and add him to your PYTHON_PATH

Installation

GtfsTools requires Python 3.6.

Install dependencies thanks to setup.py

$ python setup.py

How it works ?

Work in progress....

Run

from mixer.gtfs.to_zip.controller import *

new_zip_path = Controller(gtfs_path=path_of_your_zip).main()

new_zip_path contains the path of the gtfs normalized, with shapes, stoptimes etc...

Todos

  • Write Tests
  • Make pip install
  • ...

License

MIT

Free Software !

About

Tools to normalize and fill mising files for the GTFS zip

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published