Note

Please report issues with this page on the GitHub page.

supy.util.plot_reclassification

supy.util.plot_reclassification(path_nml: str, path_save='LC-WRF-SUEWS.png', width=800, height=360, top=10, bottom=10, left=260, right=60)[source]

Produce Sankey Diagram to visualise the reclassification specified in path_nml

Parameters:
  • path_nml (str) – Path to namelist.suews
  • path_save (str, optional) – Path to save Sankey diagram, by default ‘LC-WRF-SUEWS.png’
  • width (int, optional) – Width of diagram, by default 800
  • height (int, optional) – Height of diagram, by default 360
  • top (int, optional) – Top margin of diagram, by default 10
  • bottom (int, optional) – Bottom margin of diagram, by default 10
  • left (int, optional) – Left margin of diagram, by default 260
  • right (int, optional) – Right margin of diagram, by default 60
Returns:

Sankey Diagram showing the reclassification.

Return type:

Sankey Diagram