County Boundary Data for Each State

Extracting the boundaries of each county is useful for many applications of the TIGER dataset. The following Java-based tools allow one to download the TIGER Lines corresponding to any state of your choice. This boundary data is much smaller than the entire dataset for the state, and hence the tool avoids downloading the entire dataset. Merging the boundaries of adjacent counties is a slight problem, as TIGER Lines are not necessarily consistent across counties. We give a simple (imperfect) solution with the Merge program below.

For our user's convenience, we have also provided (1) a simple drawing tool to visualize the boundaries so extracted, and (2) downloadable pre-processed boundary data for each state.


BUG FIX: The following bug was recently fixed (12/1/2001). When the integer part of longitude turns from two to three decimal digits (in western USA), the minus sign in longitude disappears from our data below. For example, bounding coordinates for NY are (-79762418, -71778137, 40477408, 45010840). But for CA, it is (114132652, 124470153, 32528832, 42009518). The longitude in the bounding box for CA are missing their negative signs: Thanks to Alex Gleyzer for this bug report.


Java Source Codes


Downloadable Boundary Data Files

State Segments in County Boundaries Monotone Chains in County Boundaries
AKDownload(3401 segments)Download(804 chains)
ALDownload(15372 segments)Download(2240 chains)
ARDownload(18204 segments)Download(2888 chains)
AZDownload(7736 segments)Download(1047 chains)
CADownload(20513 segments)Download(3680 chains)
CODownload(15107 segments)Download(3075 chains)
CTDownload(2328 segments)Download(247 chains)
DCDownload(393 segments)Download(11 chains)
DEDownload(1020 segments)Download(103 chains)
FLDownload(14097 segments)Download(2545 chains)
GADownload(27317 segments)Download(4430 chains)
GUDownload(87 segments)Download(5 chains)
HIDownload(639 segments)Download(145 chains)
IADownload(15892 segments)Download(2421 chains)
IDDownload(12824 segments)Download(2063 chains)
ILDownload(20679 segments)Download(3014 chains)
INDownload(14704 segments)Download(2074 chains)
KSDownload(20309 segments)Download(3720 chains)
KYDownload(20213 segments)Download(3794 chains)
LADownload(15406 segments)Download(2766 chains)
MADownload(3969 segments)Download(433 chains)
MDDownload(6228 segments)Download(793 chains)
MEDownload(4131 segments)Download(508 chains)
MIDownload(15585 segments)Download(2096 chains)
MNDownload(19099 segments)Download(3069 chains)
MODownload(23388 segments)Download(3021 chains)
MSDownload(16364 segments)Download(2607 chains)
MTDownload(17465 segments)Download(3319 chains)
NCDownload(19310 segments)Download(3258 chains)
NDDownload(13855 segments)Download(2908 chains)
NEDownload(17743 segments)Download(3635 chains)
NHDownload(2872 segments)Download(292 chains)
NJDownload(5109 segments)Download(712 chains)
NMDownload(10554 segments)Download(1647 chains)
NVDownload(6600 segments)Download(775 chains)
NYDownload(13854 segments)Download(1746 chains)
OHDownload(17059 segments)Download(1687 chains)
OKDownload(19072 segments)Download(3139 chains)
ORDownload(12200 segments)Download(1896 chains)
PADownload(16257 segments)Download(2075 chains)
PRDownload(10355 segments)Download(2224 chains)
RIDownload(962 segments)Download(83 chains)
SCDownload(10837 segments)Download(1731 chains)
SDDownload(14663 segments)Download(2999 chains)
TNDownload(19837 segments)Download(3923 chains)
TXDownload(48403 segments)Download(6831 chains)
UTDownload(8644 segments)Download(1575 chains)
VADownload(22800 segments)Download(4539 chains)
VIDownload(63 segments)Download(15 chains)
VTDownload(2592 segments)Download(341 chains)
WADownload(10086 segments)Download(1725 chains)
WIDownload(14360 segments)Download(2081 chains)
WVDownload(12730 segments)Download(1845 chains)
WYDownload(7912 segments)Download(1036 chains)