matsim-org / pt2matsim

Package to create a multi-modal MATSim network and schedule from public transit data (GTFS or HAFAS) and an OSM map of the area.
http://www.ivt.ethz.ch/publikationen/studenten/530.html
GNU General Public License v2.0
48 stars 66 forks source link

Adjust NetworkTools.findClosestLinksSorted(..) and deprecate it #205

Closed marecabo closed 4 months ago

marecabo commented 4 months ago

This change deprecates NetworkTools.findClosestLinksSorted(..) so we can remove it in an upcoming release.

As discussed in #199, this method has no test coverage, is not used anywhere and had a copy-paste bug.