Skip to content

Commit

Permalink
Update geospatial_utilities.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobson committed May 9, 2024
1 parent 3c18ef3 commit a418475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swmmanywhere/geospatial_utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ def derive_subbasins_streamorder(fid: Path,
if streamorder != streamorder_ - 1:
logger.warning(f"""Stream order {streamorder_} resulted in no subbasins.
Using {streamorder + 1} instead. You can manually inspect
these at {fid.parent / 'subbasins.geojson'}.""")
these in the model folder.""")

return gdf_bas

Expand Down

0 comments on commit a418475

Please sign in to comment.