PowerAnalytics.jl is a Julia package that contains analytic routines for power system simulation results in the Sienna ecosystem, specifically from PowerSimulations.jl.
julia> ]
pkg> add PowerAnalytics
PowerAnalytics.jl
uses PowerSystems.jl and PowerSimulations.jl to handle the data structures related to and execution of power system simulations.
using PowerAnalytics
using PowerSystems
# where "res" is a PowerSimulations.SimulationResults object
renewable_generation = calc_active_power(make_selector(RenewableGen), res)
Contributions to the development and enhancement of PowerAnalytics is welcome. Please see CONTRIBUTING.md for code contribution guidelines.
PowerAnalytics is released under a BSD license. PowerAnalytics has been developed as part of the Scalable Integrated Infrastructure Planning (SIIP) initiative at the U.S. Department of Energy's National Renewable Energy Laboratory (NREL)