Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH: improved node consolidation functions (#377)
* including node_consolidation function * adding imports of nx split and deepcopy * importing nx_to_gdf * adding data for a street network * testing consolidate_intersections * formatting graph dataset loading * formatting the tests file * adding consolidate_intersections to functions to test list * updating networkx to 2.5 in minimal env * fixing docstrings and adding test for warning section * cleaning method user input * docstring of extension added a note about overlapping geometry to extension docstring Co-authored-by: Martin Fleischmann <martin@martinfleischmann.net> * fixed docstring Co-authored-by: Martin Fleischmann <martin@martinfleischmann.net> * fixed docstring rebuild_edges_method Co-authored-by: Martin Fleischmann <martin@martinfleischmann.net> * grammar Co-authored-by: Martin Fleischmann <martin@martinfleischmann.net> * added default tolerance Co-authored-by: Martin Fleischmann <martin@martinfleischmann.net> * replacing column with attribute naming * adding approach to simplified_graph object * input can be non-Multi graph type * throw exception when simplification method unrecofnized * removing directed paramater, always infer directionality * set_geometry in the edge dataframe * adding notebook to user_guide * lint issues * fix * try fixing the kernel issue * adapt title * api reference * conditional import of osmnx in tests * Apply suggestions from code review Co-authored-by: James Gaboardi <jgaboardi@gmail.com> --------- Co-authored-by: Martin Fleischmann <martin@martinfleischmann.net> Co-authored-by: James Gaboardi <jgaboardi@gmail.com>
- Loading branch information