nwm_region_mgr.utils.plot_utils.plot_point_map#

nwm_region_mgr.utils.plot_utils.plot_point_map(data, d1, base_layers=None)[source]#

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

Return type:

None

Parameters:
  • data – pd.DataFrame DataFrame containing the locations to be plotted.

  • d1 – dict Information needed for creating the plot, including:

  • base_layers – list of GeoDataFrames Optional base layers to plot under the points (e.g., VPU boundaries, buffer zones).