Skip to content
forked from OnSSET/onsset

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

License

Notifications You must be signed in to change notification settings

CIE-UMSS/onsset

 
 

Repository files navigation

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 [email protected].

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 77.4%
  • Jupyter Notebook 22.6%