iwfm.gis.geop_plot¶ iwfm.gis.geop_plot(gdf, **kwargs)[source]¶ Create and dislay a plot from a geopandas dataframe. Parameters: gdf (geopandas dataframe object) **kwargs (dict, optional) – Additional keyword arguments to pass to gdf.plot() (e.g., column=’name’, cmap=’viridis’, etc.) Return type: nothing