I am wondering if anyone is aware of a tool/method to convert city data or zip code data into coordinated, either will suffice. I have a .csv file with approximately 750k rows of data that include "city" and "zipcode" fields. I would like to be able to find a way to associate each row with coordinates, so that I can display it.. other than looking up coordinates from Google 750k times.
Thank You!