mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-28 08:41:16 -07:00
Adding NLCD data (#1826)
Adding NLCD's natural space indicator end to end to the score.
This commit is contained in:
parent
49623e4da0
commit
7d89d41e49
18 changed files with 288 additions and 18 deletions
|
@ -289,4 +289,25 @@ fields:
|
|||
format: bool
|
||||
- score_name: Greater than or equal to the 90th percentile for share of properties at risk of fire in 30 years
|
||||
label: Greater than or equal to the 90th percentile for share of properties at risk of fire in 30 years
|
||||
format: bool
|
||||
- score_name: Greater than or equal to the 90th percentile for share of the tract's land area that is covered by impervious surface or cropland as a percent and is low income?
|
||||
label: Greater than or equal to the 90th percentile for share of the tract's land area that is covered by impervious surface or cropland as a percent and is low income?
|
||||
format: bool
|
||||
- score_name: Greater than or equal to the 90th percentile for share of the tract's land area that is covered by impervious surface or cropland as a percent
|
||||
label: Greater than or equal to the 90th percentile for share of the tract's land area that is covered by impervious surface or cropland as a percent
|
||||
format: bool
|
||||
- score_name: Share of the tract's land area that is covered by impervious surface or cropland as a percent
|
||||
label: Share of the tract's land area that is covered by impervious surface or cropland as a percent
|
||||
format: percentage
|
||||
- score_name: Share of the tract's land area that is covered by impervious surface or cropland as a percent (percentile)
|
||||
label: Share of the tract's land area that is covered by impervious surface or cropland as a percent (percentile)
|
||||
format: percentage
|
||||
- score_name: Share of properties at risk of flood in 30 years (percentile)
|
||||
label: Share of properties at risk of flood in 30 years (percentile)
|
||||
format: percentage
|
||||
- score_name: Share of properties at risk of fire in 30 years (percentile)
|
||||
label: Share of properties at risk of fire in 30 years (percentile)
|
||||
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
|
|
@ -278,10 +278,10 @@ sheets:
|
|||
format: bool
|
||||
- score_name: Share of properties at risk of flood in 30 years
|
||||
label: Share of properties at risk of flood in 30 years
|
||||
format: float
|
||||
format: percentage
|
||||
- score_name: Share of properties at risk of fire in 30 years
|
||||
label: Share of properties at risk of fire in 30 years
|
||||
format: float
|
||||
format: percentage
|
||||
- score_name: Greater than or equal to the 90th percentile for share of properties at risk of flood in 30 years and is low income?
|
||||
label: Greater than or equal to the 90th percentile for share of properties at risk of flood in 30 years and is low income?
|
||||
format: bool
|
||||
|
@ -294,3 +294,25 @@ sheets:
|
|||
- score_name: Greater than or equal to the 90th percentile for share of properties at risk of fire in 30 years
|
||||
label: Greater than or equal to the 90th percentile for share of properties at risk of fire in 30 years
|
||||
format: bool
|
||||
- score_name: Greater than or equal to the 90th percentile for share of the tract's land area that is covered by impervious surface or cropland as a percent and is low income?
|
||||
label: Greater than or equal to the 90th percentile for share of the tract's land area that is covered by impervious surface or cropland as a percent and is low income?
|
||||
format: bool
|
||||
- score_name: Greater than or equal to the 90th percentile for share of the tract's land area that is covered by impervious surface or cropland as a percent
|
||||
label: Greater than or equal to the 90th percentile for share of the tract's land area that is covered by impervious surface or cropland as a percent
|
||||
format: bool
|
||||
- score_name: Share of the tract's land area that is covered by impervious surface or cropland as a percent
|
||||
label: Share of the tract's land area that is covered by impervious surface or cropland as a percent
|
||||
format: percentage
|
||||
- score_name: Share of the tract's land area that is covered by impervious surface or cropland as a percent (percentile)
|
||||
label: Share of the tract's land area that is covered by impervious surface or cropland as a percent (percentile)
|
||||
format: percentage
|
||||
- score_name: Share of properties at risk of flood in 30 years (percentile)
|
||||
label: Share of properties at risk of flood in 30 years (percentile)
|
||||
format: percentage
|
||||
- score_name: Share of properties at risk of fire in 30 years (percentile)
|
||||
label: Share of properties at risk of fire in 30 years (percentile)
|
||||
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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue