Skip to content

exanauts/PowerParsers.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PowerParsers.jl

PowerParsers is a subset of the package PowerModels.jl, porting the MATLAB and PSSE parsers in a standalone library.

The package is designed to keep the dependencies minimal so as to ease long term maintenance.

Usage

# Import PSSE file as a dictionnary
data = PowerParsers.parse_file("data/case14.raw")

# Import MATPOWER file as a dictionnary
data = PowerParsers.parse_file("data/case14.m")

About

Generic parsers for power systems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published