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