block_group2010 | R Documentation |
A data set of the latitude and longitude coordinates of the centers of population (centroids) of census block groups in the US states plus the District of Columbia and Puerto Rico. Populations according to the 2010 decennial census are also included.
block_group2010
A tibble
with 220,334 rows and 7 variables:
The two-digit GEOID of the state where the block group is located
The last three digits of the five-digit GEOID of the county where the block group is located
The last six digits of the eleven-digit GEOID of the tract where the block group is located
The last digit of the twelve-digit GEOID of the block group
The population of the block group
The latitude coordinate of the center of population (centroid) of the block group (positive is north; negative is south)
The longitude coordinate of the center of population (centroid) of the block group (positive is east; negative is west)
https://www.census.gov/data/developers/about/terms-of-service.html
The source file is at https://www2.census.gov/geo/docs/reference/cenpop2010/blkgrp/CenPop2010_Mean_BG.txt The 2010 center of population info page is at https://www.census.gov/geographies/reference-files/time-series/geo/centers-population.2010.html
Other 2010 census centers of population: state2010
;
county2010
; tract2010
;
US_mean_center2010
; US_median_center2010
2020 census centers of population: state2020
;
county2020
; tract2020
;
block_group2020
; US_mean_center2020
;
US_median_center2020
2000 census centers of population: state2000
;
county2000
; tract2000
;
block_group2000
block_group2010
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.