-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
It is currently possible to add two links to the MHN that connect the same two nodes. For this to happen, either the BASELINK values or the digitized direction (and therefore the ANODE and BNODE values) must differ. If at least one of the links represents a two-way road, the Emme batchin files may contain two links with the same inode and jnode, and only one of them will be imported. (The other will be ignored with a non-fatal warning.)
The MHN processing scripts should check for this possibility and warn the user. This could be done in one of two places:
- When running "Incorporate Edits", check the
DIRECTIONSvalues on any links sharing the same nodes to predict whether this issue may occur later; or, - When running "Generate Highway Files", check for duplicate
inode-jnodepairs during the creation of the Emme batchin files.
I am not sure yet which approach would be best.