Skip to content

Commit 80cf69b

Browse files
Tade Strehkmledoze
Tade Strehk
authored andcommittedFeb 26, 2025
Add UN Regional Groups to every country entry
1 parent 12e0f78 commit 80cf69b

File tree

3 files changed

+254
-0
lines changed

3 files changed

+254
-0
lines changed
 

‎README.md

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Each line contains the country:
3232
- ISO 3166-1 independence status (`independent`) (denotes the country is considered a sovereign state)
3333
- ISO 3166-1 assignment status (`status`)
3434
- UN Member status (`unMember`)
35+
- [UN Regional Group](https://en.wikipedia.org/wiki/United_Nations_Regional_Groups) (`unRegion`)
3536
- `currencies` - list of all currencies
3637
- key: ISO 4217 currency code
3738
- value: currency object
@@ -90,6 +91,7 @@ GeoJSON outlines and flags in SVG format.
9091
"independent": true,
9192
"status": "officially-assigned",
9293
"unMember": true,
94+
"unRegionalGroup": "Western European and Others Group",
9395
"currencies": {"EUR": {"name": "Euro", "symbol": "\u20ac"}},
9496
"idd": {
9597
"root": "+4",

0 commit comments

Comments
 (0)
Failed to load comments.