Skip to content

Examples

The repository contains runnable examples built around the main GridForge workflow:

YAML -> Excel workbook -> bus-data assignment -> Grid/Data -> CVXPY model

14bus_uc

14bus_uc is the main worked example. It builds a unit-commitment case from the IEEE 14-bus network.

Important files:

Run from the repository root:

python examples/14bus_uc/14bus_example.py

Or open the notebook:

jupyter lab examples/14bus_uc/14bus_uc.ipynb

The example expects source CSV profiles under:

data/bus_data/

Use the optional TX-123BT workflow to generate that source pool:

bash scripts/generate_tx123bt_bus_data.sh

For details, see tx123bt.md.