nwm_region_mgr.formreg.select_formulation.plot_formulation_results#

nwm_region_mgr.formreg.select_formulation.plot_formulation_results(df_selected, config, vpu, gdf_vpu)[source]#

Plot the selected formulations for each spatial unit in the VPU.

Return type:

None

Parameters:
  • df_selected – pd.DataFrame DataFrame with selected formulations and their scores.

  • config – cs.Config Configuration object containing settings for the regionalization.

  • vpu – str Vector Processing Unit (VPU) for which to plot formulations.

  • gdf_vpu – Optional[gpd.GeoDataFrame], optional GeoDataFrame of the VPU polygons, used for spatial operations where needed