Metadata-Version: 2.1
Name: routesimilarity
Version: 0.14
Summary: Methods for similarity scoring between routes
Home-page: https://github.com/shkr/routesimilarity
Author: Shashank Shekhar
Author-email: shashank.f1@gmail.com
License: MIT
Download-URL: https://github.com/shkr/routesimilarity/archive/0.1.tar.gz
Description: # Route Similarity
        
        Library of python methods to compute similarity between two routes described using lat, lon coordinates
        
        ### Installation
        
        ```sh
        pip install routesimilarity
        ```
        
        For development environments...
        
        ```sh
        git clone git@github.com:shkr/routesimilarity.git
        cd routesimilarity/
        python setup.py develop
        ```
        
        ### Development
        
        Want to contribute? Submit a PR.
        
        ### Todos
         - Only directed_hausdorff based on geodesic distance metric available now. Needs more similarity functions..
         - Add Example problems
        
        
Keywords: route,similarity,hausdorff
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
