Skip to content
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 lookup function for census block groups #19

Open
mhweber opened this issue May 5, 2022 · 2 comments
Open

Add lookup function for census block groups #19

mhweber opened this issue May 5, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@mhweber
Copy link
Collaborator

mhweber commented May 5, 2022

Create an sc_get_block groups function to return block groups touching a catchment (watershed? riparian buffer?) and vice-versa? simply build staged lookup table or generate dynamically? We may want to have as a AOI in the API rather than a package function

@mhweber mhweber self-assigned this May 5, 2022
@jbousquin
Copy link
Contributor

Not sure how far into this you are but some base urls I've used in python in the past that might be useful starting place:
"https://tigerweb.geo.census.gov/arcgis/rest/services/TIGERweb/Tracts_Blocks/MapServer"
from tigris:
"https://www2.census.gov/geo/tiger/GENZ/shp/cb__<state_fip>_bg_500k.zip"
"https://www2.census.gov/geo/tiger/TIGER/BG/"

@mhweber
Copy link
Collaborator Author

mhweber commented Aug 5, 2022

@jbousquin - thanks for the urls - hope to work on this over coming month

@mhweber mhweber added the enhancement New feature or request label Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants