Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #66

Merged
merged 17 commits into from
Oct 27, 2024
83 changes: 26 additions & 57 deletions countryinfo/data/andorra.json
Original file line number Diff line number Diff line change
@@ -1,57 +1,26 @@
{
"ISO": {
"alpha2": "AD",
"alpha3": "AND"
},
"name": "Andorra",
"altSpellings": [
"AD",
"AND",
"Principality of Andorra"
],
"area": 467.63,
"border": [
"FRA",
"ESP"
],
"callingCodes": [
"376"
],
"capital": "Andorra la Vella",
"capital_latlng": [
42.5,
1.516667
],
"currencies": [
"EUR"
],
"demonym": "Andorran",
"flag": "",
"languages": [
"ca"
],
"latlng": [
42.5,
1.516667
],
"nativeName": "Andorra",
"population": 77543,
"provinces": [],
"region": "Europe",
"subregion": "Southern Europe",
"timezones": [
"UTC+01:00"
],
"tld": [
".ad"
],
"wiki": "https://en.wikipedia.org/wiki/Andorra",
"translations": {
"de": "Andorra",
"es": "Andorra",
"fr": "Andorre",
"ja": "\u30a2\u30f3\u30c9\u30e9",
"it": "Andorra"
},
"intermediateregion": ""
}
{"name":"Andorra",
"altSpellings":["AD","Principality of Andorra","Principat d'Andorra"],
"area":467,
"borders":["FRA","ESP"],
"callingCodes":["376"],
"capital":"Andorra la Vella",
"capital_latlng":[42.5,1.5],
"currencies":["EUR"],
"demonym":"Andorran",
"flag":"https://upload.wikimedia.org/wikipedia/commons/1/19/Flag_of_Andorra.svg",
"geoJSON":{"type":"FeatureCollection",
"features":[{"type":"Feature","id":"AND",
"properties":{"name":"Andorra"},
"geometry":{"type":"Polygon",
"coordinates":[[[1.3943348412536523,42.64693108863298 ],[1.3943348412536523,42.40519111504224 ],[1.865862744691583,42.40519111504224 ],[1.865862744691583,42.64693108863298],[1.3943348412536523,42.64693108863298]]]}}]},
"ISO":{"alpha2":"AD","alpha3":"AND"},
"languages":["ca","fr","es","oc"],
"latlng":[42.5,1.5],
"nativeName":"Principat d'Andorra",
"population":81588,
"provinces":["Andorra la Vella","Canillo","Encamp","Escaldes-Engordany","La Massana","Ordino","Sant Julià de Lòria"],
"region":"Europe","subregion":"Southern Europe",
"timezones":["UTC+01:00"],
"tld":[".ad"],
"translations":{"de":"Andorra","es":"Andorra","fr":"Andorre","ja":"アンドラ","it":"Andorra"},
"wiki":"https://en.wikipedia.org/wiki/Andorra"}
237 changes: 1 addition & 236 deletions countryinfo/data/czeck_republic.json
Original file line number Diff line number Diff line change
@@ -1,236 +1 @@
{
"name": "Czech Republic",
"altSpellings": [
"CZ",
"\u010cesk\u00e1 republika",
"\u010cesko",
"CZE",
"Czechia"
],
"area": 78865,
"borders": [
"AUT",
"DEU",
"POL",
"SVK"
],
"callingCodes": [
"420"
],
"capital": "Prague",
"capital_latlng": [
50.087465,
14.421254
],
"currencies": [
"CZK"
],
"demonym": "Czech",
"flag": "",
"geoJSON": {
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"id": "CZE",
"properties": {
"name": "Czech Republic"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
16.960288,
48.596982
],
[
16.499283,
48.785808
],
[
16.029647,
48.733899
],
[
15.253416,
49.039074
],
[
14.901447,
48.964402
],
[
14.338898,
48.555305
],
[
13.595946,
48.877172
],
[
13.031329,
49.307068
],
[
12.521024,
49.547415
],
[
12.415191,
49.969121
],
[
12.240111,
50.266338
],
[
12.966837,
50.484076
],
[
13.338132,
50.733234
],
[
14.056228,
50.926918
],
[
14.307013,
51.117268
],
[
14.570718,
51.002339
],
[
15.016996,
51.106674
],
[
15.490972,
50.78473
],
[
16.238627,
50.697733
],
[
16.176253,
50.422607
],
[
16.719476,
50.215747
],
[
16.868769,
50.473974
],
[
17.554567,
50.362146
],
[
17.649445,
50.049038
],
[
18.392914,
49.988629
],
[
18.853144,
49.49623
],
[
18.554971,
49.495015
],
[
18.399994,
49.315001
],
[
18.170498,
49.271515
],
[
18.104973,
49.043983
],
[
17.913512,
48.996493
],
[
17.886485,
48.903475
],
[
17.545007,
48.800019
],
[
17.101985,
48.816969
],
[
16.960288,
48.596982
]
]
]
}
}
]
},
"ISO": {
"alpha2": "CZ",
"alpha3": "CZE"
},
"languages": [
"cs",
"sk"
],
"latlng": [
49.75,
15.5
],
"nativeName": "\u010cesk\u00e1 republika",
"population": 10521600,
"provinces": [
"Brnensky",
"Budejovicky",
"Jihlavsky",
"Karlovarsky",
"Kralovehradecky",
"Liberecky",
"Olomoucky",
"Ostravsky",
"Pardubicky",
"Plzensky",
"Praha",
"Stredocesky",
"Ustecky",
"Zlinsky"
],
"region": "Europe",
"subregion": "Eastern Europe",
"timezones": [
"UTC+01:00"
],
"tld": [
".cz"
],
"translations": {
"de": "Tschechische Republik",
"es": "Rep\u00fablica Checa",
"fr": "R\u00e9publique tch\u00e8que",
"ja": "\u30c1\u30a7\u30b3",
"it": "Repubblica Ceca"
},
"wiki": "http://en.wikipedia.org/wiki/czeck_republic",
"intermediateregion": ""
}
{"name":"Czech Republic","altSpellings":["CZ","Česká republika","Česko","Czechia"],"area":78865,"borders":["AUT","DEU","POL","SVK"],"callingCodes":["420"],"capital":"Prague","capital_latlng":[50.087465,14.421254],"currencies":["CZK"],"demonym":"Czech","flag":"","geoJSON":{"type":"FeatureCollection","features":[{"type":"Feature","id":"CZE","properties":{"name":"Czech Republic"},"geometry":{"type":"Polygon","coordinates":[[[16.960288,48.596982],[16.499283,48.785808],[16.029647,48.733899],[15.253416,49.039074],[14.901447,48.964402],[14.338898,48.555305],[13.595946,48.877172],[13.031329,49.307068],[12.521024,49.547415],[12.415191,49.969121],[12.240111,50.266338],[12.966837,50.484076],[13.338132,50.733234],[14.056228,50.926918],[14.307013,51.117268],[14.570718,51.002339],[15.016996,51.106674],[15.490972,50.78473],[16.238627,50.697733],[16.176253,50.422607],[16.719476,50.215747],[16.868769,50.473974],[17.554567,50.362146],[17.649445,50.049038],[18.392914,49.988629],[18.853144,49.49623],[18.554971,49.495015],[18.399994,49.315001],[18.170498,49.271515],[18.104973,49.043983],[17.913512,48.996493],[17.886485,48.903475],[17.545007,48.800019],[17.101985,48.816969],[16.960288,48.596982]]]}}]},"ISO":{"alpha2":"CZ","alpha3":"CZE"},"languages":["cs","sk"],"latlng":[49.75,15.5],"nativeName":"Česká republika","population":10521600,"provinces":["Brnensky","Budejovicky","Jihlavsky","Karlovarsky","Kralovehradecky","Liberecky","Olomoucky","Ostravsky","Pardubicky","Plzensky","Praha","Stredocesky","Ustecky","Zlinsky"],"region":"Europe","subregion":"Eastern Europe","timezones":["UTC+01:00"],"tld":[".cz"],"translations":{"de":"Tschechische Republik","es":"República Checa","fr":"République tchèque","ja":"チェコ","it":"Repubblica Ceca"},"wiki":"http://en.wikipedia.org/wiki/czeck_republic"}
File renamed without changes.
53 changes: 1 addition & 52 deletions countryinfo/data/heard_island_and_mc_donald_islands.json
Original file line number Diff line number Diff line change
@@ -1,52 +1 @@
{
"capital": "",
"capital_latlng": null,
"name": "Heard Island and McDonald Islands",
"altSpellings": [
"HM",
"HMD"
],
"area": 412,
"borders": [],
"callingCodes": [
""
],
"currencies": [
"AUD"
],
"demonym": "Heard and McDonald Islander",
"flag": "",
"geoJSON": {},
"ISO": {
"alpha2": "HM",
"alpha3": "HMD"
},
"languages": [
"en"
],
"latlng": [
-53.1,
72.51666666
],
"nativeName": "Heard Island and McDonald Islands",
"population": 0,
"provinces": [
"Heard Island and McDonald Islands"
],
"region": "Oceania",
"subregion": "Australia and New Zealand",
"timezones": null,
"tld": [
".hm",
".aq"
],
"translations": {
"de": "Heard und die McDonaldinseln",
"es": "Islas Heard y McDonald",
"fr": "\u00celes Heard-et-MacDonald",
"ja": "\u30cf\u30fc\u30c9\u5cf6\u3068\u30de\u30af\u30c9\u30ca\u30eb\u30c9\u8af8\u5cf6",
"it": "Isole Heard e McDonald"
},
"wiki": "http://en.wikipedia.org/wiki/heard_island_and_mc_donald_islands",
"intermediateregion": ""
}
{"name":"Heard Island and McDonald Islands","altSpellings":["HM"],"area":412,"borders":[],"callingCodes":[""],"capital":"","capital_latlng":[],"currencies":["AUD"],"demonym":"Heard and McDonald Islander","flag":"","geoJSON":{},"ISO":{"alpha2":"HM","alpha3":"HMD"},"languages":["en"],"latlng":[-53.1,72.51666666],"nativeName":"Heard Island and McDonald Islands","population":0,"provinces":["Heard Island and McDonald Islands"],"region":"","subregion":"","timezones":null,"tld":[".hm",".aq"],"translations":{"de":"Heard und die McDonaldinseln","es":"Islas Heard y McDonald","fr":"Îles Heard-et-MacDonald","ja":"ハード島とマクドナルド諸島","it":"Isole Heard e McDonald"},"wiki":"http://en.wikipedia.org/wiki/heard_island_and_mc_donald_islands"}
Loading