Quick Start Guide
- Julia: If this is your first time using Julia visit our Introduction to Julia and the official Getting started with Julia.
- Package Installation: If you want to install packages check the Package Manager instructions, or you can refer to the PowerSimulations installation instructions.
- PowerSystems: PowerSystems.jl manages the data and is a fundamental dependency of PowerSimulations.jl. Check the PowerSystems.jl Basics Tutorial and PowerSystems.jl documentation to understand how the inputs to the models are organized.
- Dataset Library: If you don't have a data set to start using
PowerSimulations.jl
check the test systems provided inPowerSystemCaseBuilder.jl
If you need to develop a dataset for a simulation check the PowerSystems.jl Tutorials on how to parse data and attach time series
- Tutorial: If you are eager to run your first simulation visit the Solve a Day Ahead Market Scheduling Problem using PowerSimulations.jl tutorial