Overwriting existing parquet files when rerunning od_matrix()
with different configurations.
#222
Labels
analyse network
needs triage
technical debt
A better way is available. Fix later approach has been adopted.
Description of the Feature to be Added
Currently
AnalyseNetwork
raises an Error when parquet files already exist in the output folder to prevent overwriting. This can be circumnavigated by callingod_matrix
with different configurations after anAnalyseNetwork
instance has been instantiated.(OPTIONAL) Suggested Implementations
Explore options for handling overwriting results when calling
od_matrix
with different configurations - re-raise the same error as the init, move data to a hold area, rename dir etc.Additional context
The text was updated successfully, but these errors were encountered: