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

Any Help Needed? #3

Open
koyo-jakanees opened this issue Jul 4, 2020 · 0 comments
Open

Any Help Needed? #3

koyo-jakanees opened this issue Jul 4, 2020 · 0 comments

Comments

@koyo-jakanees
Copy link

koyo-jakanees commented Jul 4, 2020

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

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

No branches or pull requests

1 participant