Esri / street-data-processing-tools

ArcGIS geoprocessing toolbox containing tools to create and build a network dataset from commercial street data.
Apache License 2.0
36 stars 16 forks source link

Fix restrictions #51

Closed mmorang closed 1 year ago

mmorang commented 1 year ago

Fix a bug in the Pro TomTom MultiNet tool related to populating the restriction fields in Streets:

And in RestrictedTurns:

Because of some flawed logic, we neglected to filter out certain rows in the input Restrictions table, which meant that the fields were occasionally populated with a value of "Y" when they should not have been.

For best results, users should reprocess their data with the latest changes.