[GIS] Local geolocation to FIPS county using Latitude and Longitude

fipsgeocodingreverse-geocodingtigerunited-states

I have millions of lat,long pairs which I want to convert to FIPS county codes that match with the US census data. In the past I used the census block api but that is too slow for the amount of numbers that I have. Is there a better library / tool that I can load locally ? If not would be possible to use the TIGER data from the census website to create a service like that ? What knowledge is required (projections, minimum distances, …) ?

Best Answer

Please check out http://www.datasciencetoolkit.org/ a ready to use virtual machine(VM) for geocoding and reverse geocoding, it provides useful information including FIPS codes.

i hope it will help.

Related Question