You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition to summarizing the performance of the Acceptance Criteria, the Acceptance Criteria summaries provide a host of useful diagnostics. On the roadway side, the network is trimmed to make the size manageable by excluding all the facility types lower than 6, which excludes all local roads. One drawback of this is that the toll plazas are coded as facility type 7, to represent the queueing that occurs in congestion conditions. The QA/QC maps therefore do not show the plazas, which means we can not readily examine the toll plaza delay when viewing the network diagnostics. We can readily fix this by adding in the facility type 7 links that include a non-zero @tollbooth value.
In addition to summarizing the performance of the Acceptance Criteria, the Acceptance Criteria summaries provide a host of useful diagnostics. On the roadway side, the network is trimmed to make the size manageable by excluding all the facility types lower than 6, which excludes all local roads. One drawback of this is that the toll plazas are coded as facility type 7, to represent the queueing that occurs in congestion conditions. The QA/QC maps therefore do not show the plazas, which means we can not readily examine the toll plaza delay when viewing the network diagnostics. We can readily fix this by adding in the facility type 7 links that include a non-zero
@tollbooth
value.Progress:
Considerations
This is the relevant piece of code:
tm2py/tm2py/acceptance/acceptance.py
Lines 169 to 171 in 0d1d1a0
We can change to:
@AshishKuls: can you please make this change and update the version-01 Tableau summaries?
fyi @FlaviaTsang, @lmz, @gregerhardt
The text was updated successfully, but these errors were encountered: