Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Content-Length: 268722 | pFad | http://github.com/unitedstates/python-us/discussions/87
08Fetched URL: http://github.com/unitedstates/python-us/discussions/87
Alternative Proxies:
Uh oh!
There was an error while loading. Please reload this page.
-
One of my main uses for
usis getting GEOIDS for various census geographies to pass along to thecensusAPI. A typical workflow might be usingusto get the state and county GEOIDS, and then use them to filter my API requests. However, often times I'm working on projects where I need to pull data at the census place level, and places are not available as part of the.shapefile_urls()method.Can this functionality be added to added? Assuming that it's sticking with using 2010 census geographies (which is another thing that would be good to update, but one issue at a time), it should just be a matter of adding to the existing
urlsdictionaryBeta Was this translation helpful? Give feedback.
All reactions