docs/dimension/geographies_aliases

geographies_aliases

Alias map from free-text strings to canonical county_id. Populated by the Python geography normalization layer and manually for edge cases (Connecticut 2022 planning regions, IRS pseudo-counties). Use to resolve non-standard county names from source data.

tier bcomposite_indexgeographydimension
grain
alias
years
cadence
Updated when new alias patterns are discovered during ingestion
overview

overview

Varies by pipeline run; covers county name variants, IRS pseudo-counties, CT 2022 planning regions, and FIPS integer codes.

current vintage — Maintained continuously

history — Not versioned; reflects current normalization rules

provenance

source & licensing

authority
Multiple
dataset
Point Luna Geography Normalization Layer
license
citation
schema

fields

nametypedefinition
_sourcestringPipeline component or file that added this alias.Pipeline metadata field.
aliaskeystringThe raw alias string exactly as it appears in source data, used as the lookup key when resolving non-canonical geography references to a canonical FIPS identifier.
alias_typestringCategory classifying the form of the alias (e.g. 'county_name', 'fips_int', 'irs_pseudo'), indicating which source convention produced the string.
confidencestringConfidence level assigned to the alias-to-FIPS resolution (e.g. 'exact', 'fuzzy'), reflecting whether the match was deterministic or required approximate string matching.
country_idstringISO alpha-2 country code (always 'US' for domestic tables).
county_idstring5-character FIPS code identifying the county.Joins dim.counties on county_id.
relationships

joins

primary key
alias
common joins
dim.counties on county_id (after resolution)
usage

how to use this table

method

Aliases are added by src/geographies/ Python loaders: exact FIPS matches, fuzzy county name matching, IRS pseudo-county map, and manual overrides for edge cases.

do not use for

Production joins in fact tables; this table is an internal normalization artifact. Fact tables already have county_id resolved.

known issues

Confidence field is populated inconsistently across alias_type values. Some IRS pseudo-counties (e.g. 'Statewide') resolve to null county_id by design.

last updated · May 5, 2026