NREL / mappymatch

Pure-python package for map matching
http://mappymatch.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
57 stars 19 forks source link

fix valhalla road id assignment; bump version #184

Closed nreinicke closed 1 month ago

nreinicke commented 1 month ago

Closes #183 by fixing how RoadIds get constructed from the valhalla results. Previously we were just assigning the osm way id as the road_id but now we're building a RoadId class and assigning the way id as the road_id.key attribute.