rl-institut / RAMP

Repository of the open-source RAMP model for generating multi-energy loads profiles
European Union Public License 1.2
3 stars 0 forks source link

Enable export of .py input files to .xlsx format and input to RAMP of .xlsx format #7

Closed Bachibouzouk closed 2 years ago

Bachibouzouk commented 2 years ago

from the folder ramp execute

python ramp_convert_old_input_files.py -i <path to your old input file>

to convert your old input file into .xlsx input file

For example python ramp_convert_old_input_files.py -i input_files/input_file_1.py

will generate input_files/input_file_1.xlsx

Then use python ramp_run.py -i <path to your input file> -n <number of profiles> to run RAMP code

python ramp_run.py -i input_files/input_file_1.xlsx -n 1

You can type python ramp_convert_old_input_files.py -h and python ramp_run.py -h to display the help for those commands' options

Bachibouzouk commented 2 years ago

@GregoryIreland - you can checkout this PR, it sould be able to save all your previous input files into .xlsx

Bachibouzouk commented 2 years ago

This was merged into the original RAMP repository in https://github.com/RAMP-project/RAMP/pull/34