From c68371f0519d20871fdd02fc8c8a0b024f55fb5b Mon Sep 17 00:00:00 2001 From: Matthew Bowen Date: Wed, 27 Jul 2022 17:18:33 -0400 Subject: [PATCH] Add dataset config for energy budren (1518) --- .../data_pipeline/etl/score/config/datasets.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/data/data-pipeline/data_pipeline/etl/score/config/datasets.yml b/data/data-pipeline/data_pipeline/etl/score/config/datasets.yml index a152d66b..4a3be8ae 100644 --- a/data/data-pipeline/data_pipeline/etl/score/config/datasets.yml +++ b/data/data-pipeline/data_pipeline/etl/score/config/datasets.yml @@ -85,3 +85,18 @@ datasets: include_in_csv: true include_in_excel: true column_position: 4 + - long_name: "Low-Income Energy Affordabililty Data" + short_name: "LEAD" + module_name: "doe_energy_burden" + description: "Census-tract-level energy budren calculations based on DOE's LEAD tool" + input_geoid_tract_field_name: "FIP" + load_fields: + - short_name: "budren" + df_field_name: "REVISED_ENERGY_BURDEN_FIELD_NAME" + long_name: "Energy burden" + field_type: float + include_in_tiles: true + include_in_csv: true + include_in_excel: true + column_position: 1 + \ No newline at end of file