Closed marecabo closed 6 months ago
This enables the OsmMultimodalNetworkConverter to attach DisallowedNextLinks (https://github.com/matsim-org/matsim-libs/pull/2855) attributes to links containing OSM turn restriction information.
OsmMultimodalNetworkConverter
DisallowedNextLinks
This is part of an effort in supporting turn restrictions in MATSim, see https://github.com/matsim-org/matsim-libs/issues/2829 and thus might fix #75.
Enable this feature with
OsmConverterConfigGroup osmConfig = OsmConverterConfigGroup.createDefaultConfig(); osmConfig.parseTurnRestrictions = true;
When #204 has been merged, I will update these tests to JUnit 5, too.
The version bump PRs are ok 👍 and probably long overdue
Thanks for your comments, they should be addressed so far.
This enables the
OsmMultimodalNetworkConverter
to attachDisallowedNextLinks
(https://github.com/matsim-org/matsim-libs/pull/2855) attributes to links containing OSM turn restriction information.This is part of an effort in supporting turn restrictions in MATSim, see https://github.com/matsim-org/matsim-libs/issues/2829 and thus might fix #75.
Enable this feature with