From c5e2c9d0ad83ed9ebb80fbcb2be298f16c4861f1 Mon Sep 17 00:00:00 2001 From: Eric Soroos Date: Tue, 14 Jan 2020 16:32:05 +0000 Subject: [PATCH 1/2] Dataset Links --- bin/add_source.py | 18 ++++++++++++++++++ data/ao-1.yml | 2 ++ data/bf-1.yml | 2 ++ data/bi-1.yml | 2 ++ data/bj-1.yml | 2 ++ data/bw-1.yml | 2 ++ data/cd-1.yml | 2 ++ data/cf-1.yml | 2 ++ data/cg-1.yml | 2 ++ data/cm-1.yml | 2 ++ data/dj-1.yml | 2 ++ data/er-1.yml | 2 ++ data/et-1.yml | 2 ++ data/ga-1.yml | 2 ++ data/gh-1.yml | 2 ++ data/gm-1.yml | 2 ++ data/gn-1.yml | 2 ++ data/gq-1.yml | 2 ++ data/gw-1.yml | 2 ++ data/ke-1.yml | 2 ++ data/km-1.yml | 2 ++ data/lr-1.yml | 2 ++ data/ls-1.yml | 2 ++ data/mg-1.yml | 2 ++ data/ml-1.yml | 2 ++ data/mr-1.yml | 2 ++ data/mw-1.yml | 2 ++ data/mz-1.yml | 2 ++ data/na-1.yml | 2 ++ data/ne-1.yml | 2 ++ data/ng-1.yml | 2 ++ data/rw-1.yml | 2 ++ data/sd-1.yml | 2 ++ data/sl-1.yml | 2 ++ data/sn-1.yml | 2 ++ data/so-1.yml | 2 ++ data/ss-1.yml | 2 ++ data/st-1.yml | 2 ++ data/sz-1.yml | 2 ++ data/td-1.yml | 2 ++ data/tg-1.yml | 2 ++ data/tz-1.yml | 2 ++ data/ug-1.yml | 2 ++ data/za-1.yml | 2 ++ data/zm-1.yml | 2 ++ data/zw-1.yml | 2 ++ gep-data.csv | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 47 files changed, 154 insertions(+) create mode 100644 bin/add_source.py create mode 100644 gep-data.csv diff --git a/bin/add_source.py b/bin/add_source.py new file mode 100644 index 0000000..7f6c49f --- /dev/null +++ b/bin/add_source.py @@ -0,0 +1,18 @@ +import csv +import io +import subprocess + +with open('gep-data.csv', 'r') as f: + reader = csv.DictReader(f) + for row in reader: + iso2 = row['ISO2'] + url = "https://%s" % (row['Final Link']) + model = "%s-1" % (iso2) + print (model, url) + # warning, funky spacing required + proc = subprocess.run("cat >> data/%s.yml" % model, shell=True, + encoding='utf8', + input="""sourceData: + dataset: '%s' +""" % url) + diff --git a/data/ao-1.yml b/data/ao-1.yml index 495ed83..3d98da5 100644 --- a/data/ao-1.yml +++ b/data/ao-1.yml @@ -181,3 +181,5 @@ map: url: https://data.humdata.org/dataset/burundi-healthsites vectorLayers: - PROJ_LIB +sourceData: + dataset: 'https://energydata.info/dataset/angola-global-electrification-platform-gep' diff --git a/data/bf-1.yml b/data/bf-1.yml index 2410591..b3766fb 100644 --- a/data/bf-1.yml +++ b/data/bf-1.yml @@ -181,3 +181,5 @@ map: url: https://data.humdata.org/dataset/burundi-healthsites vectorLayers: - PROJ_LIB +sourceData: + dataset: 'https://energydata.info/dataset/burkina-faso-global-electrification-platform-gep' diff --git a/data/bi-1.yml b/data/bi-1.yml index bcc08f3..24ed81c 100644 --- a/data/bi-1.yml +++ b/data/bi-1.yml @@ -181,3 +181,5 @@ map: url: https://data.humdata.org/dataset/burundi-healthsites vectorLayers: - PROJ_LIB +sourceData: + dataset: 'https://energydata.info/dataset/burundi-global-electrification-platform-gep' diff --git a/data/bj-1.yml b/data/bj-1.yml index c334847..7ca03be 100644 --- a/data/bj-1.yml +++ b/data/bj-1.yml @@ -181,3 +181,5 @@ map: url: https://data.humdata.org/dataset/burundi-healthsites vectorLayers: - PROJ_LIB +sourceData: + dataset: 'https://energydata.info/dataset/benin-global-electrification-platform-gep' diff --git a/data/bw-1.yml b/data/bw-1.yml index 5aac732..5359ad3 100644 --- a/data/bw-1.yml +++ b/data/bw-1.yml @@ -181,3 +181,5 @@ map: url: https://data.humdata.org/dataset/burundi-healthsites vectorLayers: - PROJ_LIB +sourceData: + dataset: 'https://energydata.info/dataset/botswana-global-electrification-platform-gep' diff --git a/data/cd-1.yml b/data/cd-1.yml index 2db6bad..e8ed483 100644 --- a/data/cd-1.yml +++ b/data/cd-1.yml @@ -181,3 +181,5 @@ map: url: https://data.humdata.org/dataset/burundi-healthsites vectorLayers: - PROJ_LIB +sourceData: + dataset: 'https://energydata.info/dataset/democratic-republic-of-congo-global-electrification-platform-gep' diff --git a/data/cf-1.yml b/data/cf-1.yml index bac99a4..5a79937 100644 --- a/data/cf-1.yml +++ b/data/cf-1.yml @@ -181,3 +181,5 @@ map: url: https://data.humdata.org/dataset/burundi-healthsites vectorLayers: - PROJ_LIB +sourceData: + dataset: 'https://energydata.info/dataset/central-african-republic-global-electrification-platform-gep' diff --git a/data/cg-1.yml b/data/cg-1.yml index b3c1d25..63b0e25 100644 --- a/data/cg-1.yml +++ b/data/cg-1.yml @@ -181,3 +181,5 @@ map: url: https://data.humdata.org/dataset/burundi-healthsites vectorLayers: - PROJ_LIB +sourceData: + dataset: 'https://energydata.info/dataset/congo-global-electrification-platform-gep' diff --git a/data/cm-1.yml b/data/cm-1.yml index f4b1a04..61007d6 100644 --- a/data/cm-1.yml +++ b/data/cm-1.yml @@ -181,3 +181,5 @@ map: url: https://data.humdata.org/dataset/burundi-healthsites vectorLayers: - PROJ_LIB +sourceData: + dataset: 'https://energydata.info/dataset/cameroon-global-electrification-platform-gep' diff --git a/data/dj-1.yml b/data/dj-1.yml index f62d15a..2f3ad64 100644 --- a/data/dj-1.yml +++ b/data/dj-1.yml @@ -181,3 +181,5 @@ map: url: https://data.humdata.org/dataset/burundi-healthsites vectorLayers: - PROJ_LIB +sourceData: + dataset: 'https://energydata.info/dataset/djibouti-global-electrification-platform-gep' diff --git a/data/er-1.yml b/data/er-1.yml index f6b24e5..fc29390 100644 --- a/data/er-1.yml +++ b/data/er-1.yml @@ -181,3 +181,5 @@ map: url: https://data.humdata.org/dataset/burundi-healthsites vectorLayers: - PROJ_LIB +sourceData: + dataset: 'https://energydata.info/dataset/eritrea-global-electrification-platform-gep' diff --git a/data/et-1.yml b/data/et-1.yml index e3ac0cd..01dd594 100644 --- a/data/et-1.yml +++ b/data/et-1.yml @@ -181,3 +181,5 @@ map: url: https://data.humdata.org/dataset/burundi-healthsites vectorLayers: - PROJ_LIB +sourceData: + dataset: 'https://energydata.info/dataset/ethiopia-global-electrification-platform-gep' diff --git a/data/ga-1.yml b/data/ga-1.yml index d191c21..5d34301 100644 --- a/data/ga-1.yml +++ b/data/ga-1.yml @@ -181,3 +181,5 @@ map: url: https://data.humdata.org/dataset/burundi-healthsites vectorLayers: - PROJ_LIB +sourceData: + dataset: 'https://energydata.info/dataset/gabon-global-electrification-platform-gep' diff --git a/data/gh-1.yml b/data/gh-1.yml index 2778d04..a71fbe4 100644 --- a/data/gh-1.yml +++ b/data/gh-1.yml @@ -181,3 +181,5 @@ map: url: https://data.humdata.org/dataset/burundi-healthsites vectorLayers: - PROJ_LIB +sourceData: + dataset: 'https://energydata.info/dataset/ghana-global-electrification-platform-gep' diff --git a/data/gm-1.yml b/data/gm-1.yml index d494273..461ff7c 100644 --- a/data/gm-1.yml +++ b/data/gm-1.yml @@ -181,3 +181,5 @@ map: url: https://data.humdata.org/dataset/burundi-healthsites vectorLayers: - PROJ_LIB +sourceData: + dataset: 'https://energydata.info/dataset/the-gambia-global-electrification-platform-gep' diff --git a/data/gn-1.yml b/data/gn-1.yml index 8abcacb..ae117b9 100644 --- a/data/gn-1.yml +++ b/data/gn-1.yml @@ -181,3 +181,5 @@ map: url: https://data.humdata.org/dataset/burundi-healthsites vectorLayers: - PROJ_LIB +sourceData: + dataset: 'https://energydata.info/dataset/guinea-global-electrification-platform-gep' diff --git a/data/gq-1.yml b/data/gq-1.yml index 20c21a5..a6fbbfa 100644 --- a/data/gq-1.yml +++ b/data/gq-1.yml @@ -181,3 +181,5 @@ map: url: https://data.humdata.org/dataset/burundi-healthsites vectorLayers: - PROJ_LIB +sourceData: + dataset: 'https://energydata.info/dataset/equatorial-guinea-global-electrification-platform-gep' diff --git a/data/gw-1.yml b/data/gw-1.yml index 36d64de..14d5e5e 100644 --- a/data/gw-1.yml +++ b/data/gw-1.yml @@ -181,3 +181,5 @@ map: url: https://data.humdata.org/dataset/burundi-healthsites vectorLayers: - PROJ_LIB +sourceData: + dataset: 'https://energydata.info/dataset/guinea-bissau-global-electrification-platform-gep' diff --git a/data/ke-1.yml b/data/ke-1.yml index 24f4e57..5b69fc4 100644 --- a/data/ke-1.yml +++ b/data/ke-1.yml @@ -181,3 +181,5 @@ map: url: https://data.humdata.org/dataset/burundi-healthsites vectorLayers: - PROJ_LIB +sourceData: + dataset: 'https://energydata.info/dataset/kenya-global-electrification-platform-gep' diff --git a/data/km-1.yml b/data/km-1.yml index 72a92e5..c628a15 100644 --- a/data/km-1.yml +++ b/data/km-1.yml @@ -181,3 +181,5 @@ map: url: https://data.humdata.org/dataset/burundi-healthsites vectorLayers: - PROJ_LIB +sourceData: + dataset: 'https://energydata.info/dataset/comoros-global-electrification-platform-gep' diff --git a/data/lr-1.yml b/data/lr-1.yml index 1f8552d..197d9da 100644 --- a/data/lr-1.yml +++ b/data/lr-1.yml @@ -181,3 +181,5 @@ map: url: https://data.humdata.org/dataset/burundi-healthsites vectorLayers: - PROJ_LIB +sourceData: + dataset: 'https://energydata.info/dataset/liberia-global-electrification-platform-gep' diff --git a/data/ls-1.yml b/data/ls-1.yml index abc1d0c..9c7fad7 100644 --- a/data/ls-1.yml +++ b/data/ls-1.yml @@ -181,3 +181,5 @@ map: url: https://data.humdata.org/dataset/burundi-healthsites vectorLayers: - PROJ_LIB +sourceData: + dataset: 'https://energydata.info/dataset/lesotho-global-electrification-platform-gep' diff --git a/data/mg-1.yml b/data/mg-1.yml index 8ae6f71..fd38dd4 100644 --- a/data/mg-1.yml +++ b/data/mg-1.yml @@ -181,3 +181,5 @@ map: url: https://data.humdata.org/dataset/burundi-healthsites vectorLayers: - PROJ_LIB +sourceData: + dataset: 'https://energydata.info/dataset/madagascar-global-electrification-platform-gep' diff --git a/data/ml-1.yml b/data/ml-1.yml index e08dbb9..fc99316 100644 --- a/data/ml-1.yml +++ b/data/ml-1.yml @@ -181,3 +181,5 @@ map: url: https://data.humdata.org/dataset/burundi-healthsites vectorLayers: - PROJ_LIB +sourceData: + dataset: 'https://energydata.info/dataset/mali-global-electrification-platform-gep' diff --git a/data/mr-1.yml b/data/mr-1.yml index 21d9b28..dd3215c 100644 --- a/data/mr-1.yml +++ b/data/mr-1.yml @@ -181,3 +181,5 @@ map: url: https://data.humdata.org/dataset/burundi-healthsites vectorLayers: - PROJ_LIB +sourceData: + dataset: 'https://energydata.info/dataset/mauritania-global-electrification-platform-gep' diff --git a/data/mw-1.yml b/data/mw-1.yml index 0531ee2..d3fa29f 100644 --- a/data/mw-1.yml +++ b/data/mw-1.yml @@ -181,3 +181,5 @@ map: url: https://data.humdata.org/dataset/burundi-healthsites vectorLayers: - PROJ_LIB +sourceData: + dataset: 'https://energydata.info/dataset/malawi-global-electrification-platform-gep' diff --git a/data/mz-1.yml b/data/mz-1.yml index dc969c4..650649f 100644 --- a/data/mz-1.yml +++ b/data/mz-1.yml @@ -181,3 +181,5 @@ map: url: https://data.humdata.org/dataset/burundi-healthsites vectorLayers: - PROJ_LIB +sourceData: + dataset: 'https://energydata.info/dataset/mozambique-global-electrification-platform-gep' diff --git a/data/na-1.yml b/data/na-1.yml index 09073a0..fd81309 100644 --- a/data/na-1.yml +++ b/data/na-1.yml @@ -181,3 +181,5 @@ map: url: https://data.humdata.org/dataset/burundi-healthsites vectorLayers: - PROJ_LIB +sourceData: + dataset: 'https://energydata.info/dataset/namibia-global-electrification-platform-gep' diff --git a/data/ne-1.yml b/data/ne-1.yml index bae8815..c4ba548 100644 --- a/data/ne-1.yml +++ b/data/ne-1.yml @@ -181,3 +181,5 @@ map: url: https://data.humdata.org/dataset/burundi-healthsites vectorLayers: - PROJ_LIB +sourceData: + dataset: 'https://energydata.info/dataset/niger-global-electrification-platform-gep' diff --git a/data/ng-1.yml b/data/ng-1.yml index 96b349d..eed1308 100644 --- a/data/ng-1.yml +++ b/data/ng-1.yml @@ -181,3 +181,5 @@ map: url: https://data.humdata.org/dataset/burundi-healthsites vectorLayers: - PROJ_LIB +sourceData: + dataset: 'https://energydata.info/dataset/nigeria-global-electrification-platform-gep' diff --git a/data/rw-1.yml b/data/rw-1.yml index 8896405..3256e3e 100644 --- a/data/rw-1.yml +++ b/data/rw-1.yml @@ -181,3 +181,5 @@ map: url: https://data.humdata.org/dataset/burundi-healthsites vectorLayers: - PROJ_LIB +sourceData: + dataset: 'https://energydata.info/dataset/rwanda-global-electrification-platform-gep' diff --git a/data/sd-1.yml b/data/sd-1.yml index d8b762b..d8ca985 100644 --- a/data/sd-1.yml +++ b/data/sd-1.yml @@ -181,3 +181,5 @@ map: url: https://data.humdata.org/dataset/burundi-healthsites vectorLayers: - PROJ_LIB +sourceData: + dataset: 'https://energydata.info/dataset/sudan-global-electrification-platform-gep' diff --git a/data/sl-1.yml b/data/sl-1.yml index 289f1da..755677d 100644 --- a/data/sl-1.yml +++ b/data/sl-1.yml @@ -181,3 +181,5 @@ map: url: https://data.humdata.org/dataset/burundi-healthsites vectorLayers: - PROJ_LIB +sourceData: + dataset: 'https://energydata.info/dataset/sierra-leone-global-electrification-platform-gep' diff --git a/data/sn-1.yml b/data/sn-1.yml index 75ab191..903bfa0 100644 --- a/data/sn-1.yml +++ b/data/sn-1.yml @@ -181,3 +181,5 @@ map: url: https://data.humdata.org/dataset/burundi-healthsites vectorLayers: - PROJ_LIB +sourceData: + dataset: 'https://energydata.info/dataset/senegal-global-electrification-platform-gep' diff --git a/data/so-1.yml b/data/so-1.yml index ed747a7..833fc70 100644 --- a/data/so-1.yml +++ b/data/so-1.yml @@ -181,3 +181,5 @@ map: url: https://data.humdata.org/dataset/burundi-healthsites vectorLayers: - PROJ_LIB +sourceData: + dataset: 'https://energydata.info/dataset/somalia-global-electrification-platform-gep' diff --git a/data/ss-1.yml b/data/ss-1.yml index ae6eb7b..1854819 100644 --- a/data/ss-1.yml +++ b/data/ss-1.yml @@ -181,3 +181,5 @@ map: url: https://data.humdata.org/dataset/burundi-healthsites vectorLayers: - PROJ_LIB +sourceData: + dataset: 'https://energydata.info/dataset/south-sudan-global-electrification-platform-gep' diff --git a/data/st-1.yml b/data/st-1.yml index c3f206c..acb92ab 100644 --- a/data/st-1.yml +++ b/data/st-1.yml @@ -181,3 +181,5 @@ map: url: https://data.humdata.org/dataset/burundi-healthsites vectorLayers: - PROJ_LIB +sourceData: + dataset: 'https://energydata.info/dataset/sao-tome-and-principe-global-electrification-platform-gep' diff --git a/data/sz-1.yml b/data/sz-1.yml index 511035a..b0fe93b 100644 --- a/data/sz-1.yml +++ b/data/sz-1.yml @@ -181,3 +181,5 @@ map: url: https://data.humdata.org/dataset/burundi-healthsites vectorLayers: - PROJ_LIB +sourceData: + dataset: 'https://energydata.info/dataset/swaziland-global-electrification-platform-gep' diff --git a/data/td-1.yml b/data/td-1.yml index e6e7850..c20c3da 100644 --- a/data/td-1.yml +++ b/data/td-1.yml @@ -181,3 +181,5 @@ map: url: https://data.humdata.org/dataset/burundi-healthsites vectorLayers: - PROJ_LIB +sourceData: + dataset: 'https://energydata.info/dataset/chad-global-electrification-platform-gep' diff --git a/data/tg-1.yml b/data/tg-1.yml index 176c464..4bb1718 100644 --- a/data/tg-1.yml +++ b/data/tg-1.yml @@ -181,3 +181,5 @@ map: url: https://data.humdata.org/dataset/burundi-healthsites vectorLayers: - PROJ_LIB +sourceData: + dataset: 'https://energydata.info/dataset/togo-global-electrification-platform-gep' diff --git a/data/tz-1.yml b/data/tz-1.yml index 88b6c0c..216b083 100644 --- a/data/tz-1.yml +++ b/data/tz-1.yml @@ -181,3 +181,5 @@ map: url: https://data.humdata.org/dataset/burundi-healthsites vectorLayers: - PROJ_LIB +sourceData: + dataset: 'https://energydata.info/dataset/tanzania-global-electrification-platform-gep' diff --git a/data/ug-1.yml b/data/ug-1.yml index 74821fb..47da5df 100644 --- a/data/ug-1.yml +++ b/data/ug-1.yml @@ -181,3 +181,5 @@ map: url: https://data.humdata.org/dataset/burundi-healthsites vectorLayers: - PROJ_LIB +sourceData: + dataset: 'https://energydata.info/dataset/uganda-global-electrification-platform-gep' diff --git a/data/za-1.yml b/data/za-1.yml index 90cc932..d039c9e 100644 --- a/data/za-1.yml +++ b/data/za-1.yml @@ -181,3 +181,5 @@ map: url: https://data.humdata.org/dataset/burundi-healthsites vectorLayers: - PROJ_LIB +sourceData: + dataset: 'https://energydata.info/dataset/south-africa-global-electrification-platform-gep' diff --git a/data/zm-1.yml b/data/zm-1.yml index 0f10d38..fd9c524 100644 --- a/data/zm-1.yml +++ b/data/zm-1.yml @@ -181,3 +181,5 @@ map: url: https://data.humdata.org/dataset/burundi-healthsites vectorLayers: - PROJ_LIB +sourceData: + dataset: 'https://energydata.info/dataset/zambia-global-electrification-platform-gep' diff --git a/data/zw-1.yml b/data/zw-1.yml index 7f633f9..2182b4e 100644 --- a/data/zw-1.yml +++ b/data/zw-1.yml @@ -181,3 +181,5 @@ map: url: https://data.humdata.org/dataset/burundi-healthsites vectorLayers: - PROJ_LIB +sourceData: + dataset: 'https://energydata.info/dataset/zimbabwe-global-electrification-platform-gep' diff --git a/gep-data.csv b/gep-data.csv new file mode 100644 index 0000000..13a08ca --- /dev/null +++ b/gep-data.csv @@ -0,0 +1,46 @@ +Final Link,ISO2,Visibility ,Status,Source,country,title,notes,topic,country_code,region,license,Contact point name,Contact point email,release_date,start_date,end_date,group +energydata.info/dataset/angola-global-electrification-platform-gep,ao,Private,Complete,https://electrifynow.energydata.info/explore/ao-1,Angola,Angola - Global Electrification Platform (GEP),"The Global Electrification Platform (GEP) is a multi-phase project led by the World Bank to standardize and simplify the use of geospatial tools for least-cost electrification planning. The GEP provides a high-level overview of the technology mix (grid and off-grid) required to achieve universal access by 2030. It focuses on the countries with access rates below 90 percent and the 50 countries with the highest population deficit, with an intermediated investment prospectus for 2025. The results of the model indicate the least-cost investment requirements based on publicly available information on demand and existing infrastructure.",Energy access; Policies and Plans,AGO,MNA,Creative Commons Attribution 4.0,World Bank Geospatial Team,gost@worldbank.org,2019,2019,2030,GEP +energydata.info/dataset/burkina-faso-global-electrification-platform-gep,bf,Private,Complete,https://electrifynow.energydata.info/explore/bf-1,Burkina Faso,Burkina Faso - Global Electrification Platform (GEP),"The Global Electrification Platform (GEP) is a multi-phase project led by the World Bank to standardize and simplify the use of geospatial tools for least-cost electrification planning. The GEP provides a high-level overview of the technology mix (grid and off-grid) required to achieve universal access by 2030. It focuses on the countries with access rates below 90 percent and the 50 countries with the highest population deficit, with an intermediated investment prospectus for 2025. The results of the model indicate the least-cost investment requirements based on publicly available information on demand and existing infrastructure.",Energy access; Policies and Plans,BFA,AFR,Creative Commons Attribution 4.0,World Bank Geospatial Team,gost@worldbank.org,2019,2019,2030,GEP +energydata.info/dataset/burundi-global-electrification-platform-gep,bi,Private,Complete,https://electrifynow.energydata.info/explore/bi-1,Burundi,Burundi - Global Electrification Platform (GEP),"The Global Electrification Platform (GEP) is a multi-phase project led by the World Bank to standardize and simplify the use of geospatial tools for least-cost electrification planning. The GEP provides a high-level overview of the technology mix (grid and off-grid) required to achieve universal access by 2030. It focuses on the countries with access rates below 90 percent and the 50 countries with the highest population deficit, with an intermediated investment prospectus for 2025. The results of the model indicate the least-cost investment requirements based on publicly available information on demand and existing infrastructure.",Energy access; Policies and Plans,BDI,AFR,Creative Commons Attribution 4.0,World Bank Geospatial Team,gost@worldbank.org,2019,2019,2030,GEP +energydata.info/dataset/benin-global-electrification-platform-gep,bj,Private,Complete,https://electrifynow.energydata.info/explore/bj-1,Benin,Benin - Global Electrification Platform (GEP),"The Global Electrification Platform (GEP) is a multi-phase project led by the World Bank to standardize and simplify the use of geospatial tools for least-cost electrification planning. The GEP provides a high-level overview of the technology mix (grid and off-grid) required to achieve universal access by 2030. It focuses on the countries with access rates below 90 percent and the 50 countries with the highest population deficit, with an intermediated investment prospectus for 2025. The results of the model indicate the least-cost investment requirements based on publicly available information on demand and existing infrastructure.",Energy access; Policies and Plans,BEN,AFR,Creative Commons Attribution 4.0,World Bank Geospatial Team,gost@worldbank.org,2019,2019,2030,GEP +energydata.info/dataset/botswana-global-electrification-platform-gep,bw,Private,Complete,https://electrifynow.energydata.info/explore/bw-1,Botswana,Botswana - Global Electrification Platform (GEP),"The Global Electrification Platform (GEP) is a multi-phase project led by the World Bank to standardize and simplify the use of geospatial tools for least-cost electrification planning. The GEP provides a high-level overview of the technology mix (grid and off-grid) required to achieve universal access by 2030. It focuses on the countries with access rates below 90 percent and the 50 countries with the highest population deficit, with an intermediated investment prospectus for 2025. The results of the model indicate the least-cost investment requirements based on publicly available information on demand and existing infrastructure.",Energy access; Policies and Plans,BWA,AFR,Creative Commons Attribution 4.0,World Bank Geospatial Team,gost@worldbank.org,2019,2019,2030,GEP +energydata.info/dataset/democratic-republic-of-congo-global-electrification-platform-gep,cd,Private,Complete,https://electrifynow.energydata.info/explore/cd-1,Democratic Republic of Congo,Democratic Republic of Congo - Global Electrification Platform (GEP),"The Global Electrification Platform (GEP) is a multi-phase project led by the World Bank to standardize and simplify the use of geospatial tools for least-cost electrification planning. The GEP provides a high-level overview of the technology mix (grid and off-grid) required to achieve universal access by 2030. It focuses on the countries with access rates below 90 percent and the 50 countries with the highest population deficit, with an intermediated investment prospectus for 2025. The results of the model indicate the least-cost investment requirements based on publicly available information on demand and existing infrastructure.",Energy access; Policies and Plans,COD,AFR,Creative Commons Attribution 4.0,World Bank Geospatial Team,gost@worldbank.org,2019,2019,2030,GEP +energydata.info/dataset/central-african-republic-global-electrification-platform-gep,cf,Private,Complete,https://electrifynow.energydata.info/explore/cf-1,Central African Republic,Central African Republic - Global Electrification Platform (GEP),"The Global Electrification Platform (GEP) is a multi-phase project led by the World Bank to standardize and simplify the use of geospatial tools for least-cost electrification planning. The GEP provides a high-level overview of the technology mix (grid and off-grid) required to achieve universal access by 2030. It focuses on the countries with access rates below 90 percent and the 50 countries with the highest population deficit, with an intermediated investment prospectus for 2025. The results of the model indicate the least-cost investment requirements based on publicly available information on demand and existing infrastructure.",Energy access; Policies and Plans,CAF,AFR,Creative Commons Attribution 4.0,World Bank Geospatial Team,gost@worldbank.org,2019,2019,2030,GEP +energydata.info/dataset/congo-global-electrification-platform-gep,cg,Private,Complete,https://electrifynow.energydata.info/explore/cg-1,Congo,Congo - Global Electrification Platform (GEP),"The Global Electrification Platform (GEP) is a multi-phase project led by the World Bank to standardize and simplify the use of geospatial tools for least-cost electrification planning. The GEP provides a high-level overview of the technology mix (grid and off-grid) required to achieve universal access by 2030. It focuses on the countries with access rates below 90 percent and the 50 countries with the highest population deficit, with an intermediated investment prospectus for 2025. The results of the model indicate the least-cost investment requirements based on publicly available information on demand and existing infrastructure.",Energy access; Policies and Plans,COG,AFR,Creative Commons Attribution 4.0,World Bank Geospatial Team,gost@worldbank.org,2019,2019,2030,GEP +energydata.info/dataset/cameroon-global-electrification-platform-gep,cm,Private,Complete,https://electrifynow.energydata.info/explore/cm-1,Cameroon,Cameroon - Global Electrification Platform (GEP),"The Global Electrification Platform (GEP) is a multi-phase project led by the World Bank to standardize and simplify the use of geospatial tools for least-cost electrification planning. The GEP provides a high-level overview of the technology mix (grid and off-grid) required to achieve universal access by 2030. It focuses on the countries with access rates below 90 percent and the 50 countries with the highest population deficit, with an intermediated investment prospectus for 2025. The results of the model indicate the least-cost investment requirements based on publicly available information on demand and existing infrastructure.",Energy access; Policies and Plans,CMR,AFR,Creative Commons Attribution 4.0,World Bank Geospatial Team,gost@worldbank.org,2019,2019,2030,GEP +energydata.info/dataset/djibouti-global-electrification-platform-gep,dj,Private,Complete,https://electrifynow.energydata.info/explore/dj-1,Djibouti,Djibouti - Global Electrification Platform (GEP),"The Global Electrification Platform (GEP) is a multi-phase project led by the World Bank to standardize and simplify the use of geospatial tools for least-cost electrification planning. The GEP provides a high-level overview of the technology mix (grid and off-grid) required to achieve universal access by 2030. It focuses on the countries with access rates below 90 percent and the 50 countries with the highest population deficit, with an intermediated investment prospectus for 2025. The results of the model indicate the least-cost investment requirements based on publicly available information on demand and existing infrastructure.",Energy access; Policies and Plans,DJI,AFR,Creative Commons Attribution 4.0,World Bank Geospatial Team,gost@worldbank.org,2019,2019,2030,GEP +energydata.info/dataset/eritrea-global-electrification-platform-gep,er,Private,Complete,https://electrifynow.energydata.info/explore/er-1,Eritrea,Eritrea - Global Electrification Platform (GEP),"The Global Electrification Platform (GEP) is a multi-phase project led by the World Bank to standardize and simplify the use of geospatial tools for least-cost electrification planning. The GEP provides a high-level overview of the technology mix (grid and off-grid) required to achieve universal access by 2030. It focuses on the countries with access rates below 90 percent and the 50 countries with the highest population deficit, with an intermediated investment prospectus for 2025. The results of the model indicate the least-cost investment requirements based on publicly available information on demand and existing infrastructure.",Energy access; Policies and Plans,ERI,AFR,Creative Commons Attribution 4.0,World Bank Geospatial Team,gost@worldbank.org,2019,2019,2030,GEP +energydata.info/dataset/ethiopia-global-electrification-platform-gep,et,Private,Complete,https://electrifynow.energydata.info/explore/et-1,Ethiopia,Ethiopia - Global Electrification Platform (GEP),"The Global Electrification Platform (GEP) is a multi-phase project led by the World Bank to standardize and simplify the use of geospatial tools for least-cost electrification planning. The GEP provides a high-level overview of the technology mix (grid and off-grid) required to achieve universal access by 2030. It focuses on the countries with access rates below 90 percent and the 50 countries with the highest population deficit, with an intermediated investment prospectus for 2025. The results of the model indicate the least-cost investment requirements based on publicly available information on demand and existing infrastructure.",Energy access; Policies and Plans,ETH,AFR,Creative Commons Attribution 4.0,World Bank Geospatial Team,gost@worldbank.org,2019,2019,2030,GEP +energydata.info/dataset/gabon-global-electrification-platform-gep,ga,Private,Complete,https://electrifynow.energydata.info/explore/ga-1,Gabon,Gabon - Global Electrification Platform (GEP),"The Global Electrification Platform (GEP) is a multi-phase project led by the World Bank to standardize and simplify the use of geospatial tools for least-cost electrification planning. The GEP provides a high-level overview of the technology mix (grid and off-grid) required to achieve universal access by 2030. It focuses on the countries with access rates below 90 percent and the 50 countries with the highest population deficit, with an intermediated investment prospectus for 2025. The results of the model indicate the least-cost investment requirements based on publicly available information on demand and existing infrastructure.",Energy access; Policies and Plans,GAB,AFR,Creative Commons Attribution 4.0,World Bank Geospatial Team,gost@worldbank.org,2019,2019,2030,GEP +energydata.info/dataset/ghana-global-electrification-platform-gep,gh,Private,Complete,https://electrifynow.energydata.info/explore/gh-1,Ghana,Ghana - Global Electrification Platform (GEP),"The Global Electrification Platform (GEP) is a multi-phase project led by the World Bank to standardize and simplify the use of geospatial tools for least-cost electrification planning. The GEP provides a high-level overview of the technology mix (grid and off-grid) required to achieve universal access by 2030. It focuses on the countries with access rates below 90 percent and the 50 countries with the highest population deficit, with an intermediated investment prospectus for 2025. The results of the model indicate the least-cost investment requirements based on publicly available information on demand and existing infrastructure.",Energy access; Policies and Plans,GHA,AFR,Creative Commons Attribution 4.0,World Bank Geospatial Team,gost@worldbank.org,2019,2019,2030,GEP +energydata.info/dataset/the-gambia-global-electrification-platform-gep,gm,Private,Complete,https://electrifynow.energydata.info/explore/gm-1,The Gambia,The Gambia - Global Electrification Platform (GEP),"The Global Electrification Platform (GEP) is a multi-phase project led by the World Bank to standardize and simplify the use of geospatial tools for least-cost electrification planning. The GEP provides a high-level overview of the technology mix (grid and off-grid) required to achieve universal access by 2030. It focuses on the countries with access rates below 90 percent and the 50 countries with the highest population deficit, with an intermediated investment prospectus for 2025. The results of the model indicate the least-cost investment requirements based on publicly available information on demand and existing infrastructure.",Energy access; Policies and Plans,GMB,AFR,Creative Commons Attribution 4.0,World Bank Geospatial Team,gost@worldbank.org,2019,2019,2030,GEP +energydata.info/dataset/guinea-global-electrification-platform-gep,gn,Private,Complete,https://electrifynow.energydata.info/explore/gn-1,Guinea,Guinea - Global Electrification Platform (GEP),"The Global Electrification Platform (GEP) is a multi-phase project led by the World Bank to standardize and simplify the use of geospatial tools for least-cost electrification planning. The GEP provides a high-level overview of the technology mix (grid and off-grid) required to achieve universal access by 2030. It focuses on the countries with access rates below 90 percent and the 50 countries with the highest population deficit, with an intermediated investment prospectus for 2025. The results of the model indicate the least-cost investment requirements based on publicly available information on demand and existing infrastructure.",Energy access; Policies and Plans,GIN,AFR,Creative Commons Attribution 4.0,World Bank Geospatial Team,gost@worldbank.org,2019,2019,2030,GEP +energydata.info/dataset/equatorial-guinea-global-electrification-platform-gep,gq,Private,Complete,https://electrifynow.energydata.info/explore/gq-1,Equatorial Guinea,Equatorial Guinea - Global Electrification Platform (GEP),"The Global Electrification Platform (GEP) is a multi-phase project led by the World Bank to standardize and simplify the use of geospatial tools for least-cost electrification planning. The GEP provides a high-level overview of the technology mix (grid and off-grid) required to achieve universal access by 2030. It focuses on the countries with access rates below 90 percent and the 50 countries with the highest population deficit, with an intermediated investment prospectus for 2025. The results of the model indicate the least-cost investment requirements based on publicly available information on demand and existing infrastructure.",Energy access; Policies and Plans,GNQ,AFR,Creative Commons Attribution 4.0,World Bank Geospatial Team,gost@worldbank.org,2019,2019,2030,GEP +energydata.info/dataset/guinea-bissau-global-electrification-platform-gep,gw,Private,Complete,https://electrifynow.energydata.info/explore/gw-1,Guinea-Bissau,Guinea-Bissau - Global Electrification Platform (GEP),"The Global Electrification Platform (GEP) is a multi-phase project led by the World Bank to standardize and simplify the use of geospatial tools for least-cost electrification planning. The GEP provides a high-level overview of the technology mix (grid and off-grid) required to achieve universal access by 2030. It focuses on the countries with access rates below 90 percent and the 50 countries with the highest population deficit, with an intermediated investment prospectus for 2025. The results of the model indicate the least-cost investment requirements based on publicly available information on demand and existing infrastructure.",Energy access; Policies and Plans,GNB,AFR,Creative Commons Attribution 4.0,World Bank Geospatial Team,gost@worldbank.org,2019,2019,2030,GEP +energydata.info/dataset/kenya-global-electrification-platform-gep,ke,Private,Complete,https://electrifynow.energydata.info/explore/ke-1,Kenya,Kenya - Global Electrification Platform (GEP),"The Global Electrification Platform (GEP) is a multi-phase project led by the World Bank to standardize and simplify the use of geospatial tools for least-cost electrification planning. The GEP provides a high-level overview of the technology mix (grid and off-grid) required to achieve universal access by 2030. It focuses on the countries with access rates below 90 percent and the 50 countries with the highest population deficit, with an intermediated investment prospectus for 2025. The results of the model indicate the least-cost investment requirements based on publicly available information on demand and existing infrastructure.",Energy access; Policies and Plans,KEN,AFR,Creative Commons Attribution 4.0,World Bank Geospatial Team,gost@worldbank.org,2019,2019,2030,GEP +energydata.info/dataset/comoros-global-electrification-platform-gep,km,Private,Complete,https://electrifynow.energydata.info/explore/km-1,Comoros,Comoros - Global Electrification Platform (GEP),"The Global Electrification Platform (GEP) is a multi-phase project led by the World Bank to standardize and simplify the use of geospatial tools for least-cost electrification planning. The GEP provides a high-level overview of the technology mix (grid and off-grid) required to achieve universal access by 2030. It focuses on the countries with access rates below 90 percent and the 50 countries with the highest population deficit, with an intermediated investment prospectus for 2025. The results of the model indicate the least-cost investment requirements based on publicly available information on demand and existing infrastructure.",Energy access; Policies and Plans,COM,AFR,Creative Commons Attribution 4.0,World Bank Geospatial Team,gost@worldbank.org,2019,2019,2030,GEP +energydata.info/dataset/liberia-global-electrification-platform-gep,lr,Private,Complete,https://electrifynow.energydata.info/explore/lr-1,Liberia,Liberia - Global Electrification Platform (GEP),"The Global Electrification Platform (GEP) is a multi-phase project led by the World Bank to standardize and simplify the use of geospatial tools for least-cost electrification planning. The GEP provides a high-level overview of the technology mix (grid and off-grid) required to achieve universal access by 2030. It focuses on the countries with access rates below 90 percent and the 50 countries with the highest population deficit, with an intermediated investment prospectus for 2025. The results of the model indicate the least-cost investment requirements based on publicly available information on demand and existing infrastructure.",Energy access; Policies and Plans,LBR,AFR,Creative Commons Attribution 4.0,World Bank Geospatial Team,gost@worldbank.org,2019,2019,2030,GEP +energydata.info/dataset/lesotho-global-electrification-platform-gep,ls,Private,Complete,https://electrifynow.energydata.info/explore/ls-1,Lesotho,Lesotho - Global Electrification Platform (GEP),"The Global Electrification Platform (GEP) is a multi-phase project led by the World Bank to standardize and simplify the use of geospatial tools for least-cost electrification planning. The GEP provides a high-level overview of the technology mix (grid and off-grid) required to achieve universal access by 2030. It focuses on the countries with access rates below 90 percent and the 50 countries with the highest population deficit, with an intermediated investment prospectus for 2025. The results of the model indicate the least-cost investment requirements based on publicly available information on demand and existing infrastructure.",Energy access; Policies and Plans,LSO,AFR,Creative Commons Attribution 4.0,World Bank Geospatial Team,gost@worldbank.org,2019,2019,2030,GEP +energydata.info/dataset/madagascar-global-electrification-platform-gep,mg,Private,Complete,https://electrifynow.energydata.info/explore/mg-1,Madagascar,Madagascar - Global Electrification Platform (GEP),"The Global Electrification Platform (GEP) is a multi-phase project led by the World Bank to standardize and simplify the use of geospatial tools for least-cost electrification planning. The GEP provides a high-level overview of the technology mix (grid and off-grid) required to achieve universal access by 2030. It focuses on the countries with access rates below 90 percent and the 50 countries with the highest population deficit, with an intermediated investment prospectus for 2025. The results of the model indicate the least-cost investment requirements based on publicly available information on demand and existing infrastructure.",Energy access; Policies and Plans,MDG,AFR,Creative Commons Attribution 4.0,World Bank Geospatial Team,gost@worldbank.org,2019,2019,2030,GEP +energydata.info/dataset/mali-global-electrification-platform-gep,ml,Private,Complete,https://electrifynow.energydata.info/explore/ml-1,Mali,Mali - Global Electrification Platform (GEP),"The Global Electrification Platform (GEP) is a multi-phase project led by the World Bank to standardize and simplify the use of geospatial tools for least-cost electrification planning. The GEP provides a high-level overview of the technology mix (grid and off-grid) required to achieve universal access by 2030. It focuses on the countries with access rates below 90 percent and the 50 countries with the highest population deficit, with an intermediated investment prospectus for 2025. The results of the model indicate the least-cost investment requirements based on publicly available information on demand and existing infrastructure.",Energy access; Policies and Plans,MLI,AFR,Creative Commons Attribution 4.0,World Bank Geospatial Team,gost@worldbank.org,2019,2019,2030,GEP +energydata.info/dataset/mauritania-global-electrification-platform-gep,mr,Private,Complete,https://electrifynow.energydata.info/explore/mr-1,Mauritania,Mauritania - Global Electrification Platform (GEP),"The Global Electrification Platform (GEP) is a multi-phase project led by the World Bank to standardize and simplify the use of geospatial tools for least-cost electrification planning. The GEP provides a high-level overview of the technology mix (grid and off-grid) required to achieve universal access by 2030. It focuses on the countries with access rates below 90 percent and the 50 countries with the highest population deficit, with an intermediated investment prospectus for 2025. The results of the model indicate the least-cost investment requirements based on publicly available information on demand and existing infrastructure.",Energy access; Policies and Plans,MRT,AFR,Creative Commons Attribution 4.0,World Bank Geospatial Team,gost@worldbank.org,2019,2019,2030,GEP +energydata.info/dataset/malawi-global-electrification-platform-gep,mw,Private,Complete,https://electrifynow.energydata.info/explore/mw-1,Malawi,Malawi - Global Electrification Platform (GEP),"The Global Electrification Platform (GEP) is a multi-phase project led by the World Bank to standardize and simplify the use of geospatial tools for least-cost electrification planning. The GEP provides a high-level overview of the technology mix (grid and off-grid) required to achieve universal access by 2030. It focuses on the countries with access rates below 90 percent and the 50 countries with the highest population deficit, with an intermediated investment prospectus for 2025. The results of the model indicate the least-cost investment requirements based on publicly available information on demand and existing infrastructure.",Energy access; Policies and Plans,MWI,AFR,Creative Commons Attribution 4.0,World Bank Geospatial Team,gost@worldbank.org,2019,2019,2030,GEP +energydata.info/dataset/mozambique-global-electrification-platform-gep,mz,Private,Complete,https://electrifynow.energydata.info/explore/mz-1,Mozambique,Mozambique - Global Electrification Platform (GEP),"The Global Electrification Platform (GEP) is a multi-phase project led by the World Bank to standardize and simplify the use of geospatial tools for least-cost electrification planning. The GEP provides a high-level overview of the technology mix (grid and off-grid) required to achieve universal access by 2030. It focuses on the countries with access rates below 90 percent and the 50 countries with the highest population deficit, with an intermediated investment prospectus for 2025. The results of the model indicate the least-cost investment requirements based on publicly available information on demand and existing infrastructure.",Energy access; Policies and Plans,MOZ,AFR,Creative Commons Attribution 4.0,World Bank Geospatial Team,gost@worldbank.org,2019,2019,2030,GEP +energydata.info/dataset/namibia-global-electrification-platform-gep,na,Private,Complete,https://electrifynow.energydata.info/explore/na-1,Namibia,Namibia - Global Electrification Platform (GEP),"The Global Electrification Platform (GEP) is a multi-phase project led by the World Bank to standardize and simplify the use of geospatial tools for least-cost electrification planning. The GEP provides a high-level overview of the technology mix (grid and off-grid) required to achieve universal access by 2030. It focuses on the countries with access rates below 90 percent and the 50 countries with the highest population deficit, with an intermediated investment prospectus for 2025. The results of the model indicate the least-cost investment requirements based on publicly available information on demand and existing infrastructure.",Energy access; Policies and Plans,NAM,AFR,Creative Commons Attribution 4.0,World Bank Geospatial Team,gost@worldbank.org,2019,2019,2030,GEP +energydata.info/dataset/niger-global-electrification-platform-gep,ne,Private,Complete,https://electrifynow.energydata.info/explore/ne-1,Niger,Niger - Global Electrification Platform (GEP),"The Global Electrification Platform (GEP) is a multi-phase project led by the World Bank to standardize and simplify the use of geospatial tools for least-cost electrification planning. The GEP provides a high-level overview of the technology mix (grid and off-grid) required to achieve universal access by 2030. It focuses on the countries with access rates below 90 percent and the 50 countries with the highest population deficit, with an intermediated investment prospectus for 2025. The results of the model indicate the least-cost investment requirements based on publicly available information on demand and existing infrastructure.",Energy access; Policies and Plans,NER,AFR,Creative Commons Attribution 4.0,World Bank Geospatial Team,gost@worldbank.org,2019,2019,2030,GEP +energydata.info/dataset/nigeria-global-electrification-platform-gep,ng,Private,Complete,https://electrifynow.energydata.info/explore/ng-1,Nigeria,Nigeria - Global Electrification Platform (GEP),"The Global Electrification Platform (GEP) is a multi-phase project led by the World Bank to standardize and simplify the use of geospatial tools for least-cost electrification planning. The GEP provides a high-level overview of the technology mix (grid and off-grid) required to achieve universal access by 2030. It focuses on the countries with access rates below 90 percent and the 50 countries with the highest population deficit, with an intermediated investment prospectus for 2025. The results of the model indicate the least-cost investment requirements based on publicly available information on demand and existing infrastructure.",Energy access; Policies and Plans,NGA,AFR,Creative Commons Attribution 4.0,World Bank Geospatial Team,gost@worldbank.org,2019,2019,2030,GEP +energydata.info/dataset/rwanda-global-electrification-platform-gep,rw,Private,Complete,https://electrifynow.energydata.info/explore/rw-1,Rwanda,Rwanda - Global Electrification Platform (GEP),"The Global Electrification Platform (GEP) is a multi-phase project led by the World Bank to standardize and simplify the use of geospatial tools for least-cost electrification planning. The GEP provides a high-level overview of the technology mix (grid and off-grid) required to achieve universal access by 2030. It focuses on the countries with access rates below 90 percent and the 50 countries with the highest population deficit, with an intermediated investment prospectus for 2025. The results of the model indicate the least-cost investment requirements based on publicly available information on demand and existing infrastructure.",Energy access; Policies and Plans,RWA,AFR,Creative Commons Attribution 4.0,World Bank Geospatial Team,gost@worldbank.org,2019,2019,2030,GEP +energydata.info/dataset/sudan-global-electrification-platform-gep,sd,Private,Complete,https://electrifynow.energydata.info/explore/sd-1,Sudan,Sudan - Global Electrification Platform (GEP),"The Global Electrification Platform (GEP) is a multi-phase project led by the World Bank to standardize and simplify the use of geospatial tools for least-cost electrification planning. The GEP provides a high-level overview of the technology mix (grid and off-grid) required to achieve universal access by 2030. It focuses on the countries with access rates below 90 percent and the 50 countries with the highest population deficit, with an intermediated investment prospectus for 2025. The results of the model indicate the least-cost investment requirements based on publicly available information on demand and existing infrastructure.",Energy access; Policies and Plans,SDN,AFR,Creative Commons Attribution 4.0,World Bank Geospatial Team,gost@worldbank.org,2019,2019,2030,GEP +energydata.info/dataset/sierra-leone-global-electrification-platform-gep,sl,Private,Complete,https://electrifynow.energydata.info/explore/sl-1,Sierra Leone,Sierra Leone - Global Electrification Platform (GEP),"The Global Electrification Platform (GEP) is a multi-phase project led by the World Bank to standardize and simplify the use of geospatial tools for least-cost electrification planning. The GEP provides a high-level overview of the technology mix (grid and off-grid) required to achieve universal access by 2030. It focuses on the countries with access rates below 90 percent and the 50 countries with the highest population deficit, with an intermediated investment prospectus for 2025. The results of the model indicate the least-cost investment requirements based on publicly available information on demand and existing infrastructure.",Energy access; Policies and Plans,SLE,AFR,Creative Commons Attribution 4.0,World Bank Geospatial Team,gost@worldbank.org,2019,2019,2030,GEP +energydata.info/dataset/senegal-global-electrification-platform-gep,sn,Private,Complete,https://electrifynow.energydata.info/explore/sn-1,Senegal,Senegal - Global Electrification Platform (GEP),"The Global Electrification Platform (GEP) is a multi-phase project led by the World Bank to standardize and simplify the use of geospatial tools for least-cost electrification planning. The GEP provides a high-level overview of the technology mix (grid and off-grid) required to achieve universal access by 2030. It focuses on the countries with access rates below 90 percent and the 50 countries with the highest population deficit, with an intermediated investment prospectus for 2025. The results of the model indicate the least-cost investment requirements based on publicly available information on demand and existing infrastructure.",Energy access; Policies and Plans,SEN,AFR,Creative Commons Attribution 4.0,World Bank Geospatial Team,gost@worldbank.org,2019,2019,2030,GEP +energydata.info/dataset/somalia-global-electrification-platform-gep,so,Private,Complete,https://electrifynow.energydata.info/explore/so-1,Somalia,Somalia - Global Electrification Platform (GEP),"The Global Electrification Platform (GEP) is a multi-phase project led by the World Bank to standardize and simplify the use of geospatial tools for least-cost electrification planning. The GEP provides a high-level overview of the technology mix (grid and off-grid) required to achieve universal access by 2030. It focuses on the countries with access rates below 90 percent and the 50 countries with the highest population deficit, with an intermediated investment prospectus for 2025. The results of the model indicate the least-cost investment requirements based on publicly available information on demand and existing infrastructure.",Energy access; Policies and Plans,SOM,AFR,Creative Commons Attribution 4.0,World Bank Geospatial Team,gost@worldbank.org,2019,2019,2030,GEP +energydata.info/dataset/south-sudan-global-electrification-platform-gep,ss,Private,Complete,https://electrifynow.energydata.info/explore/ss-1,South Sudan,South Sudan - Global Electrification Platform (GEP),"The Global Electrification Platform (GEP) is a multi-phase project led by the World Bank to standardize and simplify the use of geospatial tools for least-cost electrification planning. The GEP provides a high-level overview of the technology mix (grid and off-grid) required to achieve universal access by 2030. It focuses on the countries with access rates below 90 percent and the 50 countries with the highest population deficit, with an intermediated investment prospectus for 2025. The results of the model indicate the least-cost investment requirements based on publicly available information on demand and existing infrastructure.",Energy access; Policies and Plans,SSD,AFR,Creative Commons Attribution 4.0,World Bank Geospatial Team,gost@worldbank.org,2019,2019,2030,GEP +energydata.info/dataset/sao-tome-and-principe-global-electrification-platform-gep,st,Private,Complete,https://electrifynow.energydata.info/explore/st-1,Sao Tome and Principe,Sao Tome and Principe - Global Electrification Platform (GEP),"The Global Electrification Platform (GEP) is a multi-phase project led by the World Bank to standardize and simplify the use of geospatial tools for least-cost electrification planning. The GEP provides a high-level overview of the technology mix (grid and off-grid) required to achieve universal access by 2030. It focuses on the countries with access rates below 90 percent and the 50 countries with the highest population deficit, with an intermediated investment prospectus for 2025. The results of the model indicate the least-cost investment requirements based on publicly available information on demand and existing infrastructure.",Energy access; Policies and Plans,STP,AFR,Creative Commons Attribution 4.0,World Bank Geospatial Team,gost@worldbank.org,2019,2019,2030,GEP +energydata.info/dataset/swaziland-global-electrification-platform-gep,sz,Private,Complete,https://electrifynow.energydata.info/explore/sz-1,Swaziland,Swaziland - Global Electrification Platform (GEP),"The Global Electrification Platform (GEP) is a multi-phase project led by the World Bank to standardize and simplify the use of geospatial tools for least-cost electrification planning. The GEP provides a high-level overview of the technology mix (grid and off-grid) required to achieve universal access by 2030. It focuses on the countries with access rates below 90 percent and the 50 countries with the highest population deficit, with an intermediated investment prospectus for 2025. The results of the model indicate the least-cost investment requirements based on publicly available information on demand and existing infrastructure.",Energy access; Policies and Plans,SWZ,AFR,Creative Commons Attribution 4.0,World Bank Geospatial Team,gost@worldbank.org,2019,2019,2030,GEP +energydata.info/dataset/chad-global-electrification-platform-gep,td,Private,Complete,https://electrifynow.energydata.info/explore/td-1,Chad,Chad - Global Electrification Platform (GEP),"The Global Electrification Platform (GEP) is a multi-phase project led by the World Bank to standardize and simplify the use of geospatial tools for least-cost electrification planning. The GEP provides a high-level overview of the technology mix (grid and off-grid) required to achieve universal access by 2030. It focuses on the countries with access rates below 90 percent and the 50 countries with the highest population deficit, with an intermediated investment prospectus for 2025. The results of the model indicate the least-cost investment requirements based on publicly available information on demand and existing infrastructure.",Energy access; Policies and Plans,TCD,AFR,Creative Commons Attribution 4.0,World Bank Geospatial Team,gost@worldbank.org,2019,2019,2030,GEP +energydata.info/dataset/togo-global-electrification-platform-gep,tg,Private,Complete,https://electrifynow.energydata.info/explore/tg-1,Togo,Togo - Global Electrification Platform (GEP),"The Global Electrification Platform (GEP) is a multi-phase project led by the World Bank to standardize and simplify the use of geospatial tools for least-cost electrification planning. The GEP provides a high-level overview of the technology mix (grid and off-grid) required to achieve universal access by 2030. It focuses on the countries with access rates below 90 percent and the 50 countries with the highest population deficit, with an intermediated investment prospectus for 2025. The results of the model indicate the least-cost investment requirements based on publicly available information on demand and existing infrastructure.",Energy access; Policies and Plans,TGO,AFR,Creative Commons Attribution 4.0,World Bank Geospatial Team,gost@worldbank.org,2019,2019,2030,GEP +energydata.info/dataset/tanzania-global-electrification-platform-gep,tz,Private,Complete,https://electrifynow.energydata.info/explore/tz-1,Tanzania,Tanzania - Global Electrification Platform (GEP),"The Global Electrification Platform (GEP) is a multi-phase project led by the World Bank to standardize and simplify the use of geospatial tools for least-cost electrification planning. The GEP provides a high-level overview of the technology mix (grid and off-grid) required to achieve universal access by 2030. It focuses on the countries with access rates below 90 percent and the 50 countries with the highest population deficit, with an intermediated investment prospectus for 2025. The results of the model indicate the least-cost investment requirements based on publicly available information on demand and existing infrastructure.",Energy access; Policies and Plans,TZA,AFR,Creative Commons Attribution 4.0,World Bank Geospatial Team,gost@worldbank.org,2019,2019,2030,GEP +energydata.info/dataset/uganda-global-electrification-platform-gep,ug,Private,Complete,https://electrifynow.energydata.info/explore/ug-1,Uganda,Uganda - Global Electrification Platform (GEP),"The Global Electrification Platform (GEP) is a multi-phase project led by the World Bank to standardize and simplify the use of geospatial tools for least-cost electrification planning. The GEP provides a high-level overview of the technology mix (grid and off-grid) required to achieve universal access by 2030. It focuses on the countries with access rates below 90 percent and the 50 countries with the highest population deficit, with an intermediated investment prospectus for 2025. The results of the model indicate the least-cost investment requirements based on publicly available information on demand and existing infrastructure.",Energy access; Policies and Plans,UGA,AFR,Creative Commons Attribution 4.0,World Bank Geospatial Team,gost@worldbank.org,2019,2019,2030,GEP +energydata.info/dataset/south-africa-global-electrification-platform-gep,za,Private,Complete,https://electrifynow.energydata.info/explore/za-1,South Africa,South Africa - Global Electrification Platform (GEP),"The Global Electrification Platform (GEP) is a multi-phase project led by the World Bank to standardize and simplify the use of geospatial tools for least-cost electrification planning. The GEP provides a high-level overview of the technology mix (grid and off-grid) required to achieve universal access by 2030. It focuses on the countries with access rates below 90 percent and the 50 countries with the highest population deficit, with an intermediated investment prospectus for 2025. The results of the model indicate the least-cost investment requirements based on publicly available information on demand and existing infrastructure.",Energy access; Policies and Plans,ZAF,AFR,Creative Commons Attribution 4.0,World Bank Geospatial Team,gost@worldbank.org,2019,2019,2030,GEP +energydata.info/dataset/zambia-global-electrification-platform-gep,zm,Private,Complete,https://electrifynow.energydata.info/explore/zm-1,Zambia,Zambia - Global Electrification Platform (GEP),"The Global Electrification Platform (GEP) is a multi-phase project led by the World Bank to standardize and simplify the use of geospatial tools for least-cost electrification planning. The GEP provides a high-level overview of the technology mix (grid and off-grid) required to achieve universal access by 2030. It focuses on the countries with access rates below 90 percent and the 50 countries with the highest population deficit, with an intermediated investment prospectus for 2025. The results of the model indicate the least-cost investment requirements based on publicly available information on demand and existing infrastructure.",Energy access; Policies and Plans,ZMB,AFR,Creative Commons Attribution 4.0,World Bank Geospatial Team,gost@worldbank.org,2019,2019,2030,GEP +energydata.info/dataset/zimbabwe-global-electrification-platform-gep,zw,Private,Complete,https://electrifynow.energydata.info/explore/zw-1,Zimbabwe,Zimbabwe - Global Electrification Platform (GEP),"The Global Electrification Platform (GEP) is a multi-phase project led by the World Bank to standardize and simplify the use of geospatial tools for least-cost electrification planning. The GEP provides a high-level overview of the technology mix (grid and off-grid) required to achieve universal access by 2030. It focuses on the countries with access rates below 90 percent and the 50 countries with the highest population deficit, with an intermediated investment prospectus for 2025. The results of the model indicate the least-cost investment requirements based on publicly available information on demand and existing infrastructure.",Energy access; Policies and Plans,ZWE,AFR,Creative Commons Attribution 4.0,World Bank Geospatial Team,gost@worldbank.org,2019,2019,2030,GEP \ No newline at end of file From ae938251ed0ff28ef408d225a59bdec3c1df583a Mon Sep 17 00:00:00 2001 From: Eric Soroos Date: Wed, 15 Jan 2020 16:08:02 +0000 Subject: [PATCH 2/2] s/dataset/scenarios/ --- bin/add_source.py | 2 +- data/ao-1.yml | 2 +- data/bf-1.yml | 2 +- data/bi-1.yml | 2 +- data/bj-1.yml | 2 +- data/bw-1.yml | 2 +- data/cd-1.yml | 2 +- data/cf-1.yml | 2 +- data/cg-1.yml | 2 +- data/cm-1.yml | 2 +- data/dj-1.yml | 2 +- data/er-1.yml | 2 +- data/et-1.yml | 2 +- data/ga-1.yml | 2 +- data/gh-1.yml | 2 +- data/gm-1.yml | 2 +- data/gn-1.yml | 2 +- data/gq-1.yml | 2 +- data/gw-1.yml | 2 +- data/ke-1.yml | 2 +- data/km-1.yml | 2 +- data/lr-1.yml | 2 +- data/ls-1.yml | 2 +- data/mg-1.yml | 2 +- data/ml-1.yml | 2 +- data/mr-1.yml | 2 +- data/mw-1.yml | 2 +- data/mz-1.yml | 2 +- data/na-1.yml | 2 +- data/ne-1.yml | 2 +- data/ng-1.yml | 2 +- data/rw-1.yml | 2 +- data/sd-1.yml | 2 +- data/sl-1.yml | 2 +- data/sn-1.yml | 2 +- data/so-1.yml | 2 +- data/ss-1.yml | 2 +- data/st-1.yml | 2 +- data/sz-1.yml | 2 +- data/td-1.yml | 2 +- data/tg-1.yml | 2 +- data/tz-1.yml | 2 +- data/ug-1.yml | 2 +- data/za-1.yml | 2 +- data/zm-1.yml | 2 +- data/zw-1.yml | 2 +- 46 files changed, 46 insertions(+), 46 deletions(-) diff --git a/bin/add_source.py b/bin/add_source.py index 7f6c49f..c93bd23 100644 --- a/bin/add_source.py +++ b/bin/add_source.py @@ -13,6 +13,6 @@ proc = subprocess.run("cat >> data/%s.yml" % model, shell=True, encoding='utf8', input="""sourceData: - dataset: '%s' + scenarios: '%s' """ % url) diff --git a/data/ao-1.yml b/data/ao-1.yml index 3d98da5..40c4e6e 100644 --- a/data/ao-1.yml +++ b/data/ao-1.yml @@ -182,4 +182,4 @@ map: vectorLayers: - PROJ_LIB sourceData: - dataset: 'https://energydata.info/dataset/angola-global-electrification-platform-gep' + scenarios: 'https://energydata.info/dataset/angola-global-electrification-platform-gep' diff --git a/data/bf-1.yml b/data/bf-1.yml index b3766fb..3f2fb03 100644 --- a/data/bf-1.yml +++ b/data/bf-1.yml @@ -182,4 +182,4 @@ map: vectorLayers: - PROJ_LIB sourceData: - dataset: 'https://energydata.info/dataset/burkina-faso-global-electrification-platform-gep' + scenarios: 'https://energydata.info/dataset/burkina-faso-global-electrification-platform-gep' diff --git a/data/bi-1.yml b/data/bi-1.yml index 24ed81c..c26dc5c 100644 --- a/data/bi-1.yml +++ b/data/bi-1.yml @@ -182,4 +182,4 @@ map: vectorLayers: - PROJ_LIB sourceData: - dataset: 'https://energydata.info/dataset/burundi-global-electrification-platform-gep' + scenarios: 'https://energydata.info/dataset/burundi-global-electrification-platform-gep' diff --git a/data/bj-1.yml b/data/bj-1.yml index 7ca03be..845e44d 100644 --- a/data/bj-1.yml +++ b/data/bj-1.yml @@ -182,4 +182,4 @@ map: vectorLayers: - PROJ_LIB sourceData: - dataset: 'https://energydata.info/dataset/benin-global-electrification-platform-gep' + scenarios: 'https://energydata.info/dataset/benin-global-electrification-platform-gep' diff --git a/data/bw-1.yml b/data/bw-1.yml index 5359ad3..b1ea392 100644 --- a/data/bw-1.yml +++ b/data/bw-1.yml @@ -182,4 +182,4 @@ map: vectorLayers: - PROJ_LIB sourceData: - dataset: 'https://energydata.info/dataset/botswana-global-electrification-platform-gep' + scenarios: 'https://energydata.info/dataset/botswana-global-electrification-platform-gep' diff --git a/data/cd-1.yml b/data/cd-1.yml index e8ed483..b4beec3 100644 --- a/data/cd-1.yml +++ b/data/cd-1.yml @@ -182,4 +182,4 @@ map: vectorLayers: - PROJ_LIB sourceData: - dataset: 'https://energydata.info/dataset/democratic-republic-of-congo-global-electrification-platform-gep' + scenarios: 'https://energydata.info/dataset/democratic-republic-of-congo-global-electrification-platform-gep' diff --git a/data/cf-1.yml b/data/cf-1.yml index 5a79937..ddb8283 100644 --- a/data/cf-1.yml +++ b/data/cf-1.yml @@ -182,4 +182,4 @@ map: vectorLayers: - PROJ_LIB sourceData: - dataset: 'https://energydata.info/dataset/central-african-republic-global-electrification-platform-gep' + scenarios: 'https://energydata.info/dataset/central-african-republic-global-electrification-platform-gep' diff --git a/data/cg-1.yml b/data/cg-1.yml index 63b0e25..501b384 100644 --- a/data/cg-1.yml +++ b/data/cg-1.yml @@ -182,4 +182,4 @@ map: vectorLayers: - PROJ_LIB sourceData: - dataset: 'https://energydata.info/dataset/congo-global-electrification-platform-gep' + scenarios: 'https://energydata.info/dataset/congo-global-electrification-platform-gep' diff --git a/data/cm-1.yml b/data/cm-1.yml index 61007d6..2348566 100644 --- a/data/cm-1.yml +++ b/data/cm-1.yml @@ -182,4 +182,4 @@ map: vectorLayers: - PROJ_LIB sourceData: - dataset: 'https://energydata.info/dataset/cameroon-global-electrification-platform-gep' + scenarios: 'https://energydata.info/dataset/cameroon-global-electrification-platform-gep' diff --git a/data/dj-1.yml b/data/dj-1.yml index 2f3ad64..142b709 100644 --- a/data/dj-1.yml +++ b/data/dj-1.yml @@ -182,4 +182,4 @@ map: vectorLayers: - PROJ_LIB sourceData: - dataset: 'https://energydata.info/dataset/djibouti-global-electrification-platform-gep' + scenarios: 'https://energydata.info/dataset/djibouti-global-electrification-platform-gep' diff --git a/data/er-1.yml b/data/er-1.yml index fc29390..898a706 100644 --- a/data/er-1.yml +++ b/data/er-1.yml @@ -182,4 +182,4 @@ map: vectorLayers: - PROJ_LIB sourceData: - dataset: 'https://energydata.info/dataset/eritrea-global-electrification-platform-gep' + scenarios: 'https://energydata.info/dataset/eritrea-global-electrification-platform-gep' diff --git a/data/et-1.yml b/data/et-1.yml index 01dd594..fbd349d 100644 --- a/data/et-1.yml +++ b/data/et-1.yml @@ -182,4 +182,4 @@ map: vectorLayers: - PROJ_LIB sourceData: - dataset: 'https://energydata.info/dataset/ethiopia-global-electrification-platform-gep' + scenarios: 'https://energydata.info/dataset/ethiopia-global-electrification-platform-gep' diff --git a/data/ga-1.yml b/data/ga-1.yml index 5d34301..8b36a87 100644 --- a/data/ga-1.yml +++ b/data/ga-1.yml @@ -182,4 +182,4 @@ map: vectorLayers: - PROJ_LIB sourceData: - dataset: 'https://energydata.info/dataset/gabon-global-electrification-platform-gep' + scenarios: 'https://energydata.info/dataset/gabon-global-electrification-platform-gep' diff --git a/data/gh-1.yml b/data/gh-1.yml index a71fbe4..38a7697 100644 --- a/data/gh-1.yml +++ b/data/gh-1.yml @@ -182,4 +182,4 @@ map: vectorLayers: - PROJ_LIB sourceData: - dataset: 'https://energydata.info/dataset/ghana-global-electrification-platform-gep' + scenarios: 'https://energydata.info/dataset/ghana-global-electrification-platform-gep' diff --git a/data/gm-1.yml b/data/gm-1.yml index 461ff7c..e73b978 100644 --- a/data/gm-1.yml +++ b/data/gm-1.yml @@ -182,4 +182,4 @@ map: vectorLayers: - PROJ_LIB sourceData: - dataset: 'https://energydata.info/dataset/the-gambia-global-electrification-platform-gep' + scenarios: 'https://energydata.info/dataset/the-gambia-global-electrification-platform-gep' diff --git a/data/gn-1.yml b/data/gn-1.yml index ae117b9..2945c4f 100644 --- a/data/gn-1.yml +++ b/data/gn-1.yml @@ -182,4 +182,4 @@ map: vectorLayers: - PROJ_LIB sourceData: - dataset: 'https://energydata.info/dataset/guinea-global-electrification-platform-gep' + scenarios: 'https://energydata.info/dataset/guinea-global-electrification-platform-gep' diff --git a/data/gq-1.yml b/data/gq-1.yml index a6fbbfa..a5cbdbb 100644 --- a/data/gq-1.yml +++ b/data/gq-1.yml @@ -182,4 +182,4 @@ map: vectorLayers: - PROJ_LIB sourceData: - dataset: 'https://energydata.info/dataset/equatorial-guinea-global-electrification-platform-gep' + scenarios: 'https://energydata.info/dataset/equatorial-guinea-global-electrification-platform-gep' diff --git a/data/gw-1.yml b/data/gw-1.yml index 14d5e5e..b20bc73 100644 --- a/data/gw-1.yml +++ b/data/gw-1.yml @@ -182,4 +182,4 @@ map: vectorLayers: - PROJ_LIB sourceData: - dataset: 'https://energydata.info/dataset/guinea-bissau-global-electrification-platform-gep' + scenarios: 'https://energydata.info/dataset/guinea-bissau-global-electrification-platform-gep' diff --git a/data/ke-1.yml b/data/ke-1.yml index 5b69fc4..8035a90 100644 --- a/data/ke-1.yml +++ b/data/ke-1.yml @@ -182,4 +182,4 @@ map: vectorLayers: - PROJ_LIB sourceData: - dataset: 'https://energydata.info/dataset/kenya-global-electrification-platform-gep' + scenarios: 'https://energydata.info/dataset/kenya-global-electrification-platform-gep' diff --git a/data/km-1.yml b/data/km-1.yml index c628a15..94f3fae 100644 --- a/data/km-1.yml +++ b/data/km-1.yml @@ -182,4 +182,4 @@ map: vectorLayers: - PROJ_LIB sourceData: - dataset: 'https://energydata.info/dataset/comoros-global-electrification-platform-gep' + scenarios: 'https://energydata.info/dataset/comoros-global-electrification-platform-gep' diff --git a/data/lr-1.yml b/data/lr-1.yml index 197d9da..73dede5 100644 --- a/data/lr-1.yml +++ b/data/lr-1.yml @@ -182,4 +182,4 @@ map: vectorLayers: - PROJ_LIB sourceData: - dataset: 'https://energydata.info/dataset/liberia-global-electrification-platform-gep' + scenarios: 'https://energydata.info/dataset/liberia-global-electrification-platform-gep' diff --git a/data/ls-1.yml b/data/ls-1.yml index 9c7fad7..51d46d2 100644 --- a/data/ls-1.yml +++ b/data/ls-1.yml @@ -182,4 +182,4 @@ map: vectorLayers: - PROJ_LIB sourceData: - dataset: 'https://energydata.info/dataset/lesotho-global-electrification-platform-gep' + scenarios: 'https://energydata.info/dataset/lesotho-global-electrification-platform-gep' diff --git a/data/mg-1.yml b/data/mg-1.yml index fd38dd4..cfe7da5 100644 --- a/data/mg-1.yml +++ b/data/mg-1.yml @@ -182,4 +182,4 @@ map: vectorLayers: - PROJ_LIB sourceData: - dataset: 'https://energydata.info/dataset/madagascar-global-electrification-platform-gep' + scenarios: 'https://energydata.info/dataset/madagascar-global-electrification-platform-gep' diff --git a/data/ml-1.yml b/data/ml-1.yml index fc99316..b9e442f 100644 --- a/data/ml-1.yml +++ b/data/ml-1.yml @@ -182,4 +182,4 @@ map: vectorLayers: - PROJ_LIB sourceData: - dataset: 'https://energydata.info/dataset/mali-global-electrification-platform-gep' + scenarios: 'https://energydata.info/dataset/mali-global-electrification-platform-gep' diff --git a/data/mr-1.yml b/data/mr-1.yml index dd3215c..3f8ded1 100644 --- a/data/mr-1.yml +++ b/data/mr-1.yml @@ -182,4 +182,4 @@ map: vectorLayers: - PROJ_LIB sourceData: - dataset: 'https://energydata.info/dataset/mauritania-global-electrification-platform-gep' + scenarios: 'https://energydata.info/dataset/mauritania-global-electrification-platform-gep' diff --git a/data/mw-1.yml b/data/mw-1.yml index d3fa29f..45e9ff5 100644 --- a/data/mw-1.yml +++ b/data/mw-1.yml @@ -182,4 +182,4 @@ map: vectorLayers: - PROJ_LIB sourceData: - dataset: 'https://energydata.info/dataset/malawi-global-electrification-platform-gep' + scenarios: 'https://energydata.info/dataset/malawi-global-electrification-platform-gep' diff --git a/data/mz-1.yml b/data/mz-1.yml index 650649f..388c0e9 100644 --- a/data/mz-1.yml +++ b/data/mz-1.yml @@ -182,4 +182,4 @@ map: vectorLayers: - PROJ_LIB sourceData: - dataset: 'https://energydata.info/dataset/mozambique-global-electrification-platform-gep' + scenarios: 'https://energydata.info/dataset/mozambique-global-electrification-platform-gep' diff --git a/data/na-1.yml b/data/na-1.yml index fd81309..21ec73d 100644 --- a/data/na-1.yml +++ b/data/na-1.yml @@ -182,4 +182,4 @@ map: vectorLayers: - PROJ_LIB sourceData: - dataset: 'https://energydata.info/dataset/namibia-global-electrification-platform-gep' + scenarios: 'https://energydata.info/dataset/namibia-global-electrification-platform-gep' diff --git a/data/ne-1.yml b/data/ne-1.yml index c4ba548..8ed603a 100644 --- a/data/ne-1.yml +++ b/data/ne-1.yml @@ -182,4 +182,4 @@ map: vectorLayers: - PROJ_LIB sourceData: - dataset: 'https://energydata.info/dataset/niger-global-electrification-platform-gep' + scenarios: 'https://energydata.info/dataset/niger-global-electrification-platform-gep' diff --git a/data/ng-1.yml b/data/ng-1.yml index eed1308..d424122 100644 --- a/data/ng-1.yml +++ b/data/ng-1.yml @@ -182,4 +182,4 @@ map: vectorLayers: - PROJ_LIB sourceData: - dataset: 'https://energydata.info/dataset/nigeria-global-electrification-platform-gep' + scenarios: 'https://energydata.info/dataset/nigeria-global-electrification-platform-gep' diff --git a/data/rw-1.yml b/data/rw-1.yml index 3256e3e..08acd31 100644 --- a/data/rw-1.yml +++ b/data/rw-1.yml @@ -182,4 +182,4 @@ map: vectorLayers: - PROJ_LIB sourceData: - dataset: 'https://energydata.info/dataset/rwanda-global-electrification-platform-gep' + scenarios: 'https://energydata.info/dataset/rwanda-global-electrification-platform-gep' diff --git a/data/sd-1.yml b/data/sd-1.yml index d8ca985..b100615 100644 --- a/data/sd-1.yml +++ b/data/sd-1.yml @@ -182,4 +182,4 @@ map: vectorLayers: - PROJ_LIB sourceData: - dataset: 'https://energydata.info/dataset/sudan-global-electrification-platform-gep' + scenarios: 'https://energydata.info/dataset/sudan-global-electrification-platform-gep' diff --git a/data/sl-1.yml b/data/sl-1.yml index 755677d..ae62310 100644 --- a/data/sl-1.yml +++ b/data/sl-1.yml @@ -182,4 +182,4 @@ map: vectorLayers: - PROJ_LIB sourceData: - dataset: 'https://energydata.info/dataset/sierra-leone-global-electrification-platform-gep' + scenarios: 'https://energydata.info/dataset/sierra-leone-global-electrification-platform-gep' diff --git a/data/sn-1.yml b/data/sn-1.yml index 903bfa0..4f6e644 100644 --- a/data/sn-1.yml +++ b/data/sn-1.yml @@ -182,4 +182,4 @@ map: vectorLayers: - PROJ_LIB sourceData: - dataset: 'https://energydata.info/dataset/senegal-global-electrification-platform-gep' + scenarios: 'https://energydata.info/dataset/senegal-global-electrification-platform-gep' diff --git a/data/so-1.yml b/data/so-1.yml index 833fc70..44e544d 100644 --- a/data/so-1.yml +++ b/data/so-1.yml @@ -182,4 +182,4 @@ map: vectorLayers: - PROJ_LIB sourceData: - dataset: 'https://energydata.info/dataset/somalia-global-electrification-platform-gep' + scenarios: 'https://energydata.info/dataset/somalia-global-electrification-platform-gep' diff --git a/data/ss-1.yml b/data/ss-1.yml index 1854819..e2ceaae 100644 --- a/data/ss-1.yml +++ b/data/ss-1.yml @@ -182,4 +182,4 @@ map: vectorLayers: - PROJ_LIB sourceData: - dataset: 'https://energydata.info/dataset/south-sudan-global-electrification-platform-gep' + scenarios: 'https://energydata.info/dataset/south-sudan-global-electrification-platform-gep' diff --git a/data/st-1.yml b/data/st-1.yml index acb92ab..69d30b8 100644 --- a/data/st-1.yml +++ b/data/st-1.yml @@ -182,4 +182,4 @@ map: vectorLayers: - PROJ_LIB sourceData: - dataset: 'https://energydata.info/dataset/sao-tome-and-principe-global-electrification-platform-gep' + scenarios: 'https://energydata.info/dataset/sao-tome-and-principe-global-electrification-platform-gep' diff --git a/data/sz-1.yml b/data/sz-1.yml index b0fe93b..e43a7fb 100644 --- a/data/sz-1.yml +++ b/data/sz-1.yml @@ -182,4 +182,4 @@ map: vectorLayers: - PROJ_LIB sourceData: - dataset: 'https://energydata.info/dataset/swaziland-global-electrification-platform-gep' + scenarios: 'https://energydata.info/dataset/swaziland-global-electrification-platform-gep' diff --git a/data/td-1.yml b/data/td-1.yml index c20c3da..dea8d8d 100644 --- a/data/td-1.yml +++ b/data/td-1.yml @@ -182,4 +182,4 @@ map: vectorLayers: - PROJ_LIB sourceData: - dataset: 'https://energydata.info/dataset/chad-global-electrification-platform-gep' + scenarios: 'https://energydata.info/dataset/chad-global-electrification-platform-gep' diff --git a/data/tg-1.yml b/data/tg-1.yml index 4bb1718..8aa3c7b 100644 --- a/data/tg-1.yml +++ b/data/tg-1.yml @@ -182,4 +182,4 @@ map: vectorLayers: - PROJ_LIB sourceData: - dataset: 'https://energydata.info/dataset/togo-global-electrification-platform-gep' + scenarios: 'https://energydata.info/dataset/togo-global-electrification-platform-gep' diff --git a/data/tz-1.yml b/data/tz-1.yml index 216b083..1f4bf7d 100644 --- a/data/tz-1.yml +++ b/data/tz-1.yml @@ -182,4 +182,4 @@ map: vectorLayers: - PROJ_LIB sourceData: - dataset: 'https://energydata.info/dataset/tanzania-global-electrification-platform-gep' + scenarios: 'https://energydata.info/dataset/tanzania-global-electrification-platform-gep' diff --git a/data/ug-1.yml b/data/ug-1.yml index 47da5df..52e9d24 100644 --- a/data/ug-1.yml +++ b/data/ug-1.yml @@ -182,4 +182,4 @@ map: vectorLayers: - PROJ_LIB sourceData: - dataset: 'https://energydata.info/dataset/uganda-global-electrification-platform-gep' + scenarios: 'https://energydata.info/dataset/uganda-global-electrification-platform-gep' diff --git a/data/za-1.yml b/data/za-1.yml index d039c9e..a71c3b0 100644 --- a/data/za-1.yml +++ b/data/za-1.yml @@ -182,4 +182,4 @@ map: vectorLayers: - PROJ_LIB sourceData: - dataset: 'https://energydata.info/dataset/south-africa-global-electrification-platform-gep' + scenarios: 'https://energydata.info/dataset/south-africa-global-electrification-platform-gep' diff --git a/data/zm-1.yml b/data/zm-1.yml index fd9c524..2b05857 100644 --- a/data/zm-1.yml +++ b/data/zm-1.yml @@ -182,4 +182,4 @@ map: vectorLayers: - PROJ_LIB sourceData: - dataset: 'https://energydata.info/dataset/zambia-global-electrification-platform-gep' + scenarios: 'https://energydata.info/dataset/zambia-global-electrification-platform-gep' diff --git a/data/zw-1.yml b/data/zw-1.yml index 2182b4e..78823dd 100644 --- a/data/zw-1.yml +++ b/data/zw-1.yml @@ -182,4 +182,4 @@ map: vectorLayers: - PROJ_LIB sourceData: - dataset: 'https://energydata.info/dataset/zimbabwe-global-electrification-platform-gep' + scenarios: 'https://energydata.info/dataset/zimbabwe-global-electrification-platform-gep'