List of every city and town in the US 5
The file is a comma-separated value or CSV file, it does not have a header, the format is:
ID,Name,State
Enjoy
The file is a comma-separated value or CSV file, it does not have a header, the format is:
ID,Name,State
Enjoy
Thanks for sharing! :)
How’d you make the list? Presumably it will be out of date at some point, so having a procedure on how to create/update the list would be just as helpful as having the list itself.
Hi,
Did you use TIGER data as your source? I’m really curious about how you came up with this list too. As what Sean Kelly says, this will be out of date at some time in the future. Creating and updating is important, but what’s even more important is being able to validate the accuracy of the list.
Are there doubles?
$ awk -F, ‘{ print $2,$3 }’ Listof_citiesandtownsin_US.csv | sort | uniq -c | sort -n
31 times “Five Points” “PA”, 29 times “Oak Grove” “TN”, 27 times “Midway” “TX”, etc…
How about http://geonames.usgs.gov/domestic/download_data.htm?