out3Plot.outParticlesAnalysis.plotParticlesAssets

plotParticlesAssets(dem, assets, particleAssets, outDir, plotName, title)[source]

Plot locations of particles over all timesteps that reached assets color coded with highes assets class

Parameters
  • dem (dict) – dictionary with dem info

  • assets (dict) – dictionary with assets info

  • particleAssets (numpy ndarray) – array with particle trajectories colorcoded with assets classes

  • outDir (pathlib.Path) – path to output directory

  • plotName (str) – name of plot file

  • title (str) – plot title