Skip to content

Commit

Permalink
Create metrics_testing_dac_traffic.py
Browse files Browse the repository at this point in the history
Putting in DAC Traffic Impacts pseudo code from @hhmckay for Epic #818 , build on this after migration
  • Loading branch information
KatrinaMKaiser authored Aug 30, 2023
1 parent 4ad5937 commit bd37fe4
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions project_prioritization/metrics/metrics_testing_dac_traffic.py
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.

0 comments on commit bd37fe4

Please sign in to comment.