From an exported HEC-RAS Exported Water Surface Elevation (WSE) geotiff, create a dissolved shapefile that can be easily used as a boundary shp for mapping.
The Jupyter notebook is setup to search out .tif files from a specified directory. From there a list needs to be setup to specify an output shapefile filename for each processed tif. The tif will be vectorized using Rasterio and then dissolved to a single geometry using geopandas. The output will be the specified shapefile. This process will happen for each tif.