adding fields to downloads

This commit is contained in:
lucasmbrown-usds 2023-01-11 19:20:16 -05:00 committed by Vim USDS
parent 2f6df2767c
commit 583ae66b24
3 changed files with 7 additions and 1 deletions

View file

@ -197,6 +197,9 @@ fields:
- score_name: Percent pre-1960s housing (lead paint indicator)
label: Percent pre-1960s housing (lead paint indicator)
format: percentage
- score_name: Percent pre-1960s housing (lead paint indicator), and the median house value is less than 90th percentile (percentile)
label: Percent pre-1960s housing (lead paint indicator), and the median house value is less than 90th percentile (percentile)
format: percentage
- score_name: Median value ($) of owner-occupied housing units (percentile)
label: Median value ($) of owner-occupied housing units (percentile)
format: percentage

View file

@ -201,6 +201,9 @@ sheets:
- score_name: Percent pre-1960s housing (lead paint indicator)
label: Percent pre-1960s housing (lead paint indicator)
format: percentage
- score_name: Percent pre-1960s housing (lead paint indicator), and the median house value is less than 90th percentile (percentile)
label: Percent pre-1960s housing (lead paint indicator), and the median house value is less than 90th percentile (percentile)
format: percentage
- score_name: Median value ($) of owner-occupied housing units (percentile)
label: Median value ($) of owner-occupied housing units (percentile)
format: percentage

View file

@ -129,7 +129,7 @@ LEAD_PAINT_FIELD = "Percent pre-1960s housing (lead paint indicator)"
LEAD_PAINT_HOUSE_VALUE_FIELD_PCTILE = (
LEAD_PAINT_FIELD + ", and"
f" the median house value is less than {MEDIAN_HOUSE_VALUE_PERCENTILE}th "
f"percentile " + PERCENTILE_FIELD_SUFFIX
f"percentile" + PERCENTILE_FIELD_SUFFIX
)
WASTEWATER_FIELD = "Wastewater discharge"
AGGREGATION_POLLUTION_FIELD = "Pollution Burden"