Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.65 KB

README.md

File metadata and controls

51 lines (36 loc) · 1.65 KB

onsset

PyPI version Build Status Documentation Status

Documentation: https://gep-onsset.readthedocs.io/en/latest/index.html#

Scope

This repository contains the source code of the Open Source Spatial Electrification Tool (OnSSET). The repository also includes sample test files available in .\test_data and sample output files available in .\sample_output.

Installation

Requirements

OnSSET requires Python >= 3.5 with the following packages installed:

  • et-xmlfile>=1.0
  • jdcal>=1.4
  • numpy>=1.16
  • openpyxl>=2.6
  • pandas>=0.24
  • python-dateutil>=2.8
  • pytz==2019.1
  • six>=1.12
  • xlrd>=1.2

Install with pip

python -m pip install -i https://test.pypi.org/simple/ gep-onsset

Install from GitHub

Download or clone the repository and install the required packages (preferably in a virtual environment):

git clone https://github.com/global-electrification-platform/gep-onsset.git
cd gep-onsset
pip install -r requirements.txt

The use of GEP generator requires also installation of

  • IPython
  • jupyter
  • matplotlib
  • seaborn

Contact

For more information regarding the tool, its functionality and implementation please visit https://www.onsset.org or contact the development team at seap@desa.kth.se.