in3Utils.fileHandlerUtils.makeSimDF

makeSimDF(inputDir, avaDir='', simID='simID')[source]

Create a dataFrame that contains all info on simulations

this can then be used to filter simulations for example

Parameters
  • inputDir (str) – path to directory of simulation results

  • avaDir (str) – optional - path to avalanche directory

  • simID (str) – optional - simulation identification, depending on the computational module: com1DFA: simHash com1DFAOrig: Mu or parameter that has been used in parameter variation

Returns

dataDF – dataframe with full file path, file name, release area scenario, simulation type (null, entres, etc.), model type (dfa, ref, etc.), simID, result type (ppr, pft, etc.), simulation name, cell size and optional name of avalanche, optional time step

Return type

dataFrame