reVX.utilities.utilities.load_fips_to_state_map

load_fips_to_state_map()[source]

Generate a FIPS to state name mapping.

The keys of the returned dictionary are two-digit FIPS codes (as strings) and the values are the state names.

Returns:

dict – Dictionary mapping two-digitFIPS codes (as strings) to state names.