PowerFlowData.jl

Parser of PSS/E-format Power Flow Raw Data Files (.raw)

MIT License

Stars
25
Committers
6

PowerFlowData

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.

Package Rankings
Top 18.56% on Juliahub.com
Badges
Extracted from project README
Dev Build Status Coverage Code Style: Blue ColPrac: Contributor Guide on Collaborative Practices for Community Packages
Related Projects