Tip

  1. Need help? Please let us know in the UMEP Community.
  2. Find an issue within this page? Please report it in the GitHub issues.
  3. A good understanding of SUEWS is a prerequisite to the proper use of SuPy.

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