6

I'm looking for a database containing city name, location coordinates, and timezone. I thought this would be simple to find, but it has proven difficult.

(I don't see this question covered elsewhere on the site. Perhaps because it's just too basic. Also, I probably need tagging help.)

WAF
  • 163
  • 1
  • 5

3 Answers3

10

The GeoNames database gives you both the geo-coordinates and the timezone for each city with a population greater than 1k.

Here's a version of that DB with a direct access to an API and a map on OpenDataSoft (disclaimer: I work for OpenDataSoft).

Cheers

Terpo
  • 1,157
  • 8
  • 17
1

ESRI has their Open data on their website that might be useful for you. Check that out.

http://opendata.arcgis.com/

PROBERT
  • 1,295
  • 8
  • 11
0

I found this today that might be helpful. https://github.com/fulvio999/world_city_location_times/tree/master

Takasur
  • 101
  • 1