Metadata-Version: 1.0
Name: gtfs-map-matcher
Version: 0.0.0
Summary: A Python 3.4+ library to match GTFS feeds to Open Street Map
Home-page: https://github.com/araichev/gtfs_map_matcher
Author: Alexander Raichev
Author-email: UNKNOWN
License: The MIT License (MIT)

Copyright (c) 2017 Alexander Raichev

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Description-Content-Type: UNKNOWN
Description: GTFS Map Matcher
        *****************
        A Python 3.4+ library to match General Transit Feed Specification (GTFS) shapes to Open Street Map using any of the following web services:
        
        - Mapzen Map Matching (remote or `local <https://github.com/valhalla/valhalla>`_ server)
        - OSRM Map Matching (remote or `local <https://github.com/Project-OSRM/osrm-backend>`_ server)
        - Mapbox Map Matching (remote server)
        - Google Snap to Roads (remote server); snaps to Google's road database instead of Open Street Map
        
        
        Installation
        =============
        ``pipenv install gtfs_map_matcher``
        
        
        Usage
        ======
        Use as a library as demonstrated in the Jupyter notebook at ``ipynb/examples.ipynb``.
        
        
        Authors
        ========
        - Alexander Raichev (2017-11)
        
        
        Notes
        ======
        - Project inspired by `bus-router <https://github.com/atlregional/bus-router>`_.
        - Development status is Alpha
        - Uses semantic versioning
        - Thanks to `MRCagney <http://www.mrcagney.com>`_ for partially funding this project
        
        
        Changes
        ========
        
        v0.0.0, 2017-11-21
        --------------------
        - First release
Platform: UNKNOWN
