mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-28 08:41:16 -07:00
Add donut hole calculation to score (#1828)
Adds adjacency index to the pipeline. Requires thorough QA
This commit is contained in:
parent
88dc2e5a8e
commit
6e41e0d9f0
17 changed files with 969 additions and 8 deletions
|
@ -20,9 +20,21 @@ fields:
|
|||
- score_name: Total categories exceeded
|
||||
label: Total categories exceeded
|
||||
format: int64
|
||||
- score_name: Definition M (communities)
|
||||
- score_name: Definition N (communities)
|
||||
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
|
||||
- score_name: Total population
|
||||
label: Total population
|
||||
format: float
|
||||
|
|
|
@ -24,9 +24,21 @@ sheets:
|
|||
- score_name: Total categories exceeded
|
||||
label: Total categories exceeded
|
||||
format: int64
|
||||
- score_name: Definition M (communities)
|
||||
- score_name: Definition N (communities)
|
||||
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
|
||||
- score_name: Total population
|
||||
label: Total population
|
||||
format: float
|
||||
|
@ -314,5 +326,4 @@ sheets:
|
|||
format: percentage
|
||||
- score_name: Does the tract have at least 35 acres in it?
|
||||
label: Does the tract have at least 35 acres in it?
|
||||
format: bool
|
||||
|
||||
format: bool
|
Loading…
Add table
Add a link
Reference in a new issue