A dataframe containing locations of population mean centers for counties in the eastern United States. Each county is identified by its 5-digit Federal Information Processing Standard (FIPS) code. This dataframe can be used to model storm winds at each county center. This dataset was put together using a dataframe from the U.S. Census Bureau, which was pulled from the website listed in "Source".
county_points
A dataframe with 2,396 rows and 3 variables:
A character vector giving the county's five-digit Federal Information Processing Standard (FIPS) code
A numeric vector giving the latitude of the population mean center of each county
A numeric vector giving the longitude of the population mean center of each county