TravelMapping / EduTools

Educational tools using TravelMapping data
3 stars 21 forks source link

HDX/Visualization: graph partitioning visualizations #23

Open jteresco opened 7 years ago

jteresco commented 7 years ago

Idea for a future enhancement: visualization of graph partitioning algorithms. There are many algorithms that could be considered, but this data and mapping functionality is appropriate to support visualizations of many. The fact we have coordinates allows things like coordinate bisection and intertial bisection to be used. The fact we have graph allows spectral methods and others that work directly on the graph data to be used.

There are many things to think about with this.

jteresco commented 2 years ago

These could be a direction for us to go with the summer 2022 project.

jteresco commented 2 years ago

Recursive Coordinate Bisection is coming first, by @MikePlekan