Code in this repository analyzes the VEA Industrial Load Profiles dataset regarding peak-shaving utilizing the PeakShavingAnalyzer.
It queries the necessary data from OpenEnergyDataServer and analyzes it regarding system sizes, investments and savings. Furthermore, a basic correlation analysis has been carried out.
In the directory optimization, the load profiles are optimized. Each scenario (baseline, storage, storage + PV) has it's own optimization file.
In the directory analysis, the scenarios storage and storage_pv are compared to the scenario baseline.
- Create a
.envfile stating theDB_URIfor your OEDS. - Create the metadata needed by running
analysis/create_master_features.py - Optimize the profiles using the files in
/optimizations - Analyse the profiles using the files in
/analysis