geosnap.DataStore¶
- class geosnap.DataStore(data_dir='auto', disclaimer=False)[source]¶
Storage for geosnap data. Currently supports data from several U.S. federal agencies and national research centers.
Methods
__init__
([data_dir, disclaimer])acs
([year, level, states])American Community Survey Data (5-year estimates).
Table that maps states to their respective BEA regions
blocks_2000
([states, fips])Census blocks for 2000.
blocks_2010
([states, fips])Census blocks for 2010.
blocks_2020
([states, fips])Census blocks for 2020.
codebook
()Codebook.
counties
()Nationwide counties as drawn in 2010.
ejscreen
([year, states])EPA EJScreen Data <https://www.epa.gov/ejscreen>.
_summary_
ltdb
()Longitudinal Tract Database (LTDB).
2010 Metropolitan Statistical Area definitions.
msas
()Metropolitan Statistical Areas as drawn in 2020.
ncdb
()Geolytics Neighborhood Change Database (NCDB).
nces
([year, dataset])National Center for Education Statistics (NCES) Data.
seda
([level, pooling, standardize, accept_eula])Acheievement data from the Stanford Education Data Archive (currently version 4.1).
show_data_dir
([verbose])Print the location of the local geosnap data storage directory.
states
()States.
tracts_1990
([states])Nationwide Census Tracts as drawn in 1990 (cartographic 500k).
tracts_2000
([states])Nationwide Census Tracts as drawn in 2000 (cartographic 500k).
tracts_2010
([states])Nationwide Census Tracts as drawn in 2010 (cartographic 500k).
tracts_2020
([states])Nationwide Census Tracts as drawn in 2020 (cartographic 500k).