FIPS2ST Name
FIPS2ST Purpose
From 2 digit FIPS code return 2 letter state abbreviation.
Category
Calling Sequence
st = fips2st(fips) Inputs
fips = 2 digit state FIPS code string. in
Keyword Parameters
Keywords
NAME=nam Returned full name.
/LIST list all states and their FIPS codes.
Outputs
st = 2 letter state abbreviation. out
Null string means error.
Common Blocks
st2fips_com Notes
Notes: Example: fips2st(42) returns 'PA'.
Modification History
R. Sterner, 2004 Jul 08
R. Sterner, 2004 Jul 16 --- Added /LIST.
R. Sterner, 2010 Jun 07 --- Converted arrays from () to [].
R. Sterner, 2010 Jun 07 --- Smoothed out operation a bit.
Copyright (C) 2004, Johns Hopkins University/Applied Physics Laboratory
This software may be used, copied, or redistributed as long as it is not
sold and this copyright notice is reproduced on each copy made. This
routine is provided as is without any express or implied warranties
whatsoever. Other limitations apply as described in the file disclaimer.txt.