mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-30 03:01:16 -07:00
Make tribal overlap set score N (#2004)
* Add "Is a Tribal DAC" field (#1998) * Add tribal DACs to score N final (#1998) * Add new fields to downloads (#1998) * Make a int a float (#1998) * Update field names, apply feedback (#1998)
This commit is contained in:
parent
d89c516131
commit
8b611edae6
12 changed files with 63 additions and 8 deletions
|
@ -59,9 +59,15 @@ fields:
|
|||
- 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: Identified as disadvantaged due to tribal overlap
|
||||
label: Identified as disadvantaged due to tribal overlap
|
||||
format: bool
|
||||
- score_name: Definition N community, including adjacency index tracts
|
||||
label: Identified as disadvantaged
|
||||
format: bool
|
||||
- score_name: Percentage of tract that is disadvantaged
|
||||
label: Percentage of tract that is disadvantaged by area
|
||||
format: percentage
|
||||
- score_name: Definition N (communities) (average of neighbors)
|
||||
label: Share of neighbors that are identified as disadvantaged
|
||||
format: percentage
|
||||
|
|
|
@ -63,9 +63,15 @@ sheets:
|
|||
- 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: Identified as disadvantaged due to tribal overlap
|
||||
label: Identified as disadvantaged due to tribal overlap
|
||||
format: bool
|
||||
- score_name: Definition N community, including adjacency index tracts
|
||||
label: Identified as disadvantaged
|
||||
format: bool
|
||||
- score_name: Percentage of tract that is disadvantaged
|
||||
label: Percentage of tract that is disadvantaged by area
|
||||
format: percentage
|
||||
- score_name: Definition N (communities) (average of neighbors)
|
||||
label: Share of neighbors that are identified as disadvantaged
|
||||
format: percentage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue