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:
Saran Ahluwalia 2022-01-14 13:50:49 -05:00 committed by GitHub
commit 95a14adb35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 204 additions and 0 deletions

View file

@ -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",