Need a list of all countries in the world, with a longitude and latitude coordinate
Posted
by ptrn
on Stack Overflow
See other posts from Stack Overflow
or by ptrn
Published on 2010-04-23T22:21:41Z
Indexed on
2010/04/23
22:23 UTC
Read the original article
Hit count: 326
I need a list of all the countries in the world, with one lat/long coordinate for the country.
I had a look at GeoNames, but all I can seem to find are lists that have the countries as well as cities in the same list. I guess I can just parse it and filter out the countries, but I was hoping to avoid that.
Basically, what I need;
Country name - Lat/long coordinate (some sort of center of the country)
It doesn't need to say anything about continent, but I wouldn't mind if it did.
_L
© Stack Overflow or respective owner