SPB Git forge

spb/countryatlas

Public
20commits 1branches 0releases
268.3 MBsize
maindefault branch
12 days agolast push
TypeScript 57% Python 38.6% JavaScript 3.6% CSS 0.6%
7.7 KB · 225 lines yaml
Raw Blame History
1# Country groups. `wb_code` = World Bank aggregate code when the source publishes one (used for /indicators/{slug}/trend).2# Members are ISO3 codes from registry/countries.yaml. Membership as of September 2026.3groups:4- id: world5  slug: world6  name: World7  kind: world8  wb_code: WLD9  description: All countries and territories in the CountryAtlas registry.10  members: ALL1112# ---- World Bank regions (7) -------------------------------------------------------------------13- id: nac14  slug: north-america15  name: North America16  kind: region17  wb_code: NAC18  description: World Bank region — Bermuda, Canada and the United States.19  members: [BMU, CAN, USA]20- id: lcn21  slug: latin-america-caribbean22  name: Latin America & Caribbean23  kind: region24  wb_code: LCN25  description: World Bank region.26  members: WB_REGION:LCN27- id: ecs28  slug: europe-central-asia29  name: Europe & Central Asia30  kind: region31  wb_code: ECS32  description: World Bank region.33  members: WB_REGION:ECS34- id: mea35  slug: middle-east-north-africa36  name: Middle East, North Africa, Afghanistan & Pakistan37  kind: region38  wb_code: MEA39  description: World Bank region (classification revised in 2024 to include Afghanistan and Pakistan).40  members: WB_REGION:MEA41- id: sas42  slug: south-asia43  name: South Asia44  kind: region45  wb_code: SAS46  description: World Bank region.47  members: WB_REGION:SAS48- id: eas49  slug: east-asia-pacific50  name: East Asia & Pacific51  kind: region52  wb_code: EAS53  description: World Bank region.54  members: WB_REGION:EAS55- id: ssf56  slug: sub-saharan-africa57  name: Sub-Saharan Africa58  kind: region59  wb_code: SSF60  description: World Bank region.61  members: WB_REGION:SSF6263# ---- Continents (from the registry `continent` field) -----------------------------------------64- id: europe65  slug: europe66  name: Europe67  kind: continent68  description: Countries and territories on the European continent (including transcontinental states classified in Europe).69  members: CONTINENT:Europe70- id: asia71  slug: asia72  name: Asia73  kind: continent74  description: Countries and territories on the Asian continent (registry `continent` field; transcontinental states follow their registry assignment).75  members: CONTINENT:Asia76- id: africa77  slug: africa78  name: Africa79  kind: continent80  description: Countries and territories on the African continent.81  members: CONTINENT:Africa82- id: americas83  slug: americas84  name: Americas85  kind: continent86  description: North, Central and South America and the Caribbean.87  members: CONTINENT:Americas88- id: oceania89  slug: oceania90  name: Oceania91  kind: continent92  description: Australia, New Zealand and the Pacific island countries and territories.93  members: CONTINENT:Oceania9495# ---- Income groups (World Bank FY2026 classification) -------------------------------------------96- id: hic97  slug: high-income98  name: High income99  kind: income100  wb_code: HIC101  description: World Bank income classification (GNI per capita, Atlas method).102  members: WB_INCOME:HIC103- id: umc104  slug: upper-middle-income105  name: Upper middle income106  kind: income107  wb_code: UMC108  description: World Bank income classification (GNI per capita, Atlas method).109  members: WB_INCOME:UMC110- id: lmc111  slug: lower-middle-income112  name: Lower middle income113  kind: income114  wb_code: LMC115  description: World Bank income classification (GNI per capita, Atlas method).116  members: WB_INCOME:LMC117- id: lic118  slug: low-income119  name: Low income120  kind: income121  wb_code: LIC122  description: World Bank income classification (GNI per capita, Atlas method).123  members: WB_INCOME:LIC124125# ---- Organisations ------------------------------------------------------------------------------126- id: oecd127  slug: oecd128  name: OECD129  kind: org130  wb_code: OED131  description: Organisation for Economic Co-operation and Development — 38 member countries.132  members: [AUS, AUT, BEL, CAN, CHL, COL, CRI, CZE, DNK, EST, FIN, FRA, DEU, GRC, HUN, ISL, IRL, ISR, ITA, JPN, KOR, LVA, LTU,133            LUX, MEX, NLD, NZL, NOR, POL, PRT, SVK, SVN, ESP, SWE, CHE, TUR, GBR, USA]134- id: g7135  slug: g7136  name: G7137  kind: org138  description: Group of Seven — Canada, France, Germany, Italy, Japan, United Kingdom, United States.139  members: [CAN, FRA, DEU, ITA, JPN, GBR, USA]140- id: g20141  slug: g20142  name: G20143  kind: org144  description: Group of Twenty (19 countries; the European Union and the African Union are also members).145  members: [ARG, AUS, BRA, CAN, CHN, FRA, DEU, IND, IDN, ITA, JPN, KOR, MEX, RUS, SAU, ZAF, TUR, GBR, USA]146- id: eu147  slug: european-union148  name: European Union149  kind: org150  wb_code: EUU151  description: The 27 member states of the European Union.152  members: [AUT, BEL, BGR, HRV, CYP, CZE, DNK, EST, FIN, FRA, DEU, GRC, HUN, IRL, ITA, LVA, LTU, LUX, MLT, NLD, POL, PRT, ROU,153            SVK, SVN, ESP, SWE]154- id: eurozone155  slug: euro-area156  name: Euro area157  kind: org158  wb_code: EMU159  description: EU member states using the euro (21 since Bulgaria joined on 1 January 2026).160  members: [AUT, BEL, BGR, HRV, CYP, EST, FIN, FRA, DEU, GRC, IRL, ITA, LVA, LTU, LUX, MLT, NLD, PRT, SVK, SVN, ESP]161- id: brics162  slug: brics163  name: BRICS164  kind: org165  description: BRICS (expanded membership since 2024–2025).166  members: [BRA, RUS, IND, CHN, ZAF, EGY, ETH, IRN, ARE, IDN]167- id: asean168  slug: asean169  name: ASEAN170  kind: org171  description: Association of Southeast Asian Nations (11 members since Timor-Leste joined in 2025).172  members: [BRN, KHM, IDN, LAO, MYS, MMR, PHL, SGP, THA, VNM, TLS]173- id: usmca174  slug: usmca175  name: USMCA176  kind: org177  description: United States–Mexico–Canada Agreement.178  members: [CAN, MEX, USA]179- id: nordic180  slug: nordic-countries181  name: Nordic countries182  kind: org183  description: Denmark, Finland, Iceland, Norway, Sweden (plus the Faroe Islands and Greenland).184  members: [DNK, FIN, ISL, NOR, SWE, FRO, GRL]185- id: african-union186  slug: african-union187  name: African Union188  kind: org189  description: African Union — the 54 African states in the registry (all UN member states of the continent; the Sahrawi Republic is an AU member but is not a registry country).190  members: CONTINENT:Africa191- id: opec192  slug: opec193  name: OPEC194  kind: org195  description: Organization of the Petroleum Exporting Countries (12 members).196  members: [DZA, COG, GNQ, GAB, IRN, IRQ, KWT, LBY, NGA, SAU, ARE, VEN]197- id: commonwealth198  slug: commonwealth199  name: Commonwealth of Nations200  kind: org201  description: Commonwealth of Nations — 56 member states (Gabon and Togo joined in 2022).202  members: [ATG, AUS, BHS, BGD, BRB, BLZ, BWA, BRN, CMR, CAN, CYP, DMA, SWZ, FJI, GAB, GMB, GHA, GRD, GUY, IND, JAM, KEN, KIR, LSO,203            MWI, MYS, MDV, MLT, MUS, MOZ, NAM, NRU, NZL, NGA, PAK, PNG, RWA, KNA, LCA, VCT, WSM, SYC, SLE, SGP, SLB, ZAF, LKA,204            TZA, TGO, TON, TTO, TUV, UGA, GBR, VUT, ZMB]205- id: mercosur206  slug: mercosur207  name: Mercosur208  kind: org209  description: Southern Common Market — full members Argentina, Brazil, Paraguay, Uruguay and Bolivia (full member since 2024); Venezuela is suspended since 2016 and excluded.210  members: [ARG, BRA, PRY, URY, BOL]211- id: gcc212  slug: gulf-cooperation-council213  name: Gulf Cooperation Council214  kind: org215  description: Gulf Cooperation Council — Bahrain, Kuwait, Oman, Qatar, Saudi Arabia and the United Arab Emirates.216  members: [BHR, KWT, OMN, QAT, SAU, ARE]217- id: small-island-developing-states218  slug: small-island-developing-states219  name: Small island developing states220  kind: org221  wb_code: SST222  description: UN list of Small Island Developing States present in the registry (World Bank aggregate code SST).223  members: [ATG, BHS, BRB, BLZ, CPV, COM, CUB, DMA, DOM, FJI, GRD, GNB, GUY, HTI, JAM, KIR, MDV, MHL, MUS, FSM, NRU, PLW, PNG,224            WSM, STP, SYC, SGP, SLB, KNA, LCA, VCT, SUR, TLS, TON, TTO, TUV, VUT]225