logo

1 Introduction

The Oregon Department of Transportation’s Strategic Action Plan highlights Social Equity as a core priority for the agency to focus its projects, policies, and programs toward. As a part of recognizing Social Equity as a core priority, the agency developed the Social Equity Index (SEI) to help agency staff and leadership understand where communities of concern are located throughout Oregon. Using U.S. Census data at the block group level, the SEI aims to be a decision support tool that helps to target agency resources in a way that reduces social disparities related to transportation resource allocation. This report documents the data and methods used in the current SEI and updated SEI to make future updates easier and to fully disclose the process used by ODOT for this process.

This report documents the data and methods for multiple appraoches for updating the SEI along with transprotation outcome data aimed at helping staff determine if the index categorizes the state in a way that would help target investments in the places that would be most effective.

2 Data

Data used in this report derives from multiple sources. Data from each source is documented below with description of the vintage used, processing and relevant scripts used to prepare the data.

2.1 Census Data

The current SEI is based solely on data from the American Community Survey 5-year sample, a data product of the U.S. Census and includes the attributes described in the table below. For the 2023 SEI update, these data elements are acquired from the Census using an R script that utilizes the Census’ API and is available on Github here. This script requires an API key that can be retreived here for free but should otherwise work as long as all the necessary R librarties are installed.

As noted in the table below, the current version of the SEI (labeled “2021”) uses some tract level data elements that were then apportioned to the block group by using the proprotion of the tract’s population represented in each block group. For the 2023 this practice is being avoided by using data elements available at the block group level. Specifically, poverty level and population living with a disability were used in the 2021 SEI at the tract level. Poverty level is available at the block group level so this data element is unchanged but since disabled population is not available at block group the population of people age 20 to 64 with a disability is available at the block group and will be used instead.

The two analysis time periods require utilization of two spatial geometries for block groups since one period predates the 2020 Census while the other analysis period uses data from after this dicenial Census. In the earlier period 2010 block groups are used which included 2,634 block groups while in the latter period the 2020 block group geometries are used including 2,970 block groups.

Table 2.1:
Data Element Version Geographic Level Table Name
Population Both Block Group B01003
Population living at 200% Poverty or below 2021 Tract C17002
Population living at 200% Poverty or below 2023 Block Group C17002
Population w/ Disability 2021 Tract B18101
Population Age 20 to 64 w/ Disability 2023 Block Group B23024
Limited English Proficiency Both Block Group B16004
Population Age 65 & Older Both Block Group B01001
Population White Both Block Group B03002

For the purposes of this report the following Census data variables will be used and referred to as the “input variables”. These data are used directly from Census by simplying dividing the value for the variable by the block group total population with the exception being the BIPOC input variable which is derived from Census data by subtracting the White population form the total population. A note for the Disability 20 to 64 population, this proportion is calculated by dividing by the population aged 20-64 and not the total population.

Table 2.2:
Data Element Description Calculation Method
Poverty % Percent of population living at 200% of poverty or below Direct from Census
BIPOC % Percent of population that is Black, Indigenous & People of Color (BIPOC) Total population minus white population
Limited English Proficiency % Percent of population that speak English ‘no well’ or ‘not at all’ Direct from Census
Disability (20-64) Percent of population age 20-64 that have a disability Direct from Census
Age Over 64 Percent of the population that are 64 years or older Direct from Census
Crowded Households % Percent of households that are classified as over crowded (1+ occupants per room) Direct from Census
Youth Population Percent of population that are 18 years old or younger Direct from Census
Vulnerable Population % Percent of population that is older & 64, under 18, or age 20 to 64 and have a disability Added 64 & older, 18 and younger and 20 to 64 with disability
Zero Vehicle Households % Percent of households that do not own a vehicle Direct from Census

2.2 Crash Data

One of the uses of these Census data has been to analyze the relationship of sociodemographic information and traffic injuries. In order to understand how the SEI relates to the frequency and population based rate of traffic injury ODOT Crash data will be used. Since the Census data used represents a 5-year sample of the population this report uses 5 years of crash records data will also be used in each analysis period. These data are derived from citizen filed crash reports and police reports which are then processed and augmented by ODOT’s Crash Analysis and Reporting Unit (CARS) in order to produce the state’s official traffic injury data.

Crash data are joined to the block group using spatial joining function in R which relies on highly precise spatial location of the crash which then places the crash point in just one block group. Many crashes occur on roadways that coincide with block group boundaries as many Census geographies use roadways to inform boundaries so this method of spatial joining is imperfect. However, ODOT’s Research Unit documented how this issue is unlikely to significantly impact analysis using block group level data, especially when grouped into an index due to sptial autocorrelation of Census data. Spatial autocorrelation, in this context, relates to the phenomenon of sociodemographic data in which values in one block group are correlated or similar to the values in a neighboring block group. The implications of this phenonmeon for our analysis is minimal however for any statistical analysis would need to account for this using various techniques like geographically weighted regression or regression with mixed effects. The latter approach was employed in Roll and McNeil (2020) where multilevel modeling technique was used.

Table 2.3: Crash Data
Analysis Period Crash Data Years Used Census Geographies
2014 to 2018 2014 to 2018 2010
2017 to 2021 2017 to 2021 2020

2.3 Highway Performance Monitoring System Data

The Highway Performance Monitoring System (HPMS) data represents ODOT’s offical vehicle volume estimates and are available in a detailed geospatial network format. These network data are available from 2011 through 2020 and include important network features like annual average daily traffic (AADT), functional classification, speed limit among other geometric and operational data elements. This report utilizes these data to understand vehicle miles traveled (VMT) density and miles of high speed arterials and collector density in block groups. While crash points were assigned to just one block group network line features and associated VMT/speed limits are assigned to multiple block groups as in the case of roadways forming the boundary or part of a boundary of block groups. This seems logical given that a roadway on a boundary of a block group ‘exposes’ all of the associated block groups to the conditions of that roadway.

For the 2014 to 2018 analysis period 2014 to 2018 HPMS data is used while for the 2017 to 2021 analysis period 2017 to 2020 data is used since 2021 HPMS data is not yet fully released. In order to calculate the measures shareed below the HPMS segments are first split by the block groups and then bufferred to ensure they are associated with any nearby block groups. Then measures of total VMT and roadway lane miles by block group are computed. Lastly, density of these measures is computed using the land area of the block group with results presented in metrics per square mile.

Table 2.4: HPMS Data
Analysis Period HPMS Years Used Census Geographies
2014 to 2018 2014 to 2018 2010
2017 to 2021 2017 to 2020 2020

2.4 Transit Stops

In order to understand how various indexing methods developed and trested in this report relate to transit usage data on the location of transit stops are used. ODOT maintains a database of transit stop locations based on the GTFS standard and copies of the data are stored every two years. Transit stops are an imperfect measure of transit usage and ridership or service miles would be best but transit stop count and transit stop count density can hihglight a lot about transit stop access within block groups. For the 2014 to 2018 analysis period GTFS transit stop data for 2015 and 2017 are used while for the 2017 to 2021 analysis period 2017, 2019 and 2021 data are utilized. Similar to the crash datra transit stop location is utilized to determine which block group they are assigned to using a spatial join. Since stop location is quite precise this spatial join should be clean and introduce little misassociation.

3 Index Methods

There are a few ways to create meaningful composite indices that utilize multiple factors and the goal for the SEI is to make the index calculation easily explainable and inutitive. The existing SEI calculation and categorization will be explained followed by a proposed approach for the updated SEI.

3.1 Current SEI

For the existing SEI the results of this calculation are values between 0.31 and 1.95 where values greater than one equates to more of the populations of concern living in the block group compared to block groups with an SEI index value less than 1.0. However the number itself is not meaningful and a value of 1.0 does not mean every person in the block group belongs to a population of concern since a single person can belong to multiple groups. Onec the composite index value is calculated, ArcGIS natural jenks algorith was used to create four categories to represent the presence of less to more concentrations of populations of concern including Low, Low/Medium, Medium/High, and High. ArcGIS’s natural jenks algorithm aim to create categoried based on natural groupings inherent in the data by grouping similar values together to maximizes the differences between classes (Geospatial Analsis 2021). For many applications this algorithm performs reasonably but for this application it appears to be skewing groupings in a way that might not be best for helping agency decision making as it groups many block groups with fewer bicycle and pedestrian injuries into the High category. Additionally, the ArcGIS jenks algorithm was not able to be relicated outside of that software package which might present problems in future updates like this one. For comparison and clarity purposes, the current SEI calculation uses a simple calculation that adds each of the populations of concern and then divides by the total population using the equation below where {i} represents each block group:

\[ \begin{aligned} SEI_{i} = \frac{{Poverty_{i} + BIPOC_{i} + Disability_{i} + Limited English_{i} + Population65Older}}{{TotalPopulation_{i}}} \end{aligned} \]

3.2 Proposed SEI Approaches

Since the values from the index calculation above are hard to explain and less intuitive, an approach is proposed that uses quintiles to bucket each input value and then add those quntiles into a composite score which is then categorized into Low to High categories using quantiles. Quintiles are statistical values of a data value that represents 20% of a given populationvalue, so the first quintile represents the lowest fifth of the data (1% to 20%); the second quintile represents the 2nd fifth (21% to 40%) and so on up to 100%. Each of the input values (Poverty, BIPOC, etc.) have their quintiles computed and used to inform breaks of the data where the first quintile is then assigned a 1, the second quintile a 2, and so on for each of the next 3 quintiles. Quintiles for each of the input values are then added resulting in a score of 5 to 25 for an index with 5 inputs variables. A block group with a score of 5 would mean that that block group has population values all in the bottom 20% of observed values. A score of 25 would mean that that block group ranks in the top 20% for all values used in the index. If only 4 input variables are used the lowest score would be a 4 and the highest score a 20.

To demonstrate how these input values are represented by quintiles the following table is presented. For the proposed approach the data elements used will not use the population count for each population of concern but instead its proportion of the total population. For instance instead of using the BIPOC population this approach uses the proportion of the total population in the block group that is BIPOC. Using proportions instead of nominal values normalizes the data and limits skewing for block groups with large populations.

Distribution of Input Census Variable by Quintile

Figure 3.1: Distribution of Input Census Variable by Quintile

Three potential approaches are summarized below and are identical in method but use different input variables for the index. The method of combining the quantile scores remains identical across the three approaches and simply sums each of the quantile categories for each input variables (Poverty %, BIPOC, Limited English Proficiency, etc.) to create a composite score. Then to determine the categories the composite score quantiles are calculated and the lowest quantile is categorized as “Low” SEI, the 2nd quantile the “Low/Medium” category, and 3rd quantile the “Medium/High” and the 4th quantile is the “High” SEI category. The difference in the three approaches is that the first uses all five input variables while the second approach adds some variables from the Transportation Disadvantaged Index (TDI) and the third approach keeps some TDI variables in but then combines Age Over 65, Youth Population, and Age 20 to 64 with a Disability and call this input Vulnerable Population. These three appraoches are laid out below in the equations below where i is the block group.

The first approach, titled Approach A uses the original five Census variables and are summarized below:

\[ \begin{aligned} Approach A_{i} = Poverty Prop_{i} + BIPOC Prop_{i} + Disability Prop_{i} + Limited English Prop_{i} + Population65Older Prop_{i} \end{aligned} \]
The second approach, titled TDI Approach uses the original five Census variables but adds the Transportation Disadvantaged inputs including Crowded Houshing, Youth Population, and Zero Vehicle Households and is summarized below:

\[ \begin{aligned} TDI Approach_{i} = Poverty Prop_{i} + BIPOC Prop_{i} + Disability Prop_{i} + Limited English Prop_{i} + Population65Older Prop_{i} + Crowded_Housing Prop_{i} + Youth Prop_{i} + Zero Vehicle Hh Prop_{i} \end{aligned} \]


The third approach, titled TDI Light, uses four of the original inputs but removes Age Over 64 since it uses a new variable created by adding Age Over 65, Age Under 19, and Disabled Population Age 20-64 into a new variable called Vulnerable Population. This approach is summarized below:

\[ \begin{aligned} TDI Light Approach_{i} = Poverty Prop_{i} + BIPOC Prop_{i} + Limited English Prop_{i} + Vulnerable Population Prop_{i} + Zero vehicle Hh Prop_{i} \end{aligned} \]

*where:

\[ \begin{aligned} Vulnerable Population Prop_{i} = Youth Prop_{i} + Disability Prop_{i} + Population65Older Prop_{i} \end{aligned} \]
The fourth approach disaggregates the vulnerable populations and is described below:

\[ \begin{aligned} TDI Light Approach DisAggVulPop_{i} = Poverty Prop_{i} + BIPOC Prop_{i} + Limited English Prop_{i} + Youth Prop_{i} + Disability Prop_{i} + Population65Older Prop_{i} + Zero Vehicle Hh Prop_{i} \end{aligned} \]

4 Index Results

The two approaches are summarized below. The results are shown in a summary table where the input variables are sumamrized by SEI category along with information on crasehs and the built environment which were added to the Census block group.

Table 4.1: Approach A: 5 Factors
Measure Low Low/Medium Medium/High High Statewide
Population & Sociodemographics
Poverty % (200% & less) 17.5% 29.0% 40.5% 48.9% 32.8%
BIPOC % 13.6% 17.2% 23.3% 39.0% 22.0%
Disabled Pop. 20-64 6.5% 12.1% 16.7% 17.6% 12.9%
Limited English Prof. % 0.4% 1.0% 2.4% 7.6% 2.5%
Age Over 64 % 16.2% 19.1% 19.5% 17.3% 18.1%
Crowded Housing % 1.4% 2.5% 3.7% 6.1% 3.2%
Youth Population % 14.8% 14.0% 13.9% 16.2% 14.6%
Vulnerable Population % 35.0% 40.3% 43.2% 43.8% 40.3%
Population 1135839 1109519 1015806 820779 4081943
Block Group Count 705 726 692 502 2625
Travel & Built Environment
Total VMT Density 3.286096 2.629892 2.542528 3.762165 2.999633
Arterial VMT Density (per sqmi.) 23.64970 23.17842 28.29349 42.11541 28.27489
High Speed Arterial Density (per sqmi.) 0.23 0.30 0.36 0.56 0.35
Transit Stop Density 17.74 13.07 14.70 18.68 15.83
Zero Vehicle Hhs % 4.2% 5.9% 8.5% 11.1% 7.1%
Workers Commuting by Bike/Walk/Transit % 10.9% 9.5% 10.3% 11.0% 10.4%
Workers Commuting by Bike/Walk/Transit 58678 50275 48927 41299 199179
All Mode Traffic Injury
All Mode Fatal & Serious Injury 2222 2678 2891 2109 9900
All Mode Injuries 37254 43866 46986 48350 176456
All Mode Fatal & Serious Rate (Pop.) 257.4 303.9 403.0 306.8 318.1
All Mode Injury Rate (Pop.) 4017.0 4602.3 5695.6 7348.0 5258.4
All Mode Fatal & Serious Rate (VMT) 3.3 4.1 5.2 4.3 4.2
All Mode Injury Rate (VMT) 61.5 64.7 75.4 93.9 72.2
Pedestrian Traffic Injury
Ped Fatal & Serious 147 186 241 318 892
Ped All Injury 889 912 1268 1506 4575
Ped Fatal & Serious Rate (Pop.) 16.0 18.6 28.6 42.4 25.1
Ped All Injury Rate 95.7 97.4 149.3 199.7 130.2
Ped Fatal & Serious Rate (VMT) 0.3 0.3 0.4 0.6 0.4
Ped All Injury Rate (VMT) 2.0 1.8 2.2 3.2 2.2
Bicycle Traffic Injury
Bike Fatal & Serious 69 83 109 66 327
Bike All Injury 927 922 1231 1182 4262
Bike Fatal & Serious Rate (Pop.) 7.3 7.8 12.4 8.3 9.0
Bike All Injury Rate (Pop.) 101.1 95.3 144.8 165.1 123.2
Bike Fatal & Serious Rate (VMT) 0.1 0.1 0.2 0.1 0.1
Bike All Injury Rate (VMT) 2.1 1.7 2.1 2.4 2.1
Table 4.1: TDI Approach
Measure Low Low/Medium Medium/High High Statewide
Population & Sociodemographics
Poverty % (200% & less) 17.8% 28.3% 39.5% 50.0% 32.8%
BIPOC % 13.2% 17.0% 22.6% 39.3% 22.0%
Disabled Pop. 20-64 7.6% 12.3% 16.3% 16.5% 12.9%
Limited English Prof. % 0.4% 1.2% 2.3% 7.0% 2.5%
Age Over 64 % 18.5% 19.9% 18.3% 14.8% 18.1%
Crowded Housing % 0.7% 1.9% 3.5% 8.0% 3.2%
Youth Population % 12.9% 13.6% 14.6% 18.2% 14.6%
Vulnerable Population % 36.0% 40.8% 42.6% 42.6% 40.3%
Population 1056439 1098463 972573 954468 4081943
Block Group Count 708 728 638 551 2625
Travel & Built Environment
Total VMT Density 3.010986 2.819186 2.700861 3.569403 2.999633
Arterial VMT Density (per sqmi.) 21.18902 23.35861 30.86306 40.87853 28.27489
High Speed Arterial Density (per sqmi.) 0.21 0.30 0.39 0.53 0.35
Transit Stop Density 15.85 13.73 15.99 18.37 15.83
Zero Vehicle Hhs % 3.0% 5.8% 9.1% 11.7% 7.1%
Workers Commuting by Bike/Walk/Transit % 10.3% 9.8% 10.5% 11.3% 10.4%
Workers Commuting by Bike/Walk/Transit 51984 51536 46997 48662 199179
All Mode Traffic Injury
All Mode Fatal & Serious Injury 2420 2888 2436 2156 9900
All Mode Injuries 36837 44730 43050 51839 176456
All Mode Fatal & Serious Rate (Pop.) 294.2 387.4 313.8 262.3 318.1
All Mode Injury Rate (Pop.) 4222.5 5722.8 5170.3 6078.0 5258.4
All Mode Fatal & Serious Rate (VMT) 3.6 4.8 4.3 4.1 4.2
All Mode Injury Rate (VMT) 59.3 68.4 71.8 94.5 72.2
Pedestrian Traffic Injury
Ped Fatal & Serious 148 172 228 344 892
Ped All Injury 770 952 1212 1641 4575
Ped Fatal & Serious Rate (Pop.) 17.0 21.0 27.4 38.2 25.1
Ped All Injury Rate 87.8 110.5 152.5 184.9 130.2
Ped Fatal & Serious Rate (VMT) 0.3 0.3 0.4 0.7 0.4
Ped All Injury Rate (VMT) 1.8 1.8 2.3 3.3 2.2
Bicycle Traffic Injury
Bike Fatal & Serious 70 76 94 87 327
Bike All Injury 844 893 1195 1330 4262
Bike Fatal & Serious Rate (Pop.) 7.2 7.2 12.0 10.0 9.0
Bike All Injury Rate (Pop.) 95.7 95.8 152.6 160.9 123.2
Bike Fatal & Serious Rate (VMT) 0.1 0.1 0.2 0.2 0.1
Bike All Injury Rate (VMT) 1.9 1.7 2.2 2.6 2.1
Table 4.1: TDI Light Approach
Measure Low Low/Medium Medium/High High Statewide
Population & Sociodemographics
Poverty % (200% & less) 17.4% 28.4% 36.3% 48.9% 32.8%
BIPOC % 10.5% 14.8% 23.1% 39.7% 22.0%
Disabled Pop. 20-64 9.8% 13.1% 14.0% 14.7% 12.9%
Limited English Prof. % 0.3% 0.7% 1.8% 7.1% 2.5%
Age Over 64 % 21.0% 20.1% 17.6% 13.5% 18.1%
Crowded Housing % 1.3% 2.2% 3.2% 6.1% 3.2%
Youth Population % 14.2% 14.2% 14.0% 16.2% 14.6%
Vulnerable Population % 40.9% 41.8% 39.9% 38.7% 40.3%
Population 974296 967803 1023073 1116771 4081943
Block Group Count 657 656 656 656 2625
Travel & Built Environment
Total VMT Density 2.039754 2.354034 3.180364 4.425842 2.999633
Arterial VMT Density (per sqmi.) 14.20489 18.41135 30.90648 49.59832 28.27489
High Speed Arterial Density (per sqmi.) 0.16 0.24 0.37 0.62 0.35
Transit Stop Density 9.68 11.57 17.95 24.11 15.83
Zero Vehicle Hhs % 1.4% 4.9% 8.9% 13.3% 7.1%
Workers Commuting by Bike/Walk/Transit % 6.6% 8.6% 11.9% 14.4% 10.4%
Workers Commuting by Bike/Walk/Transit 28497 39363 57184 74135 199179
All Mode Traffic Injury
All Mode Fatal & Serious Injury 2647 2582 2238 2433 9900
All Mode Injuries 33468 35484 43736 63768 176456
All Mode Fatal & Serious Rate (Pop.) 349.4 347.9 284.2 290.8 318.1
All Mode Injury Rate (Pop.) 4179.0 4371.3 5604.8 6880.2 5258.4
All Mode Fatal & Serious Rate (VMT) 4.3 5.0 3.8 3.8 4.2
All Mode Injury Rate (VMT) 56.8 63.5 71.8 96.8 72.2
Pedestrian Traffic Injury
Ped Fatal & Serious 94 169 216 413 892
Ped All Injury 477 699 1182 2217 4575
Ped Fatal & Serious Rate (Pop.) 11.3 20.5 27.3 41.3 25.1
Ped All Injury Rate 61.1 83.5 143.2 233.0 130.2
Ped Fatal & Serious Rate (VMT) 0.2 0.4 0.4 0.6 0.4
Ped All Injury Rate (VMT) 1.2 1.7 2.4 3.7 2.2
Bicycle Traffic Injury
Bike Fatal & Serious 49 56 104 118 327
Bike All Injury 534 661 1162 1905 4262
Bike Fatal & Serious Rate (Pop.) 5.2 6.1 12.1 12.5 9.0
Bike All Injury Rate (Pop.) 64.1 80.4 136.0 212.5 123.2
Bike Fatal & Serious Rate (VMT) 0.1 0.1 0.2 0.2 0.1
Bike All Injury Rate (VMT) 1.3 1.6 2.3 3.1 2.1
Table 4.1: TDI Light Approach (disaggregate Vul. Pop.)
Measure Low Low/Medium Medium/High High Statewide
Population & Sociodemographics
Poverty % (200% & less) 19.2% 30.4% 38.9% 45.5% 32.8%
BIPOC % 13.1% 15.7% 22.0% 39.8% 22.0%
Disabled Pop. 20-64 7.2% 14.0% 16.3% 14.9% 12.9%
Limited English Prof. % 0.2% 0.6% 1.7% 7.7% 2.5%
Age Over 64 % 17.5% 20.8% 18.1% 15.1% 18.1%
Crowded Housing % 1.3% 2.4% 3.4% 6.3% 3.2%
Youth Population % 12.3% 13.5% 15.7% 17.8% 14.6%
Vulnerable Population % 34.4% 42.5% 43.3% 41.6% 40.3%
Population 982977 1239521 774947 1084498 4081943
Block Group Count 678 832 476 639 2625
Travel & Built Environment
Total VMT Density 3.547119 2.432517 2.310125 3.670760 2.999633
Arterial VMT Density (per sqmi.) 25.85386 21.54836 26.32942 41.05109 28.27489
High Speed Arterial Density (per sqmi.) 0.24 0.28 0.35 0.55 0.35
Transit Stop Density 19.74 13.29 11.90 17.90 15.83
Zero Vehicle Hhs % 5.1% 6.7% 7.7% 9.4% 7.1%
Workers Commuting by Bike/Walk/Transit % 12.6% 9.0% 9.4% 10.6% 10.4%
Workers Commuting by Bike/Walk/Transit 62757 51571 32160 52691 199179
All Mode Traffic Injury
All Mode Fatal & Serious Injury 2250 3322 1808 2520 9900
All Mode Injuries 37194 49973 31132 58157 176456
All Mode Fatal & Serious Rate (Pop.) 286.7 348.2 309.6 318.6 318.1
All Mode Injury Rate (Pop.) 4487.2 4830.9 4778.0 6991.2 5258.4
All Mode Fatal & Serious Rate (VMT) 3.5 4.9 4.1 4.1 4.2
All Mode Injury Rate (VMT) 63.8 67.1 68.4 90.8 72.2
Pedestrian Traffic Injury
Ped Fatal & Serious 151 223 149 369 892
Ped All Injury 897 1154 798 1726 4575
Ped Fatal & Serious Rate (Pop.) 18.3 21.0 23.6 38.8 25.1
Ped All Injury Rate 107.5 113.5 123.1 181.2 130.2
Ped Fatal & Serious Rate (VMT) 0.3 0.3 0.3 0.6 0.4
Ped All Injury Rate (VMT) 2.2 1.9 1.9 3.0 2.2
Bicycle Traffic Injury
Bike Fatal & Serious 72 105 64 86 327
Bike All Injury 963 1178 748 1373 4262
Bike Fatal & Serious Rate (Pop.) 8.3 10.1 9.4 7.9 9.0
Bike All Injury Rate (Pop.) 114.4 114.9 115.9 149.0 123.2
Bike Fatal & Serious Rate (VMT) 0.1 0.1 0.1 0.1 0.1
Bike All Injury Rate (VMT) 2.3 1.8 1.9 2.3 2.1
#> Warning: Using `size` aesthetic for lines was deprecated in ggplot2 3.4.0.
#> i Please use `linewidth` instead.
#> This warning is displayed once every 8 hours.
#> Call `lifecycle::last_lifecycle_warnings()` to see where this warning was
#> generated.
Chart of Socio-demographic Values by Index Approach and Index Category

Figure 4.1: Chart of Socio-demographic Values by Index Approach and Index Category

4.1 Mapping SEI Comparison

The three maps below show the different approaches so that differences and similarities can be reviewed. Each point represents the centroid of a block group which are used in these maps instead of block group boundaries to help improve map rendering performance however in practive block group polygon boundaries would be used. The map order is as follows:

  • Map 1 - Approach A (top left)
  • Map 2 - TDI Approach (top right)
  • Map 3 - TDI Light Approach (bottom left)
  • Map 4 - TDI Light Approach with disaggregate Vulnerable Populations (bottom right)