in3Utils.fileHandlerUtils.makeSimDict

makeSimDict(inputDir, varPar='', avaDir='')[source]

Create a dictionary that contains all info on simulations that can then be used to filter simulations for example

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

  • varPar (str) – optional - parameter that has been used in parameter variation - required if parameter variation has been used

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

Returns

data – dictionary with full file path, file name, release area scenario, simulation type (null/entres), model type (dfa, ref, etc.), parameter variation, result type (ppr, pfd, etc.), simulation name, cell size and optional name of avalanche

Return type

dict