zcta
geojson + relationship from census tract to zcta (txt
)- raw income data (
csv
) + cleaned income data (csv
) - similar for other contents
.
+-- ...
+-- datas
| +-- 00-tractTOzata
| | +-- fips.txt
| | +-- Modified Zip Code Tabulation Areas (MODZCTA).geojson
| | +-- Modified_Zip_Code_Tabulation_Areas\__MODZCTA_.csv
| | +-- zcta_tract_rel_10.txt
| +-- 01-medianIncome
| | +-- ACS_Median_Household_Income_Variables_-_Boundaries
| | | +-- County_1.csv
| | | +-- State_0.csv
| | | +-- Tract_2.csv
| +-- ...
+-- ...
+-- scripts
| +-- 01-clean.py
| +-- 02-computing.py
| +-- 03-merging.py
- use geojson of NYC for mapping
- use
fips.txt
and01-clean.py
to select later data (csv
) for NYC (because downloadablegeojson
files are too large) - use
zcta_tract_rel_10.txt
and03-merging.py
to combine data for tracts in the same zcta area