Skip to content

Instantly share code, notes, and snippets.

@bradoyler
Last active April 1, 2018 16:27
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save bradoyler/6db47ead1abcf8c06211b3657cd650e4 to your computer and use it in GitHub Desktop.
hash map for looking up the State code for a FIPS
{
"01":"AL",
"02":"AK",
"04":"AZ",
"05":"AR",
"06":"CA",
"08":"CO",
"09":"CT",
"10":"DE",
"11":"DC",
"12":"FL",
"13":"GA",
"15":"HI",
"16":"ID",
"17":"IL",
"18":"IN",
"19":"IA",
"20":"KS",
"21":"KY",
"22":"LA",
"23":"ME",
"24":"MD",
"25":"MA",
"26":"MI",
"27":"MN",
"28":"MS",
"29":"MO",
"30":"MT",
"31":"NE",
"32":"NV",
"33":"NH",
"34":"NJ",
"35":"NM",
"36":"NY",
"37":"NC",
"38":"ND",
"39":"OH",
"40":"OK",
"41":"OR",
"42":"PA",
"72":"PR",
"44":"RI",
"45":"SC",
"46":"SD",
"47":"TN",
"48":"TX",
"49":"UT",
"50":"VT",
"51":"VA",
"78":"VI",
"53":"WA",
"54":"WV",
"55":"WI",
"56":"WY"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment