-
-
Notifications
You must be signed in to change notification settings - Fork 99
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
Allow requesting subsets of ZCTAs #287
Comments
This could be implemented as the API accepts one or more ZCTAs as a parameter: @walkerke, what do you think? I know you've shied away from adding too many arguments to |
Good find @mfherman! I think this makes sense as a feature given that the API accommodates it. It wouldn't help for calls with |
Great! I'm glad its possible, in scope, and look forward to the day we can specify ZCTAs :) Until then, I'll continue caching results locally (2 seconds vs 20 minutes)! |
I could see this as part of a broader discussion tied to #298, where users could specify geographical hierarchies that are not tied to the traditional state/county hierarchy that we tend to accommodate in the package. I'm sending up a new version to CRAN today but I'd like to keep this in mind for the next release. |
This is now implemented thanks to @mfherman! |
Hey there,
One use case I'm using
tidycensus
for is to generate ~100 covariates for a model for data that gets refreshed decently often. For that reason, I'd like to avoid pulling all 100 covariates (which, as I'm sure you can imagine, can take a long time) for every zip code in the country, and instead would love to specify the necessary zip codes before the query, similar to how thestate
parameter is used when working at the state level.Created on 2020-08-28 by the reprex package (v0.3.0)
The text was updated successfully, but these errors were encountered: