You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @ThomasG77 thanks for this great resource that capture some of the bits not available within the official pyQGIS docs.
the site has been helpful despite the API referencing to QGIS 2 thus been a learning sprint by trying to refactor them to 3.
While going through the examples(those of concern to me) realized how much it simplified reading the official Documentation both the C++ and python as it gave me hints to the specific class and methods to look out for.
I have been trying on my own to refactor the whole resource to PyQGIS3 API:
Here is my work flow at the moment:
Use qgis2apifinder --all to find all api2 reference in the repo and log to a file q2to3qAPI.log
Use qgis2to3 -w to rewrite obvious changes to the files
(I also at times use py2to3 tool of other pythonic migrations but no use in this case)
The manual step: test out all the resources in qgis and amend further changes that might have been missed from above
finally as of now i'm just testing them out. No screen captures yet.
Any guidelines on how to PR and contrib my fork? Curious cat happy to break and make things
The text was updated successfully, but these errors were encountered:
Hi @ThomasG77 thanks for this great resource that capture some of the bits not available within the official pyQGIS docs.
the site has been helpful despite the API referencing to QGIS 2 thus been a learning sprint by trying to refactor them to 3.
While going through the examples(those of concern to me) realized how much it simplified reading the official Documentation both the C++ and python as it gave me hints to the specific class and methods to look out for.
I have been trying on my own to refactor the whole resource to PyQGIS3 API:
Here is my work flow at the moment:
qgis2apifinder --all
to find all api2 reference in the repo and log to a fileq2to3qAPI.log
qgis2to3 -w
to rewrite obvious changes to the filespy2to3
tool of other pythonic migrations but no use in this case)Any guidelines on how to PR and contrib my fork?
Curious cat
happy to break and make thingsThe text was updated successfully, but these errors were encountered: