Skip to content

OSRM

Python wrapper for OSRM with convenience methods.

Source code in osrm/__init__.py
def __init__(self, *args, **kwargs):
    """Initialize OSRM engine - same as C++ OSRM constructor."""
    self._engine = _OSRM_Base(*args, **kwargs)