ait-energy / qgis-edge-bundling

GNU General Public License v2.0
63 stars 14 forks source link

Support Python 3? #2

Closed brylie closed 6 years ago

brylie commented 6 years ago

In the article Untangling Origin-Destination Flows in Geographic Information Systems, you mention that the QGIS edge bundling script is developed for Python 2.7. Is this still the case? What are some considerations related to Python 3 compatibility with these scripts?

anitagraser commented 6 years ago

I don't expect that converting the script from Python 2.7 to 3.x will be a huge deal, assuming that the scikit-learn package is available for Python 3.

Additionally, there might be changes necessary to adapt to the QGIS 3 Processing version. (Python 3 will only work with QGIS 3.)