A desktop application built using WxPython for electricity service plan optimization using a discrete choice model.
Download the latest version of Python from https://www.python.org/downloads/
Most of the dependencies needed for development can be installed using the package manager pip.
pip install requirements.txtHowever, remaining packages (Cartopy, Fiona, GDAL, Geopandas, Rasterio) of this time have unreliable installation through pip. If these packages cannot be installed via pip like this:
pip install CartopyThen download the .whl files for the dependencies here.


