List of every city and town in the US 5

Posted by Jacob Atkins Mon, 21 Apr 2008 03:23:00 GMT

I am working on a project that I needed a list of every city and town with their state in the US.  It was a little hard to find one but once I did it had to be processed to remove all the crap that I did not need.  If I needed it I thought that someone else out there might need it so here it is.

The file is a comma-separated value or CSV file, it does not have a header, the format is:

ID,Name,State

Enjoy

Download it here