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

Plot functions should take match results and matches #173

Closed nreinicke closed 10 months ago

nreinicke commented 1 year ago

We recently modified the matchers to return a MatchResult object but the plot matches function will break if you pass that object into it. We could update that function to take both a list of matches and a match result to make it backwards compatible.