Description Usage Format Source
A dataset that facilitates the use of ZIP codes in cross-border analyses. Contains all ZIP codes in the continental United States (i.e., there is no filtering). Provides the following identifiers for conducting cross-border analyses: dist_to_border, nearest_borer, dist_to_segment_id, cb_segment_id, state_border_id, cpcp_id, relaxed_cpcp_id, mxcp_id, relaxed_mxcp_id, border_county_flag. Includes ZIP codes in and not in border counties, far and close to state borders or 20 mile long border segments, and those that can and cannot be mapped to a ZCTA centroid.
1 |
A data frame with 38,879 rows and 14 variables:
ZIP code, in original string format. Unique identifier.
County FIPS code, in original string format.
State postal code corresponding to FIPS code.
Distance to closest state border, in miles. Null if no ZCTA match.
Nearest border index. Null if no ZCTA match.
Nearest state border. Null if no ZCTA match.
Distance to closest 20-mile border segment. Null if no ZCTA match.
Nearest 20-mile border segment. Null if no ZCTA match.
Couplet cluster pair identifier for county. Null if not border county or if there is no couplet identifier match.
Relaxed couplet cluster pair identifier for county. Null if not border county or if there is no relaxed couplet identifier match.
Max-method cluster identifier for county. Null if not border county or if there is no max-method match.
Relaxed max-method cluster identifier for county. Null if not border county or if there is no relaxed max-method match.
Binary flag for whether ZIP resides in a border county.
See zip_df
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.