https://github.com/pratt-savi-810/pratt-savi-810-2020-03-activity_01/issues
This program should;
- Take in a
.csv
of addresses. - Geocode these addresses.
- Find out what states these addresses are in.
- Download and unzip those state Census Tract shapefiles
- Buffer the addresses by a given Buffer distance (2 km)
- Intersect and perform area-weighted interpolation to estimate population within Buffer distance
- Sum the population in Buffer
- Print maps of the geocoded address, tract boundaries and buffers.
Note: This Activity uses Python 3.