Grid2op / chronix2grid

https://chronix2grid.readthedocs.io/en/latest/?
Mozilla Public License 2.0
19 stars 5 forks source link

Generate only kpis #66

Closed marota closed 3 months ago

marota commented 1 year ago

You can now generate KPIs based on existing data as with this cli

 chronix2grid --mode K --output-folder pathTo/data_grid2op/l2rpn_wcci_2022/chronics --input-folder ChroniX2Grid_path/input_data --ignore-warnings --weeks 4 --case case118_l2rpn_wcci_2022 --n_scenarios 1 

You can also only generate KPIs for your generated data if you don't want to bother generating KPIs for some reference data. This can be done by setting in ParamsKPI.json

"comparison":null 
marota commented 4 months ago

@BDonnot thanks for the long review, I addressed all comments and merged master into it to be up to date. I think this PR can be merged, so you can have a last quick check