nicetoolbox.utils.to_csv.results_to_csv

nicetoolbox.utils.to_csv.results_to_csv(results_folder, csv_output_folder) None[source]

Converts all NPZ files in the results folder to CSV files and saves them in the specified output folder.

Parameters:
  • results_folder (str) – The path to the folder containing NPZ result files.

  • csv_output_folder (str) – The path to the folder where CSV files will be saved.