-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #856 from cal-itp/csis-dac-traffic-ps
Create metrics_testing_dac_traffic.py
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
project_prioritization/metrics/metrics_testing_dac_traffic.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# DAC Traffic Impacts CSIS Metric | ||
# Pseudo Code | ||
|
||
# For projects in list: | ||
# Sum AADT values across segments (i.e. peak/off-peak, HOV/non-HOV) | ||
# Repeat for truck AADT | ||
# Apply a weighting factor of 6 to the truck AADT | ||
# Sum car and weighted truck AADT to get AADT value | ||
# Repeat for both build and no-build scenarios | ||
# Calculate the percent change in truck-weighted AADT | ||
|
||
# Join the build and no-build AADT data to the project spatial geometry on the project name field | ||
|
||
# Generate a 500 meter buffer for all project geometries | ||
|
||
# read in EQI Traffoc Exposure Screen | ||
|
||
# If the project geometry buffer DOES NOT touch an EQI Traffic Exposure Screened geography, the project score defaults to 0 | ||
# Else If the project geometry buffer DOES touch an EQI Traffic Exposure Screened geography, the change in truck-weighted AADT is considered and a relevant score is determined. |