mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-28 08:41:16 -07:00
Adding DOT composite to travel score (#1820)
This adds the DOT dataset to the ETL and to the score. Note that currently we take a percentile of an average of percentiles.
This commit is contained in:
parent
932179841f
commit
ebac552d75
17 changed files with 553 additions and 354 deletions
|
@ -260,6 +260,12 @@ fields:
|
|||
- score_name: Greater than or equal to the 90th percentile for leaky underground storage tanks and is low income?
|
||||
label: Greater than or equal to the 90th percentile for leaky underground storage tanks and is low income?
|
||||
format: bool
|
||||
- score_name: Greater than or equal to the 90th percentile for DOT transit barriers and is low income?
|
||||
label: Greater than or equal to the 90th percentile for DOT transit barriers and is low income?
|
||||
format: bool
|
||||
- score_name: DOT Travel Barriers Score (percentile)
|
||||
label: DOT Travel Barriers Score (percentile)
|
||||
format: percentage
|
||||
- score_name: Leaky underground storage tanks (percentile)
|
||||
label: Leaky underground storage tanks (percentile)
|
||||
format: percentage
|
||||
|
|
|
@ -258,6 +258,12 @@ sheets:
|
|||
- score_name: Unemployment (percent) in 2009 (island areas) and 2010 (states and PR)
|
||||
label: Unemployment (percent) in 2009 (island areas) and 2010 (states and PR)
|
||||
format: percentage
|
||||
- score_name: Greater than or equal to the 90th percentile for DOT transit barriers and is low income?
|
||||
label: Greater than or equal to the 90th percentile for DOT transit barriers and is low income?
|
||||
format: bool
|
||||
- score_name: DOT Travel Barriers Score (percentile)
|
||||
label: DOT Travel Barriers Score (percentile)
|
||||
format: percentage
|
||||
- score_name: Percentage households below 100% of federal poverty line in 2009 (island areas) and 2010 (states and PR)
|
||||
label: Percentage households below 100% of federal poverty line in 2009 (island areas) and 2010 (states and PR)
|
||||
format: percentage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue