Skip to content

Check for directional links with same from-to node pair #108

@nmpeterson

Description

@nmpeterson

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:

  1. When running "Incorporate Edits", check the DIRECTIONS values on any links sharing the same nodes to predict whether this issue may occur later; or,
  2. When running "Generate Highway Files", check for duplicate inode-jnode pairs during the creation of the Emme batchin files.

I am not sure yet which approach would be best.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions