out3Plot.outQuickPlot.quickPlotSimple

quickPlotSimple(avaDir, inputDir, cfg)[source]

Plot two raster datasets of identical dimension and difference between two datasets

figure 1: plot raster data for dataset1, dataset2 and their difference figure 2: plot cross and longprofiles for both datasets (ny_loc and nx_loc define location of profiles) -plots are saved to Outputs/out3Plot

Be aware: files are being sorted after getting them from the directory! (Important for the differences)

Parameters
  • avaDir (str or pathlib path) – path to avalanche directory

  • inputDir (str or pathlib path) – path to directory of input data (only 2 raster files allowed)

  • cfg (configParser object) – global configuration settings