NREL / mappymatch

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

Features/adding plot match distances #108

Closed grahamwaters closed 2 years ago

grahamwaters commented 2 years ago

Completed the function for plotting the points vs. expected points on road geometries. This is called "Distance to Nearest Road" in the plot. Further customization is possible if needed and can be added in later on. Black formatting was applied to the plot.py file.

grahamwaters commented 2 years ago

Fixed flake8 errors. The function is ultimately far more simple than the original commit. Lots of variables were unneeded.

grahamwaters commented 2 years ago

Done!