A simple street network (dual graph) community detection QGIS plugin.
It wraps the Python Louvain-Community (https://github.com/taynaud/python-louvain) function into QGIS.
The repository includes some development scripts for future development.
- work is needed to implement fuzzy communities and weighted communities.
- pyqgis
- networkx
- modularity-louvain (pip install python-louvain)