eiCompare (version 3.0.0)

ga_geo: Voter file information that has been geocoded

Description

This dataset contains results from geocoding voter addresses using the U.S. Census Bureau. The geocoded voter file has 12 observations and 25 variables that include a geometry of latitude and longitude points and fips code values for state, county, tract, and block geographies.

Usage

data(ga_geo)

Arguments

Format

A data frame with 12 rows and 25 columns

county_code

Unique identifier for counties in the state of Georgia

county_name

A list of the county name matching the county_code

registration_number

Unique identifier for registered voter identification

voter_status

The registration status of the voter

last_name

The last name of the voter

first_name

The first name of the voter

str_num

The street number of the voter address

str_name

The name of the street of the voter address

str_suffix

The suufix of the street that is commonly directional

city

The city of the voter address

state

The state of the voter address

zipcode

The 5 or 9 digit zipcode of the voter address

street_address

The street number and street name, concatenated

final_address

The street_address, city, state, and zipcode concatenated

cxy_address

The address generated and predicted by the US Census Geocoder

cxy_status

The US Census Geocoder flag for whether an addresses was matched in the US Census Geocoder

cxy_quality

The determinant of whether the addresses matched exctly

cxy_matched_address

The address used to compare with the voter address inputted into the Geocoder API to determine whether a match has occurred

cxy_tiger_line_id

unique identifier from the Tiger line database that captures geographic aras of interests like roads, railroads, rivers, etc.

cxy_tiger_side

a directional identifier in the Tiger Line database

STATEFP10

the FIPS code for the state geograhic level

COUNTYFP10

the FIPS code for the county geographic level

TRACTCE10

the FIPS code for the tract geographic level

BLOCKCE10

the FIPS code for the block geographic level

geometry

latitude and longitude coordinates