Metadata-Version: 1.0
Name: gtfs-toolkit
Version: 0.1.8
Summary: A set of Python 3.4 tools for processing General Transit Feed Specification (GTFS) data
Home-page: https://github.com/araichev/gtfs-toolkit
Author: Alexander Raichev
Author-email: alex@raichev.net
License: LICENSE
Description: GTFS Toolkit
        ============
        This is a set of Python 3.4 tools for processing `General Transit Feed Specification (GTFS) <https://en.wikipedia.org/wiki/GTFS>`_ data in memory without a database.
        Currently, it's mostly for computing network-level statistics, 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
        --------
        Currently, this package is experimental and needs more testing.
        Use it at your own risk.
        
        Installation
        -------------
        ``pip install gtfs-toolkit``
        
        Examples
        --------
        Play with ``examples/gtfs_toolkit_examples.ipynb`` in an iPython notebook
        
        Documentation
        --------------
        Under ``docs/`` and also online via RawGit `here <https://rawgit.com/araichev/gtfs-toolkit/master/docs/_build/html/index.html>`_.
        
        Todo
        ----
        - Add option to split route time series by direction
        - Add more tests
        - Add a decorator or use logging for timing function calls
        - Update timing comments to reference a test feed, such as Portland
        - Implement upsampling of time series (up to at most 1 minute frequency)
Platform: UNKNOWN
