mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-28 22:21:17 -07:00
Add tribal overlap to downloads (#1907)
* Add tribal data to downloads (#1904) * Update test pickle with current cols (#1904) * Remove text of tribe names from GeoJSON (#1904) * Update test data (#1904) * Add tribal overlap to smoketests (#1904)
This commit is contained in:
parent
6e0ef33d81
commit
9e85375d9b
10 changed files with 41 additions and 3 deletions
|
@ -380,3 +380,12 @@ fields:
|
|||
- score_name: Income data has been estimated based on neighbor income
|
||||
label: Income data has been estimated based on geographic neighbor income
|
||||
format: bool
|
||||
- score_name: Number of Tribal areas within Census tract
|
||||
label: Number of Tribal areas within Census tract
|
||||
format: int64
|
||||
- score_name: Names of Tribal areas within Census tract
|
||||
label: Names of Tribal areas within Census tract
|
||||
format: string
|
||||
- score_name: Percent of the Census tract that is within Tribal areas
|
||||
label: Percent of the Census tract that is within Tribal areas
|
||||
format: percentage
|
||||
|
|
|
@ -384,3 +384,12 @@ sheets:
|
|||
- score_name: Income data has been estimated based on neighbor income
|
||||
label: Income data has been estimated based on geographic neighbor income
|
||||
format: bool
|
||||
- score_name: Number of Tribal areas within Census tract
|
||||
label: Number of Tribal areas within Census tract
|
||||
format: int64
|
||||
- score_name: Names of Tribal areas within Census tract
|
||||
label: Names of Tribal areas within Census tract
|
||||
format: string
|
||||
- score_name: Percent of the Census tract that is within Tribal areas
|
||||
label: Percent of the Census tract that is within Tribal areas
|
||||
format: percentage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue