mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-28 08:41:16 -07:00
Fast flag update (#1844)
Added additional flags for the front end based on our conversation in stand up this morning.
This commit is contained in:
parent
1ee26bf30d
commit
d892bce6cf
14 changed files with 63 additions and 31 deletions
|
@ -21,17 +21,14 @@ fields:
|
|||
label: Total categories exceeded
|
||||
format: int64
|
||||
- score_name: Definition N (communities)
|
||||
label: Identified as disadvantaged without considering neighbors
|
||||
format: bool
|
||||
- score_name: Definition N (communities) (based on adjacency index and low income alone)
|
||||
label: Identified as disadvantaged based on neighbors and relaxed low income threshold only
|
||||
format: bool
|
||||
- score_name: Definition M community, including adjacency index tracts
|
||||
label: Identified as disadvantaged
|
||||
format: bool
|
||||
- score_name: Definition N (communities) (including adjacency index)
|
||||
label: Identified as disadvantaged (including adjacency index)
|
||||
format: bool
|
||||
- score_name: Is the tract surrounded by disadvantaged communities?
|
||||
label: Is the tract surrounded by disadvantaged communities?
|
||||
format: bool
|
||||
- score_name: Meets the less stringent low income criterion for the adjacency index?
|
||||
label: Meets the less stringent low income criterion for the adjacency index?
|
||||
format: bool
|
||||
- score_name: Definition N (communities) (average of neighbors)
|
||||
label: Share of neighbors that are identified as disadvantaged
|
||||
format: percentage
|
||||
|
@ -341,3 +338,6 @@ fields:
|
|||
- score_name: Tract-level redlining score meets or exceeds 3.25
|
||||
label: Tract experienced historic underinvestment
|
||||
format: bool
|
||||
- score_name: Income data has been estimated based on neighbor income
|
||||
label: Income data has been estimated based on geographic neighbor income
|
||||
format: bool
|
||||
|
|
|
@ -25,17 +25,14 @@ sheets:
|
|||
label: Total categories exceeded
|
||||
format: int64
|
||||
- score_name: Definition N (communities)
|
||||
label: Identified as disadvantaged without considering neighbors
|
||||
format: bool
|
||||
- score_name: Definition N (communities) (based on adjacency index and low income alone)
|
||||
label: Identified as disadvantaged based on neighbors and relaxed low income threshold only
|
||||
format: bool
|
||||
- score_name: Definition M community, including adjacency index tracts
|
||||
label: Identified as disadvantaged
|
||||
format: bool
|
||||
- score_name: Definition N (communities) (including adjacency index)
|
||||
label: Identified as disadvantaged (including adjacency index)
|
||||
format: bool
|
||||
- score_name: Is the tract surrounded by disadvantaged communities?
|
||||
label: Is the tract surrounded by disadvantaged communities?
|
||||
format: bool
|
||||
- score_name: Meets the less stringent low income criterion for the adjacency index?
|
||||
label: Meets the less stringent low income criterion for the adjacency index?
|
||||
format: bool
|
||||
- score_name: Definition N (communities) (average of neighbors)
|
||||
label: Share of neighbors that are identified as disadvantaged
|
||||
format: percentage
|
||||
|
@ -345,3 +342,6 @@ sheets:
|
|||
- score_name: Tract-level redlining score meets or exceeds 3.25
|
||||
label: Tract experienced historic underinvestment
|
||||
format: bool
|
||||
- score_name: Income data has been estimated based on neighbor income
|
||||
label: Income data has been estimated based on geographic neighbor income
|
||||
format: bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue