Skip to content

lanl-ansi/PowerModelsAnalytics.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PowerModelsAnalytics.jl

CI Documentation

Tools for the analysis and visualization of PowerModels data and results.

BETA / IN ACTIVE DEVELOPMENT: Features will change quickly and without warning

Using PowerModelsAnalytics

To use the plot_network function for example, one must load a network case, e.g. using parse_file in PowerModels or PowerModelsDistribution, and then

using PowerModelsAnalytics

plot_network(network_case)

should plot the network using the currently enabled backend, or e.g.

plot_network(network_case; filename="network.pdf")

will save a network plot to a file using Vega.jl.

Plotting

This package relies on Vega.jl for plotting. See the Vega Documentation for additional information about how to build new Specifications.

License

This code is provided under a BSD license as part of the Multi-Infrastructure Control and Optimization Toolkit (MICOT) project, C15024.