Stochastic Planning Inputs Tool (SPI-Tool), pronounced “spy tool”, is a desktop application that helps electric system resource planners analyze and characterize the uncertainty in resource planning inputs.
Download precompiled distributable from the releases and run the executable.
Alternatively, if you want to build from source, you can following the following instructions:
- Install
uv:
# macos
curl -LsSf https://astral.sh/uv/install.sh | sh
# windows
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"- Run the dashboard:
uv run spi-tool dashboard- See Manual for more details: SPI-Tool Manual