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

Support more geographies #3

Open
17 of 19 tasks
palewire opened this issue Mar 31, 2019 · 3 comments
Open
17 of 19 tasks

Support more geographies #3

palewire opened this issue Mar 31, 2019 · 3 comments

Comments

@palewire
Copy link
Contributor

palewire commented Mar 31, 2019

Here's what the API now supports:

  • Nationwide
  • States
  • Congressional districts
  • Counties
  • Places
  • Tracts
  • State legislative districts
  • ZIP codes
  • MSAs
  • CSAs
  • combined new england city and town area
  • new england city and town area
  • school district (elementary)
  • school district (secondary)
  • school district (unified)
  • metropolitan division
  • county subdivision
  • tribal census tract
  • alaska native regional corporation
@eyeseast
Copy link

eyeseast commented Jul 2, 2019

Blocks and block groups?

@palewire
Copy link
Contributor Author

palewire commented Jul 3, 2019 via email

@eyeseast
Copy link

Belatedly...

You can get them by state, under the decennial census. So that would most likely mean adding support for 2010 SF1.

For blocks, though, I'm not sure the Census API is easier than the FTP site and a makefile. I ended up generating a text file with URLs and running wget -I urls.txt on it to download blocks from every state. As far as I can tell, blocks only have data on population and number of households, so maybe not worth adding here.

I'll dig into block groups more and report back.

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

2 participants