Tip
Need help? Please let us know in the UMEP Community.
Please report issues with the manual on the GitHub Issues.
Please cite SUEWS with proper information from our Zenodo page.
6.1.3.2.6.2. 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=280, right=130)[source]#
Produce Sankey Diagram to visualise the reclassification specified in
path_nml
6.1.3.2.6.2. Parameters#
- path_nmlstr
Path to
namelist.suews
- path_savestr, optional
Path to save Sankey diagram, by default ‘LC-WRF-SUEWS.png’
- widthint, optional
Width of diagram, by default 800
- heightint, optional
Height of diagram, by default 360
- topint, optional
Top margin of diagram, by default 10
- bottomint, optional
Bottom margin of diagram, by default 10
- leftint, optional
Left margin of diagram, by default 260
- rightint, optional
Right margin of diagram, by default 60
6.1.3.2.6.2. Returns#
- Sankey Diagram
Sankey Diagram showing the reclassification.