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

CBSA and CSA shape files do not exists for 2022 -- Need an error message staying that #570

Open
kaseyzapatka opened this issue May 10, 2024 · 0 comments

Comments

@kaseyzapatka
Copy link

kaseyzapatka commented May 10, 2024

Hi Kyle,

Adding this as an issue per your request from Census Slack. Thanks of all you do maintaining this:

It seems that shapefiles for CBSA and CSA do not exist for 2022 because there were changes to county-equivalent planning regions in Connecticut and as a result “metro and micro areas, combined statistical areas, metropolitan divisions, New England city and town areas (NECTAs), combined NECTAs, and NECTA divisions are not available in the current vintage. Refer to earlier TIGER/Line releases for these geographic areas.”

Code sample that throws an error:

csa <-
  get_acs(
    geography = "combined statistical area",
    variables = c('csa_pop' = "B01003_001"),
    year = 2022,
    geometry = TRUE,
    output = 'wide') %>%
    glimpse()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant