mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-30 09:21:17 -07:00
produce a string for the front end to ingest (#1963)
* wip * i believe this works -- let's see the pipeline * updated fixtures
This commit is contained in:
parent
ecabe79299
commit
a438b44bfd
9 changed files with 54 additions and 3 deletions
|
@ -381,6 +381,8 @@ TILES_SCORE_COLUMNS = {
|
|||
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",
|
||||
field_names.PERCENT_OF_TRIBAL_AREA_IN_TRACT_DISPLAY_STRING: "TA_PERC_STR",
|
||||
|
||||
}
|
||||
|
||||
# columns to round floats to 2 decimals
|
||||
|
|
|
@ -501,6 +501,7 @@ class ScoreETL(ExtractTransformLoad):
|
|||
field_names.TRACT_ELIGIBLE_FOR_NONNATURAL_THRESHOLD,
|
||||
field_names.AGRICULTURAL_VALUE_BOOL_FIELD,
|
||||
field_names.NAMES_OF_TRIBAL_AREAS_IN_TRACT,
|
||||
field_names.PERCENT_OF_TRIBAL_AREA_IN_TRACT_DISPLAY_STRING,
|
||||
]
|
||||
|
||||
boolean_columns = [
|
||||
|
|
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