Skip to main content

Census Shape Files

The U.S. Census provides geographic shape files for different grains of census areas. We use three primary areas: County, Tract and Block Group. You can find the original file downloads from the U.S. Census here.

For census tract and block groups, the U.S. Census provides shapefiles on a state by state basis. We have preprocessed these state files to create single shape files for the entire U.S. You can find the County, Tract and Block Group shapefiles in our S3 reference bucket here:

The full documentation of data fields can be found here. Here is a brief description of the fields taken from the above full documentation:

Block Groups:

FieldLengthTypeDescription
STATEFP2StringCurrent state FIPS code
COUNTYFP3StringCurrent county FIPS code
TRACTCE6StringCurrent census tract code
BLKGRPCE1StringCurrent block group number
GEOID12StringCensus block group identifier; a concatenation of the current state FIPS code, county FIPS code, census tract code, and block group number.
NAMELSAD13StringCurrent translated legal/statistical area description and the block group number
MTFCC5StringMAF/TIGER Feature Class Code (G5030)
FUNCSTAT1StringCurrent functional status
ALAND14NumberCurrent land area
AWATER14NumberCurrent water area
INTPTLAT11StringCurrent latitude of the internal point
INTPTLON12StringCurrent longitude of the internal point

Census Tracts:

FieldLengthTypeDescription
STATEFP2StringCurrent state FIPS code
COUNTYFP3StringCurrent county FIPS code
TRACTCE6StringCurrent census tract code
GEOID12StringCensus block group identifier; a concatenation of the current state FIPS code, county FIPS code, census tract code, and block group number.
NAMELSAD13StringCurrent translated legal/statistical area description and the block group number
MTFCC5StringMAF/TIGER Feature Class Code (G5030)
FUNCSTAT1StringCurrent functional status
ALAND14NumberCurrent land area
AWATER14NumberCurrent water area
INTPTLAT11StringCurrent latitude of the internal point
INTPTLON12StringCurrent longitude of the internal point