block_group2000 {USpopcenters} | R Documentation |
Centers of population of US census tracts according to the 2000 census
Description
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 2000 decennial census are also included.
Usage
block_group2000
Format
A tibble
with 211,267 rows and 7 variables:
- STATEFP
The two-digit GEOID of the state where the block group is located
- COUNTYFP
The last three digits of the five-digit GEOID of the county where the block group is located
- TRACTCE
The last six digits of the eleven-digit GEOID of the tract where the block group is located
- BLKGRPCE
The last digit of the twelve-digit GEOID of the block group
- POPULATION
The population of the block group
- LATITUDE
The latitude coordinate of the center of population (centroid) of the block group (positive is north; negative is south)
- LONGITUDE
The longitude coordinate of the center of population (centroid) of the block group (positive is east; negative is west)
Details
There are 707 block groups with a POPULATION
of 0 and a
missing value for both LATITUDE
and LONGITUDE
.
Unlike county2000
, block_group2000
does not contain data
from American Samoa, Guam, the Northern Mariana Islands, or the US Virgin
Islands.
The source data file in the zip file on the US census website has different column names than what its data dictionary reports. The data dictionary's version of the column names were used, since they are consistent with the majority of the other data files and data dictionaries on the census website.
US census data terms of service
https://www.census.gov/data/developers/about/terms-of-service.html
Source
The source file is in the .zip file at https://www2.census.gov/geo/docs/reference/cenpop2000/blkgrp/bg_popcen.zip. The 2000 center of population info page is at https://www.census.gov/geographies/reference-files/time-series/geo/centers-population.2000.html
See Also
Other 2000 census centers of population: state2000
;
county2000
; tract2000
2010 census centers of population: state2010
;
county2010
; tract2010
;
block_group2010
; US_mean_center2010
;
US_median_center2010
2020 census centers of population: state2020
;
county2020
; tract2020
;
block_group2020
; US_mean_center2020
;
US_median_center2020
Examples
block_group2000