j40-cejst-2/data/data-pipeline/data_pipeline
Lucas Merrill Brown 1d101c93d2
Issue 844: Add island areas to Definition L (#957)
This ended up being a pretty large task. Here's what this PR does:

1. Pulls in Vincent's data from island areas into the score ETL. This is from the 2010 decennial census, the last census of any kind in the island areas.
2. Grabs a few new fields from 2010 island areas decennial census.
3. Calculates area median income for island areas.
4. Stops using EJSCREEN as the source of our high school education data and directly pulls that from census (this was related to this project so I went ahead and fixed it).
5. Grabs a bunch of data from the 2010 ACS in the states/Puerto Rico/DC, so that we can create percentiles comparing apples-to-apples (ish) from 2010 island areas decennial census data to 2010 ACS data. This required creating a new class because all the ACS fields are different between 2010 and 2019, so it wasn't as simple as looping over a year parameter.
6. Creates a combined population field of island areas and mainland so we can use those stats in our comparison tool, and updates the comparison tool accordingly.
2021-12-03 15:46:10 -05:00
..
data AWS Sync Public Read (#508) 2021-08-12 14:17:25 -04:00
etl Issue 844: Add island areas to Definition L (#957) 2021-12-03 15:46:10 -05:00
files added new PDF file (#745) 2021-09-23 13:34:50 -04:00
ipython Issue 844: Add island areas to Definition L (#957) 2021-12-03 15:46:10 -05:00
score Issue 844: Add island areas to Definition L (#957) 2021-12-03 15:46:10 -05:00
tests Revisions to FEMA measure and new link for FEMA data (#952) 2021-12-03 12:42:07 -05:00
tile Prototype G (#672) 2021-09-14 10:48:11 -04:00
__init__.py Data directory should adopt standard Poetry-suggested python package structure (#457) 2021-08-05 15:35:54 -04:00
application.py Display score L on map (#849) 2021-11-05 16:26:14 -04:00
config.py Data directory should adopt standard Poetry-suggested python package structure (#457) 2021-08-05 15:35:54 -04:00
utils.py Add territory boundary data (#885) 2021-11-16 10:05:09 -05:00