[GIS] Adding census tracts to addresses using ArcGIS for Desktop

arcgis-10.1arcgis-desktopexcel

I am as rookie as they come in this space. I have a large list of addresses and longitude latitude points for different locations within a state. What is the easiest and most efficient way to determine the respective census tract number for each address? Over 50,000 addresses and I just want to pull in the tract into excel for each

Right now it is just one single data set. I can manually look up the address in some third party systems, but that process is extremely inefficient. I also don't know how to use arc gis but I've tried valiantly to import the data points into the map, then layer the census tract map over that. Unfortunately, I don't know if there is a way to merge those two sets of data then export from ArcGIS back into the spreadsheet?

Best Answer

If you have both layers in ArcGIS, use the spatial join tool to capture the census tract attribute to each address point. The address point will be the 'Target Features' and the census tracts will be the 'Join Features'. Use the 'JOIN_ONE_TO_ONE' Join Operation.

This will output a feature class of the addresses including the attributes from the census tracts.

Related Question