nilsnolde / py-osrm

Python bindings to the OSRM routing framework
https://gis-ops.github.io/py-osrm/
BSD 2-Clause "Simplified" License
8 stars 8 forks source link

Adjust OSRM constructors & add RouteParameters #3

Closed whytro closed 1 year ago

whytro commented 1 year ago

Added in additional custom OSRM constructors so that it can be called with just the storage path, or with keyword arguments. Preliminary support for RouteParameters was also added, though real definition or customization for some of the additional objects is required for it to be fully complete.