-
Notifications
You must be signed in to change notification settings - Fork 6
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
Replace existing Demographic Need layer with new data #43
Comments
Then, step 2 is figuring out how to include the data from this layer onto the landing page map |
Incorporating our park data into a format similar to that of the Accessibility Score website we saw in the Census demo would be one way to include the demographic data to our landing page. http://website-mnhomefinder.rhcloud.com/accessibilityscore/evaluation/explore.action |
Yeah, I really liked those radar (or spider) charts too. Digging into the source of their project, it looks like they used Chart.js. Looks like a pretty easy library to plug in, or we could try with d3 if we need something more custom. (Here's a d3 radar chart example) |
@kyoder, I've started digging into the census tract data you uploaded. Thanks for merging all this Census Data into the tract objects. Can you share which of these properties are most important and what their names mean? And in what units they are measured? And it looks like you already did some calculations to come up with some scores for density, poverty, parks, youth, seniors, and health. What did you do to arrive at these numbers and how should we interpret them? Is it a ranking of by all 202 census tracts? Finally, if we want to follow the Accessibility Score app model, we would need to get our scores on a 0-100 scale. Below is a sample of data from one Census Tract...
|
We probably need to revisit the logic. I'm sorry the field names are so messy. Important fields: STATEFP = state FIP code popTotal = population total See this Park Score breakdown for more details on the classifications and source data |
Discussed tonight at open austin wtih @wilsaj and john
|
This page needs work
The text was updated successfully, but these errors were encountered: