mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-27 03:51:16 -07:00
Issue 954: Add various data sources from Child Opportunity Index (#986)
* Adds four fields: * Summer days above 90F * Percent low access to healthy food * Percent impenetrable surface areas * Low third grade reading proficiency * Each of these four gets added into Definition L in various factors. * Additionally, I add college attendance fields to the ETL for Census ACS. * This PR also introduces the notion of "reverse percentiles", relevant to ticket #970.
This commit is contained in:
parent
df564658a5
commit
5a6d6d8557
8 changed files with 357 additions and 40 deletions
|
@ -49,6 +49,11 @@ DATASET_LIST = [
|
|||
"module_dir": "geocorr",
|
||||
"class_name": "GeoCorrETL",
|
||||
},
|
||||
{
|
||||
"name": "child_opportunity_index",
|
||||
"module_dir": "child_opportunity_index",
|
||||
"class_name": "ChildOpportunityIndex",
|
||||
},
|
||||
{
|
||||
"name": "mapping_inequality",
|
||||
"module_dir": "mapping_inequality",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue