PowerModelsAnalytics.jl

Tools for the analysis and visualization of PowerModels data and results
Author lanl-ansi
Popularity
12 Stars
Updated Last
11 Months Ago
Started In
December 2018

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, LA-CC-13-108.