-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Removed intermediate export logic (#649)
* chore: Removed intermediate export logic * feat: Refactored both analyses to generate an `AnalysisResultWrapper` * chore: Corrected network option to get back the nodes and edges whilst not exporting * chore: Small correction to output file * chore: small refactor to reduce code duplication * chore: removed unnecessary references * chore: Refactored code to remove unnecessary methods from `network_utils` * chore: Removed unnecessary method from `network_utils` * chore: Minor corrections after refactoring * test: Corrected test assertion so the error message is more clear * chore: Corrected export statement, now it does to `gpkg` * chore: Wrong basename given during `MultiGraphNetworkExporter.export_to_gpkg` * chore: Corrected generation of optimal routes files * chore: corrected wrong suffix name `_node` instead of `_nodes` * chore: Reordered appending of analysis result as it was done earlier * chore: Processed review remarks * chore: Corrected logic that was preventing us from exporting the index in the geodataframes
- Loading branch information
Showing
13 changed files
with
149 additions
and
228 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.