Overview

This document serves as a data/process descriptor for the code available at the project github repo. Note that what is included here is far from exhaustive. The aim, instead, it to highlight the main methodological steps as well as to provide a better understanding of the open source code developed to support the modelling exercise.

Note

Detailed documentation supporting this project is available here.

General info

The methodological approach of this exercise is visually presented below.

_images/omg_diagram.jpg

Methodological flow and key modelling elements

The core part of the methodology is the mini-grid optimization model, which was developed to provide an estimate of the optimal configurations of hybrid solar-diesel-storage systems in order to meet the power requirements in each site or location. The model has been constructed as such to allow for its full customization by the user based on available data, information and other modelling constraints.

A network layout generator that has been developed in order to provide an automated way of generating the distribution layout - including trunk line, laterals and service drops - for a given site or location. The methods works without the need of road network data and it is - to the best of our knowledge - the first of its kind type of algorithm in the field.

With the combination of the mini-grid optimization model and the network layout generator, the user can get an estiation of the bill of quantities within seconds. The model can be configured to work for multiple locations at a time, which makes it a great resource to support electrification planning at scale.

OMG comes as an open source code (available in the form of jupyter notebooks) that provides a clear step-by-step description of how to run embeded processes. Sources are linked where needed (e.g. equations, specific values, assumptions etc.) for transparency and open review.

Note

This is a spatial analysis, therefore some processes require either the installation of spatial libraries in python or the use of a GIS (check QGIS) environment. It is recommended that the user uses Python >= 3.5 through anaconda distribution; all required python packages are included in the full_project_environment file.