yodresh / country_adjacency

Country adjacency datasets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Country adjacency dataset

Author: Omar Awile (omar@p1sec.com) Date: 27.11.2013

JSON formatted datasets of country neighborhoods (country adjancencies).

The dataset was created from the Correlates of War datasets:

Correlates of War Project. Direct Contiguity Data, 1816-2006. Version 3.1. Online: http://correlatesofwar.org.

This dataset depicts the last recorded state from CoW (December 2006) of country neighborhood. Countries are considered neighbors if they are separated by a land or river border or up to 24 miles of water.

This dataset comes in two flavors:

The data is formatted as follows:

{"CountryA" : ["CountryB", ..., "CountryN"], ...}

Finally, if CountryB is element of CountryA's neighbor list, then CountryA is element of CountryB's neighbor list.

Feedback and Questions to:

About

Country adjacency datasets

License:GNU Affero General Public License v3.0


Languages

Language:Lua 100.0%