AequilibraE / aequilibrae

aequilibrae - Python package for transportation modeling
https://www.aequilibrae.com
Other
158 stars 38 forks source link

Refactors transit map-matching #529

Closed pedrocamargo closed 1 month ago

pedrocamargo commented 1 month ago

This PR fixes the map-matching algorithm to prevent repeated links from showing repeatedly and to ensure the entire path is represented. It also drastically reduces memory use by removing the PathStorage feature in favor of the more recent early-exit feature on one-to-one path computation