{
  "name": "world-cities",
  "title": "Major cities of the world",
  "description": "List of the world's major cities (above 15,000 inhabitants)",
  "repository": {
    "type": "git",
    "url": "git://github.com/datasets/world-cities.git"
  },
  "sources": [
    {
      "name": "Geonames",
      "path": "https://www.geonames.org/",
      "title": "Geonames"
    },
    {
      "name": "Geonames cities15000 dump",
      "path": "https://download.geonames.org/export/dump/cities15000.zip",
      "title": "Geonames cities15000 dump"
    },
    {
      "name": "Geonames admin1 codes ASCII",
      "path": "https://download.geonames.org/export/dump/admin1CodesASCII.txt",
      "title": "Geonames admin1 codes ASCII"
    }
  ],
  "keywords": [
    "geodata",
    "city"
  ],
  "licenses": [
    {
      "name": "CC-BY-4.0",
      "path": "https://creativecommons.org/licenses/by/4.0/",
      "title": "Creative Commons Attribution 4.0 International"
    }
  ],
  "resources": [
    {
      "name": "world-cities",
      "path": "data/world-cities.csv",
      "description": "List of major cities of the world with population above 15,000, sourced from Geonames. Each city is identified by its English name, country, primary administrative subdivision (subcountry), and Geonames ID.",
      "format": "csv",
      "mediatype": "text/csv",
      "schema": {
        "fields": [
          {
            "name": "name",
            "description": "English name of the city",
            "type": "string"
          },
          {
            "name": "country",
            "description": "Common name of the country, in english",
            "type": "string"
          },
          {
            "name": "subcountry",
            "description": "Name of the major administrative area",
            "type": "string"
          },
          {
            "name": "geonameid",
            "description": "id from geonames",
            "type": "integer"
          }
        ]
      },
      "primaryKey": "geonameid"
    }
  ],
  "homepage": "http://github.com/datasets/world-cities",
  "related": [
    {
      "title": "Country list",
      "path": "/core/country-list",
      "publisher": "core",
      "formats": [
        "CSV",
        "JSON"
      ]
    },
    {
      "title": "Continent codes",
      "path": "/core/continent-codes",
      "publisher": "core",
      "formats": [
        "CSV",
        "JSON"
      ]
    },
    {
      "title": "Airport codes",
      "path": "/core/airport-codes",
      "publisher": "core",
      "formats": [
        "CSV",
        "JSON"
      ]
    },
    {
      "title": "Language codes",
      "path": "/core/language-codes",
      "publisher": "core",
      "formats": [
        "CSV",
        "JSON"
      ]
    }
  ],
  "collection": "logistics-data",
  "has_premium": true
}
