PowerFlowData.jl

Parser of PSS/E-format Power Flow Raw Data Files (.raw)
Author nickrobinson251
Popularity
22 Stars
Updated Last
1 Year Ago
Started In
September 2021

PowerFlowData

Dev Build Status Coverage Code Style: Blue ColPrac: Contributor Guide on Collaborative Practices for Community Packages

PowerFlowData.jl provides a parser for PSS/E-format .raw Power Flow Data Files.

To read a .raw file, use parse_network:

using PowerFlowData
parse_network("file.raw")

This will return a Network object, which contains the data parsed into dedicated structures matching the PSS/E-format specification.

Documentation

The format specification is based on old PSS/E user-manuals and example files I could find online. Currently v30 and v33 of the format are supported. Please open an issue if you run into any problems or missing features.