mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 01:54:18 -08:00
Add dataset config for energy budren (1518)
This commit is contained in:
parent
12a6b2f10e
commit
c68371f051
1 changed files with 15 additions and 0 deletions
|
@ -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
|
||||
|
Loading…
Add table
Reference in a new issue