mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-28 02:31:16 -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
|
@ -379,6 +379,10 @@ TILES_SCORE_COLUMNS = {
|
|||
field_names.PERCENT_AGE_UNDER_10: "AGE_10",
|
||||
field_names.PERCENT_AGE_10_TO_64: "AGE_MIDDLE",
|
||||
field_names.PERCENT_AGE_OVER_64: "AGE_OLD",
|
||||
field_names.COUNT_OF_TRIBAL_AREAS_IN_TRACT: "TA_COUNT",
|
||||
field_names.PERCENT_OF_TRIBAL_AREA_IN_TRACT: "TA_PERC",
|
||||
|
||||
|
||||
}
|
||||
|
||||
# columns to round floats to 2 decimals
|
||||
|
@ -452,4 +456,5 @@ TILES_SCORE_FLOAT_COLUMNS = [
|
|||
field_names.ELIGIBLE_FUDS_BINARY_FIELD_NAME,
|
||||
field_names.AML_BOOLEAN,
|
||||
field_names.HISTORIC_REDLINING_SCORE_EXCEEDED,
|
||||
field_names.PERCENT_OF_TRIBAL_AREA_IN_TRACT
|
||||
]
|
||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue