
Cartographic boundary files from the U.S. Census Bureau
Source:R/census-bureau.R
      census_boundaries.RdThe U.S. Census Bureau provides
cartographic
boundary files for current U.S. boundaries. The datasets in this package
provide a selection of boundaries from the 2024 Census files. They are
objects of class sf from the
sf package. They are intended
to be used with the functions in the USAboundaries package, but the
data objects can also be used on their own. The data attributes associated
with these boundaries are unchanged from what is available in the Census
boundary files, with the exception that state_name and
state_abbreviation columns have been added where necessary for
convience in filtering the boundaries.
Details
The following objects are included in this package:
- congress_contemporary_lores
- Congressional district boundaries for the 119th Congress, 1:20m resolution. 
- counties_contemporary_hires
- County boundaries, 1:500k resolution. 
- counties_contemporary_lores
- County boundaries, 1:20m resolution. 
- states_contemporary_hires
- State boundaries, 1:500k resolution. 
- zipcodes
- Centroids of Zip Code Tabulation Areas (2019). 
See the USAboundaries package for low-resolution state boundaries and for the functions to access this data.
References
U.S. Census Bureau, Cartographic Boundary Shapefiles (2024).
See the U.S. Census Bureau's "Understanding Geographic Identifiers (GEOIDs)" and their "Geographic Codes" pages for the details of this attribute data.