Skip to content

Cities of the world in Json, based on GeoNames Gazetteer

Notifications You must be signed in to change notification settings

fidel037/cities.json

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cities of the World

Creative Commons License

These cities comes from GeoNames Gazetteer: http://www.geonames.org

Here is the description of the original dataset:

all cities with a population > 1000 or seats of adm div (ca 150.000) [...]

This Json version is an array of object of the following shape:

  • ISO 3166-1 alpha-2 country code
  • name
  • Latitude
  • Longitude
[
  {
    "country": "FR",
    "name": "Lyon",
    "lat": "45.75",
    "lng": "4.583333"
  },
  ...
]

These cities can pretty easily be matched with countries by code using the following dataset: https://github.com/annexare/Countries

About

Cities of the world in Json, based on GeoNames Gazetteer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%