CDC SVI Index: Additions to data-pipeline and comparison tool (#1096)

* wip

* working

* working

* rename

* documentation

* add link

* add readme

* update fieldnames

* typo

* add comparison tool

* revise wording

* variable change for FIPS

* workding

* wording in readme

* cleanup wording

* update comparison tool

* final tune up

* grammar and punctuation in the documentation

* period

* cleanup comments

* added revisions

* parallelism

* PR feedback from Lucas

* remove extraneous fields from comparison tool

* style

* updates

* remove themes

* formatting

* remove referenes to percentile rank

* remove referenes to percentile rank

* typo in fieldnames

* updates based on feedback from Lucas

* fieldnames formatting

* fix broken markdown link

Co-authored-by: lucasmbrown-usds <lucas.m.brown@omb.eop.gov>
This commit is contained in:
Saran Ahluwalia 2022-01-14 14:52:37 -05:00 committed by GitHub
commit 87e08f5fe1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 337 additions and 36 deletions

View file

@ -109,6 +109,11 @@ DATASET_LIST = [
"module_dir": "michigan_ejscreen",
"class_name": "MichiganEnviroScreenETL",
},
{
"name": "cdc_svi_index",
"module_dir": "cdc_svi_index",
"class_name": "CDCSVIIndex",
},
{
"name": "maryland_ejscreen",
"module_dir": "maryland_ejscreen",