Support more geographies
palewire opened this issue · 3 comments
palewire commented
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 commented
Blocks and block groups?
palewire commented
I think they're possible, but I'm not sure what parent area you'd have to
iterate thru to pull them piece by piece.
The MOE is probably gnarly in the ACS too, no?
Might be a good area to explore, especially if we aim to add support for
2010 sf1 in addition to the acs5.
…On Tue, Jul 2, 2019, 12:31 PM Chris Amico ***@***.***> wrote:
Blocks and block groups?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3?email_source=notifications&email_token=AAACOCN6ZXSMLDHRFG3A3FLP5OUJVA5CNFSM4HCSM7Y2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZCKEHQ#issuecomment-507814430>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAACOCMHWTWVYKGSKLWMS4DP5OUJVANCNFSM4HCSM7YQ>
.
eyeseast commented
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.