I'm trying to add FIPS codes to a list of school addresses in the United States (over 6,000 so I can't just look them up). I have the address, zip codes, and latitude/longitude for each school. I did a spatial join to a US counties shapefile. My question is, is there a way to assign FIPS codes through a spatial join? The addresses are recognized when i do the spatial join but it just tells me how many schools are in each county not the FIPS codes for each school in each county.
Or is there an easier way to get FIPS codes assigned for each of the schools that I have?
Thanks in advance!