OSeMOSYS tools for energy work, or otoole, is a Python package to support the users of OSeMOSYS. The aim of the package is to provide commonly used pre- and post-processing steps for OSeMOSYS.
otoole aims to support different ways of storing input data and results, including csv files and Excel workbooks, as well as different implementations of the OSeMOSYS model. This improves interoperability of analyses and generally makes life a little bit easier.
otoole
can be installed through pip
:
pip install otoole
For instructions of the use of the tool, run the command line help function:
otoole --help
Detailed documentation of otoole, including examples, can be found here: https://otoole.readthedocs.io/en/latest/
New ideas and bugs should be submitted to the repository issue tracker. Please do contribute by discussing and developing these ideas further.
To contribute directly to the code and documentation development, please see the contribution guidelines.