Skip to content

Commit

Permalink
Update YAML to match constant (#1518)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbowen-usds committed Aug 10, 2022
1 parent 6f24429 commit 0349dbd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions data/data-pipeline/data_pipeline/etl/score/config/datasets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ datasets:
df_field_name: "EXTREME_HEAT_FIELD"
long_name: "Summer days above 90F"
field_type: float
include_in_tiles: true
include_in_tiles: false
include_in_csv: true
include_in_excel: true
column_position: 1
Expand All @@ -96,22 +96,22 @@ datasets:
df_field_name: "HEALTHY_FOOD_FIELD"
field_type: float
include_in_tiles: true
include_in_csv: true
include_in_csv: false
include_in_excel: true
column_position: 2
- short_name: "he_green"
long_name: "Percent impenetrable surface areas"
df_field_name: "IMPENETRABLE_SURFACES_FIELD"
field_type: float
include_in_tiles: true
include_in_tiles: false
include_in_csv: true
include_in_excel: true
column_position: 3
- short_name: "ed_reading"
df_field_name: "READING_FIELD"
long_name: "Third grade reading proficiency"
field_type: float
include_in_tiles: true
include_in_tiles: false
include_in_csv: true
include_in_excel: true
column_position: 4
Expand All @@ -121,7 +121,7 @@ datasets:
description: "Census-tract-level energy budren calculations based on DOE's LEAD tool"
input_geoid_tract_field_name: "FIP"
load_fields:
- short_name: "budren"
- short_name: "EBP_PFS"
df_field_name: "REVISED_ENERGY_BURDEN_FIELD_NAME"
long_name: "Energy burden"
field_type: float
Expand Down

0 comments on commit 0349dbd

Please sign in to comment.