Skip to main content

A Python toolkit to support use of OSeMOSYS

Project description

https://travis-ci.com/OSeMOSYS/otoole.svg?branch=master https://coveralls.io/repos/github/OSeMOSYS/otoole/badge.svg?branch=master Documentation Status https://img.shields.io/badge/code%20style-black-000000.svg

A Python toolkit to support use of OSeMOSYS

Description

otoole is a Python package which provides a command-line interface for users of OSeMOSYS.

The aim of the package is to provide a community resource which centralises the commonly used pre- and post-processing steps around the use of OSeMOSYS.

img/osemosys_dataflow.png

otoole aims to support different ways of storing input data and results, including csv files, databases, datapackages and Excel workbooks, as well as different implementations of the OSeMOSYS model.

Dependencies

otoole requires a number of dependencies, including pygraphviz, which can be difficult to install on Windows.

The easiest way to install the dependencies is to use miniconda.

  1. Obtain the miniconda package:

  2. Add the conda-forge channel conda config --add channels conda-forge

  3. Create a new Python environment conda create -n myenv python=3.7 networkx datapackage pandas pulp graphviz xlrd

  4. Activate the new environment conda activate myenv

  5. Use pip to install otoole pip install otoole

Installation

Install otoole using pip:

pip install otoole

To upgrade otoole using pip:

pip install otoole --upgrade

Usage

For detailed instructions of the use of the tool, run the command line help function:

otoole --help

Contributing

New ideas and bugs are found on the repository Issue Tracker. Please do contribute by discussing and developing these ideas further, or by developing the codebase.

To contribute directly to the documentation of code development, you first need to install the package in develop mode:

git clone http://github.com/OSeMOSYS/otoole
cd otoole
git checkout <branch you wish to use>
python setup.py develop

Now, all changes made in the codebase will automatically be reflected in the installed Python version accessible on the command line or from importing otoole modules into other Python packages.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

otoole-0.7.tar.gz (171.8 kB view details)

Uploaded Source

File details

Details for the file otoole-0.7.tar.gz.

File metadata

  • Download URL: otoole-0.7.tar.gz
  • Upload date:
  • Size: 171.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.6

File hashes

Hashes for otoole-0.7.tar.gz
Algorithm Hash digest
SHA256 42a198cfd74e1e8941b56d7174d246129760c69041feaac51e62bc5a8a12e119
MD5 81708d9732c6ebf970da2ad6e5b349da
BLAKE2b-256 1b41c44d5daeabed1d6bb7fd3ea27191f3da7c9661b89793811b1d75af1efdba

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page