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
.
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 onsset from the Python Packaging Index (PyPI):
pip install onsset
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
For more information regarding the tool, its functionality and implementation please visit https://www.onsset.org or contact the development team at [email protected].