COUNTY_FIPS Name
COUNTY_FIPS Purpose
Return list of county FIPS codes given state.
Category
Calling Sequence
cfips = county_fips(st) Inputs
st = state 2 letter abbreviation or 2 digit FIPS code. in
Keyword Parameters
Keywords
NAME=nam Returned array of county names.
/LIST list counties and their FIPS codes for a state.
Outputs
cfips = Returned list of county FIPS codes. out
Common Blocks
county_fips_com Notes
Notes: For county names with FIPS by state see
http://www.itl.nist.gov/fipspubs/co-codes/states.htm
Modification History
R. Sterner, 2004 Jul 12
R. Sterner, 2004 Jul 16 --- Added /LIST.
R. Sterner, 2004 Jul 21 --- Added state name and state FIPS to /list.
R. Sterner, 2005 Jan 28 --- Listed web site reference.
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.