-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add population data #139
Comments
Still looking for some more examples of the geostatistical method below in case it's unclear here, but here is where the content stands as of the early afternoon. Pull populations at census block level through API and calculate it against buffers
This process is replicable for any variables reported at the census geographic levels - race, income, gender, etc. Data services, metadata and information: |
AHA as it turns out, one term for this method is tabulating intersection http://pro.arcgis.com/en/pro-app/tool-reference/analysis/tabulate-intersection.htm |
Eventually, WABA wants to analyze how many people do not live within 1 mile of a bike lane. They also want to see how many more people would live closer to a bike lane if they advocated for new bike lanes in underserved areas.
This will involve pulling in population data from either an API (preferable) or from a dataset. This is a complicated problem that will take us a while to solve, but we can get started on researching this to evaluate the lift and feasibility.
@dayanaa - can you add your research notes and pseudocode from today's Tech Lady hackathon to this ticket?
The text was updated successfully, but these errors were encountered: