JSON file with the coordinate for world tile grid map. This JSON file is generated using the Tile Grid Map arrangement by Jon Schwabish and the ISO-3166-Countries-with-Regional-Codes database by Luke Duncalfe(There are a few of differences between Jon's Tile grid map arrangement and the json file: India; Sri Lanka and Maldives are moved one unit up)
I used the excel file provided by Jon here; and converted it to csv and then used a python script to combine that with the country list.
Tile-Grid-Map-Full.json - It contains all the countries (some without the coordinates).
Tile-Grid-Map-Cleaned.json - Contains only the countries which were mentioned Tile Grid Map arrangment by Jon.
The coordinates start from 0,0 and not from 1,1
A single data object looks like
"name": "Canada",
"alpha-2": "CA",
"alpha-3": "CAN",
"country-code": "124",
"iso_3166-2": "ISO 3166-2:CA",
"region": "Americas",
"sub-region": "Northern America",
"region-code": "019",
"sub-region-code": "021",
"coordinates": [1,1]
- Åland Islands
- American Samoa
- Andorra
- Anguilla
- Aruba
- Bermuda
- Bonaire, Sint Eustatius and Saba
- Bouvet Island
- British Indian Ocean Territory
- Cayman Islands
- Christmas Island
- Cocos (Keeling) Islands
- Cook Islands
- Curaçao
- Falkland Islands (Malvinas)
- Faroe Islands
- French Guiana
- French Polynesia
- French Southern Territories
- Gibraltar
- Guadeloupe
- Guam
- Guernsey
- Heard Island and McDonald Islands
- Holy See
- Hong Kong
- Isle of Man
- Jersey
- Liechtenstein
- Macao
- Martinique
- Mayotte
- Monaco
- Montserrat
- New Caledonia
- Niue
- Norfolk Island
- Northern Mariana Islands
- Palestine, State of
- Pitcairn
- Puerto Rico
- Réunion
- Saint Barthélemy
- Saint Helena, Ascension and Tristan da Cunha
- Saint Martin (French part)
- Saint Pierre and Miquelon
- San Marino
- Sint Maarten (Dutch part)
- South Georgia and the South Sandwich Islands
- Svalbard and Jan Mayen
- Taiwan, Province of China
- Tokelau
- Turks and Caicos Islands
- United States Minor Outlying Islands
- Virgin Islands (British)
- Virgin Islands (U.S.)
- Wallis and Futuna
- Western Sahara
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.