I am trying to find zip codes for inexact latitude and longitude values. I have a list of incremented zip values, and a list of random values tied to zip codes. How do I do this? What I would like at the end is for the table to read something like
25.25 -81.55 33041 or 33040
because they are the values closes to the ones on the list
I know that there is software out there that does this, reverse geocoding, but i need this operation done for about 90,000 values
24.25 -81.55
24.25 -81.65
22.223635 -159.49025 96722
22.223635 159.490257 96722
23.573339 164.701172 96709
24.5555 -81.8052 33041
24.567593 -81.7566 33040
24.567593 -81.756606 33040
24.5858 -81.7051 33045
24.663121 -81.48694 33042
24.664649 -81.565319 33044
24.675731 -81.34359 33043
24.675731 -81.343595 33043
25.25 -81.55 33041 or 33040
because they are the values closes to the ones on the list
I know that there is software out there that does this, reverse geocoding, but i need this operation done for about 90,000 values
24.25 -81.55
24.25 -81.65
22.223635 -159.49025 96722
22.223635 159.490257 96722
23.573339 164.701172 96709
24.5555 -81.8052 33041
24.567593 -81.7566 33040
24.567593 -81.756606 33040
24.5858 -81.7051 33045
24.663121 -81.48694 33042
24.664649 -81.565319 33044
24.675731 -81.34359 33043
24.675731 -81.343595 33043