shp_all_us_congressional_districts: Shapefiles detailing the Congressional Districts of the USA,...

Description Usage Format Source Examples

Description

An "sf" "data.frame" representing congressional districts of the United States of America with 20m = 1:20,000,000 resolution, from www.census.gov.

Usage

1

Format

Simple feature collection with 444 features and 12 fields

state.fips

State FIP code

district.name

Congressional District name

state.short.name

Two-character short name for state

state.name

State name

state.ns

GNIS ID for State

aff.geo.id

American Fact Finder Geo ID

geoid

Unknown identifier from Census

congressional.session

Congressional session (all identical)

contiguous.united.states

Is a member of the contiguous US? TRUE/FALSE

is.state

Is this Congressional District part of a recognised State? TRUE/ FALSE

state.region

Region the parent state belongs to

state.divison

Division the parent state belongs to

geometry

MULTIPOLYGON, defines the border of the Congressional District

Source

http://www2.census.gov/geo/tiger/GENZ2016/shp/cb_2016_us_cd115_20m.zip

Examples

1
2
3
4
## Filter out only congressional districts from the contiguous US
library("dplyr")
shp_contiguous_us_congressional_districts <- shp_all_us_congressional_districts %>%
 filter(contiguous.united.states)

statesRcontiguous documentation built on Aug. 7, 2017, 5:03 p.m.