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
Remove raising exception of parquet file path already exists.
Testing
1.
Screenshots
Notes
-
Todos
-
Checklist
[ ] PR has an informative and human-readable title
[ ] Changes are limited to a single goal (no scope creep)
[ ] Code can be automatically merged (no conflicts)
[ ] Code follows project standards (link if applicable)
[ ] Passes all existing automated tests
[ ] Any change in functionality is tested
[ ] New functions are documented (with a description, list of inputs, and expected output)
[ ] Placeholder code is flagged / future todos are captured in comments
[ ] Visually tested in supported browsers and devices (see checklist below :point_down:)
[ ] Project documentation has been updated (including the "Unreleased" section of the CHANGELOG)
[ ] Reviewers requested with the Reviewers tool :arrow_right:
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