NOAA-OWP / t-route

Tree based hydrologic and hydraulic routing
Other
44 stars 50 forks source link

remove raising exception of forcing parquet file already exists #800

Closed shorvath-noaa closed 4 months ago

shorvath-noaa commented 4 months ago

Removes breaking t-route if a forcing .parquet file already exists. This was a safety measure in the original creation of the forcing conversion method, but is not needed. Now t-route will simply overwrite any existing parquet file that shares a name (for new ngen runs)

Additions

-

Removals

-

Changes

AbstractNetwork.py

Testing

1.

Screenshots

Notes

-

Todos

-

Checklist

Testing checklist

Target Environment support

Accessibility

Other

shorvath-noaa commented 4 months ago

This should fix Issue#787