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.extract_reclassification¶

supy.util.extract_reclassification(path_nml: str) → pandas.core.frame.DataFrame[source]¶

Extract reclassification info from path_nml as a DataFrame.

Parameters:path_nml (str) – Path to namelist.suews
Returns:Reclassification DataFrame with rows for WRF land covers while columns for SUEWS.
Return type:pd.DataFrame