kartoza / stream_feature_extractor

A QGIS plugin to extract stream features (wells, sinks, confluences etc.) from a stream network
GNU General Public License v2.0
6 stars 9 forks source link

Migrate from python 2 to 3 #56

Closed Samweli closed 2 years ago

Samweli commented 2 years ago

As part of the plugin upgrade work, we need to migrate the codebase from python 2 to python 3. The guide https://docs.python.org/3/library/2to3.html can be used to help for the migration. This work should include QGIS API updates, from QGIS 2 to 3.