mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-27 20:01:16 -07:00
Added Census Tract Aggregated Micro-data from EPA Risk-Screening Environmental Indicators (RSEI) model (#1101)
* added initial source code - todo is comparison tool * added values * rename fields * check geoid * added black * added revisions * added clean up to comments * more comments * formatting * cleanup and address PR feedback * fix changes * final path changes * style * PR feedback * added final PR comment * fix flake 8 * add revisions
This commit is contained in:
parent
a98ea35f74
commit
95a14adb35
6 changed files with 204 additions and 0 deletions
|
@ -89,6 +89,11 @@ DATASET_LIST = [
|
|||
"module_dir": "hud_recap",
|
||||
"class_name": "HudRecapETL",
|
||||
},
|
||||
{
|
||||
"name": "epa_rsei_aggregate",
|
||||
"module_dir": "epa_rsei_aggregate",
|
||||
"class_name": "EPARiskScreeningEnvironmentalIndicatorsETL",
|
||||
},
|
||||
{
|
||||
"name": "energy_definition_alternative_draft",
|
||||
"module_dir": "energy_definition_alternative_draft",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue