datadesk/census-data-downloader

Support more geographies

palewire opened this issue · 3 comments

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

Blocks and block groups?

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.