I'm new to QGIS 3 Library to develop standalone map application in qt4, C++ language. I was wondering if there is any way that I can use QGIS plugins such as Advanced viewshed analysis, Contour plugin and so on by:
creating a dll library by rewriting the python code to c++ after obtaining the plugins source code from github(with credits of course, will have to study Python since am more of c++ developer)
writing a wrapper around the code
If anyone have done one of the above please tell me which one is better and where to start.
Sorry for my poor English, as it's my second language.
- use QGIS and simply customize the UI it to your need and use a plugin
- create a custom app in Python which would make it easier to reuse existing plugins.
– Denis Rouzaud Aug 09 '18 at 10:02