Add donut hole calculation to score (#1828)

Adds adjacency index to the pipeline. Requires thorough QA
This commit is contained in:
Matt Bowen 2022-08-18 12:04:46 -04:00 committed by GitHub
commit 6e41e0d9f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 969 additions and 8 deletions

View file

@ -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

View file

@ -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