-
Notifications
You must be signed in to change notification settings - Fork 122
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
US Census Bureau shapefiles example #1496
Conversation
This is awesome!! Notes on use case @onefact for health care / open source: We need to link these shapefiles to these core-based statistical area shapefiles: Demos if needed: https://onefact.github.io/healthcare-data/ https://onefact.github.io/new-york-real-estate/ https://onefact.github.io/american-community-survey/new-york-area/income-by-race Several entities are currently using these dashboards to help allocate resources and understand public-private partnership to ensure equitable allocation. Happy to share more context if needed :) appreciate this example immensely! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but can you re-copy the script into the Markdown so they’re consistent?
deployed at https://observablehq.observablehq.cloud/framework-example-loader-census/
Note: this example slightly differs from the original https://mbostock.observablehq.cloud/framework-help/2024-05-01-census-boundaries/ in that:
.sh
extension instead of a.exe
extensionUsing the
.sh
extension makes it simpler (no+x
bit) but forces a small modification of the script: for some reason the construction with<(script)
doesn't seem to be compatible with the way we invoke shell scripts. Maybe it'ssh
vs.bash
?