nwm_region_mgr.parreg.plot_outputs.plot_donor_spatial_map#

nwm_region_mgr.parreg.plot_outputs.plot_donor_spatial_map(config, vpu, donor_basins, final_donor_basins, gdf_buffered, combined_geom, donors_only=False)[source]#

Plot the spatial distribution of donors within a VPU and its buffer zone.

Return type:

None

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

  • vpu – str The VPU (Vector Processing Unit) identifier.

  • donor_basins – list List of initial donor basin identifiers.

  • final_donor_basins – list List of final donor basin identifiers.

  • gdf_buffered – gpd.GeoDataFrame GeoDataFrame of the buffered VPU polygon.

  • combined_geom – gpd.GeoDataFrame GeoDataFrame of the combined geometry of the VPU.

  • donors_only – bool Whether to plot donor basins only (i.e., omit receivers)