OnSSET / onsset

The code of the Open Source Spatial Electrification Tool (OnSSET)

Home Page:http://www.onsset.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

onsset : Open Source Spatial Electrification Tool

PyPI version Build Status Coverage Status Documentation Status

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
  • jdcal
  • numpy
  • openpyxl
  • pandas
  • python-dateutil
  • pytz
  • six
  • xlrd
  • notebook
  • seaborn
  • matplotlib
  • scipy

Install with pip

Install onsset from the Python Packaging Index (PyPI):

pip install onsset

Install from GitHub

Download or clone the repository and install the package in develop (editable) mode:

git clone https://github.com/onsset/onsset.git
cd onsset
python setup.py develop

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.

About

The code of the Open Source Spatial Electrification Tool (OnSSET)

http://www.onsset.org

License:Other


Languages

Language:Python 75.2%Language:Jupyter Notebook 24.8%