From d1bcebaf9d2eb124e55858d680f4ccc65ff58c34 Mon Sep 17 00:00:00 2001 From: Philip Hackstock <20710924+phackstock@users.noreply.github.com> Date: Fri, 16 Feb 2024 11:58:27 +0100 Subject: [PATCH 1/3] Add African regions --- definitions/region/african_subregions.yaml | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 definitions/region/african_subregions.yaml diff --git a/definitions/region/african_subregions.yaml b/definitions/region/african_subregions.yaml new file mode 100644 index 0000000..8bab67e --- /dev/null +++ b/definitions/region/african_subregions.yaml @@ -0,0 +1,23 @@ +# Subregions defined according to: https://au.int/en/member_states/countryprofiles2 +- African Subregions: + - Western Africa: + description: > + Benin, Burkina Faso, Cabo Verde, Côte d'Ivoire, Gambia, Ghana, Guinea, + Guinea-Bissau, Liberia, Mali, Niger, Nigeria, Senegal, Sierra Leone, Togo + - Eastern Africa: + description: > + Comoros, Djibouti, Eritrea, Ethiopia, Kenya, Madagascar, Mauritius, Rwanda, + Seychelles, Somalia, South Sudan, Sudan, Tanzania, Uganda + - Northern Africa: + description: > + Algeria, Egypt, Libya, Mauritania, Morocco, Tunisia, Western Sahara + - Central Africa: + description: > + Burundi, Cameroon, Central African Republic, Chad, Congo, Democratic Republic of + the Congo, Equatorial Guinea, Gabon, Sao Tome and Principe + - Southern Africa: + description: > + Angola, Botswana, Eswatini, Lesotho, Malawi, Mozambique, Namibia, South Africa, + Zambia, Zimbabwe +- Africa: + - Africa From bce567e54e32fa20c429968d0e8e5b750c8e5877 Mon Sep 17 00:00:00 2001 From: Philip Hackstock <20710924+phackstock@users.noreply.github.com> Date: Fri, 16 Feb 2024 11:58:55 +0100 Subject: [PATCH 2/3] Add region aggregation --- mappings/african_subregion_aggregation.yaml | 178 ++++++++++++++++++++ 1 file changed, 178 insertions(+) create mode 100644 mappings/african_subregion_aggregation.yaml diff --git a/mappings/african_subregion_aggregation.yaml b/mappings/african_subregion_aggregation.yaml new file mode 100644 index 0000000..e03fd8f --- /dev/null +++ b/mappings/african_subregion_aggregation.yaml @@ -0,0 +1,178 @@ +model: + - plan4res 1.0 + - EV-PV 0.1.0 + - GENeSYS-MOD 3.2 + - openTEPES 4.15.7 +native_regions: + - Algeria + - Angola + - Benin + - Botswana + - Burkina Faso + - Burundi + - Cabo Verde + - Cameroon + - Central African Republic + - Chad + - Comoros + - Congo + - Côte d'Ivoire + - Democratic Republic of the Congo + - Djibouti + - Egypt + - Equatorial Guinea + - Eritrea + - Eswatini + - Ethiopia + - Gabon + - Gambia + - Ghana + - Guinea + - Guinea-Bissau + - Kenya + - Lesotho + - Liberia + - Libya + - Madagascar + - Malawi + - Mali + - Mauritania + - Mauritius + - Morocco + - Mozambique + - Namibia + - Niger + - Nigeria + - Rwanda + - Sao Tome and Principe + - Senegal + - Seychelles + - Sierra Leone + - Somalia + - South Africa + - South Sudan + - Sudan + - Tanzania + - Togo + - Tunisia + - Uganda + - Western Sahara + - Zambia + - Zimbabwe +common_regions: + - Western Africa: + - Benin + - Burkina Faso + - Cabo Verde + - Côte d'Ivoire + - Gambia + - Ghana + - Guinea + - Guinea-Bissau + - Liberia + - Mali + - Niger + - Nigeria + - Senegal + - Sierra Leone + - Togo + - Eastern Africa: + - Comoros + - Djibouti + - Eritrea + - Ethiopia + - Kenya + - Madagascar + - Mauritius + - Rwanda + - Seychelles + - Somalia + - South Sudan + - Sudan + - Tanzania + - Uganda + - Northern Africa: + - Algeria + - Egypt + - Libya + - Mauritania + - Morocco + - Tunisia + - Western Sahara + - Central Africa: + - Burundi + - Cameroon + - Central African Republic + - Chad + - Congo + - Democratic Republic of the Congo + - Equatorial Guinea + - Gabon + - Sao Tome and Principe + - Southern Africa: + - Angola + - Botswana + - Eswatini + - Lesotho + - Malawi + - Mozambique + - Namibia + - South Africa + - Zambia + - Zimbabwe + - Africa: + - Algeria + - Angola + - Benin + - Botswana + - Burkina Faso + - Burundi + - Cabo Verde + - Cameroon + - Central African Republic + - Chad + - Comoros + - Congo + - Côte d'Ivoire + - Democratic Republic of the Congo + - Djibouti + - Egypt + - Equatorial Guinea + - Eritrea + - Eswatini + - Ethiopia + - Gabon + - Gambia + - Ghana + - Guinea + - Guinea-Bissau + - Kenya + - Lesotho + - Liberia + - Libya + - Madagascar + - Malawi + - Mali + - Mauritania + - Mauritius + - Morocco + - Mozambique + - Namibia + - Niger + - Nigeria + - Rwanda + - Sao Tome and Principe + - Senegal + - Seychelles + - Sierra Leone + - Somalia + - South Africa + - South Sudan + - Sudan + - Tanzania + - Togo + - Tunisia + - Uganda + - Western Sahara + - Zambia + - Zimbabwe From 7671f47229a9e1d16807f1685042af20cecfc4cd Mon Sep 17 00:00:00 2001 From: Philip Hackstock <20710924+phackstock@users.noreply.github.com> Date: Fri, 16 Feb 2024 12:36:09 +0100 Subject: [PATCH 3/3] Remove .gitkeep --- definitions/.gitkeep | 0 mappings/.gitkeep | 0 2 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 definitions/.gitkeep delete mode 100644 mappings/.gitkeep diff --git a/definitions/.gitkeep b/definitions/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/mappings/.gitkeep b/mappings/.gitkeep deleted file mode 100644 index e69de29..0000000