mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-07 02:54:19 -07:00
Fixup TA_COUNT and TA_PERC (#1991)
* Change TA_PERC, change TA_COUNT (#1988, #1989) - Make TA_PERC_STR back into a nullable float following the rules requestsed in #1989 - Move TA_COUNT to be TA_COUNT_AK, also add a null TA_COUNT_C for CONUS that we can fill in later. * Fix typo comment (#1988)
This commit is contained in:
parent
6505d49439
commit
72de938c32
8 changed files with 53 additions and 45 deletions
|
@ -355,12 +355,17 @@ TRIBAL_ID = "tribalId"
|
|||
TRIBAL_LAND_AREA_NAME = "landAreaName"
|
||||
|
||||
# Tribal overlap variables
|
||||
COUNT_OF_TRIBAL_AREAS_IN_TRACT = "Number of Tribal areas within Census tract"
|
||||
COUNT_OF_TRIBAL_AREAS_IN_TRACT_CONUS = (
|
||||
"Number of Tribal areas within Census tract"
|
||||
)
|
||||
COUNT_OF_TRIBAL_AREAS_IN_TRACT_AK = (
|
||||
"Number of Tribal areas within Census tract for Alaska"
|
||||
)
|
||||
NAMES_OF_TRIBAL_AREAS_IN_TRACT = "Names of Tribal areas within Census tract"
|
||||
PERCENT_OF_TRIBAL_AREA_IN_TRACT = (
|
||||
"Percent of the Census tract that is within Tribal areas"
|
||||
)
|
||||
PERCENT_OF_TRIBAL_AREA_IN_TRACT_DISPLAY_STRING = (
|
||||
PERCENT_OF_TRIBAL_AREA_IN_TRACT_DISPLAY = (
|
||||
"Percent of the Census tract that is within Tribal areas, for display"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue