Skip to content

Commit

Permalink
Update description fields (#1518)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbowen-usds committed Aug 2, 2022
1 parent e0a0699 commit 95f8858
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ datasets:
- long_name: "Child Opportunity Index 2.0 database"
short_name: "coi"
module_name: "child_opportunity_index"
description: "A composite index measured at the census tract level that captures neighborhood resources and conditions that matter for children's healthy development."
description_short: "A composite index measured at the census tract level that captures neighborhood resources and conditions that matter for children's healthy development."
description_long: "A composite index measured at the census tract level that captures neighborhood resources and conditions that matter for children's healthy development."
input_geoid_tract_field_name: "geoid"
load_fields:
- short_name: "he_heat"
Expand Down Expand Up @@ -88,7 +89,8 @@ datasets:
- 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"
description_short: "Census-tract-level energy budren calculations based on DOE's LEAD tool"
description_long: "Census-tract-level energy budren calculations based on DOE's LEAD tool"
input_geoid_tract_field_name: "FIP"
load_fields:
- short_name: "EBP_PFS"
Expand All @@ -102,7 +104,8 @@ datasets:
- long_name: "Exaple ETL"
short_name: "Example"
module_name: "example_dataset"
description: "An example dataset for documentation"
description_short: "An example dataset for documentation"
description_long: "An example dataset for documentation"
input_geoid_tract_field_name: "GEOID10_TRACT"
load_fields:
- short_name: "EXAMPLE_FIELD"
Expand Down

0 comments on commit 95f8858

Please sign in to comment.