Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qgis3 support #1

Merged
merged 2 commits into from
Aug 5, 2024
Merged

Qgis3 support #1

merged 2 commits into from
Aug 5, 2024

Conversation

misev
Copy link

@misev misev commented Aug 5, 2024

This pull request consists of all changes necessary to run the plugin in Qgis version 3.x.

Changes include:

1. Migration of python2 to python3 using `2to3` tool
2. Migration of qt4 to qt5 with manual/automated refactorings
3. Migration of qgis2 to qgis3 apis with `qgis2to3`, `qgis2apifinder` tools and manual/automated refactorings

Some of the steps are described in this guide.

Compatibility with qgis3 was tested manually and all core features should work on newer versions.

Original pull request: EOX-A#20

@misev misev merged commit 6c02ba4 into rasdaman:master Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants