This package is meant for reading power system data from different sources into data frames. The format is ispired by the MATPOWER case format. The package will also provide some power system matrices based on the data.
Automatically generated documentation can be found at https://sintef-power-system-asset-management.github.io/SintPowerCase.jl.
Pre-commit runs a script before commit. In this repo we use it to make sure the formatting is proper, because otherwise we will run into issues in CI. To install pre-commit
run
pip install pre-commit # Installs pre-commit on your system
pre-commit install # Installs the hooks defined in .pre-commit-config.yaml to your .git folder