mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-29 21:41:17 -07:00
updated to show T/F/null vs T/F for AML and FUDS (#1866)
This commit is contained in:
parent
6418335219
commit
637b8c305c
11 changed files with 40 additions and 10 deletions
|
@ -359,6 +359,12 @@ fields:
|
|||
- score_name: Is there at least one abandoned mine in this census tract?
|
||||
label: Is there at least one abandoned mine in this census tract?
|
||||
format: bool
|
||||
- score_name: Is there at least one Formerly Used Defense Site (FUDS) in the tract, where missing data is treated as False?
|
||||
label: Is there at least one Formerly Used Defense Site (FUDS) in the tract, where missing data is treated as False?
|
||||
format: bool
|
||||
- score_name: Is there at least one abandoned mine in this census tract, where missing data is treated as False?
|
||||
label: Is there at least one abandoned mine in this census tract, where missing data is treated as False?
|
||||
format: bool
|
||||
- score_name: There is at least one abandoned mine in this census tract and the tract is low income.
|
||||
label: There is at least one abandoned mine in this census tract and the tract is low income.
|
||||
format: bool
|
||||
|
|
|
@ -369,6 +369,12 @@ sheets:
|
|||
- score_name: There is at least one Formerly Used Defense Site (FUDS) in the tract and the tract is low income.
|
||||
label: There is at least one Formerly Used Defense Site (FUDS) in the tract and the tract is low income.
|
||||
format: bool
|
||||
- score_name: Is there at least one Formerly Used Defense Site (FUDS) in the tract, where missing data is treated as False?
|
||||
label: Is there at least one Formerly Used Defense Site (FUDS) in the tract, where missing data is treated as False?
|
||||
format: bool
|
||||
- score_name: Is there at least one abandoned mine in this census tract, where missing data is treated as False?
|
||||
label: Is there at least one abandoned mine in this census tract, where missing data is treated as False?
|
||||
format: bool
|
||||
- score_name: Tract-level redlining score meets or exceeds 3.25 and is low income
|
||||
label: Tract experienced historic underinvestment and remains low income
|
||||
format: bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue