Metadata-Version: 1.0
Name: gtfs-toolkit
Version: 0.1
Summary: Python tools for processing `General Transit Feed Specification (GTFS) <https://en.wikipedia.org/wiki/GTFS>`_ data
Home-page: http://pypi.python.org/pypi/gtfs-toolkit/
Author: Alex Raichev
Author-email: alex@raichev.net
License: LICENSE
Description: GTFS Toolkit
        ============
        This is a set of Python tools for processing `General Transit Feed Specification (GTFS) <https://en.wikipedia.org/wiki/GTFS>`_ data.
        It's mostly for collecting routes and stops stats, such as mean daily service distance per route and mean daily number of vehicles per stop.
        Uses Pandas and Shapely to do the heavy lifting.
        
        Warning
        --------
        This package is experimental at this point, so use it at your own risk.
        It needs more testing.
        
        Requirements
        ------------
        See ``requirements.txt``
        
        Examples
        --------
        Play with ``examples/gtfs_toolkit_examples.ipynb`` in an iPython notebook
        
        Todo
        ----
        - Add error check and workaround for feeds missing``shapes.txt``
        - Add more tests
        
Platform: UNKNOWN
