[GIS] Developing standalone gis applications using pyqgis

pyqgisqgisstandalone

I am trying to develop a standalone application using pyqgis but I have no clue on where to start and where to write the code to make it happen so if anyone can provide me a tutorial to getting started, it'll be a huge benefit for me. Thanks.

Best Answer

The best resource for this is the official documentation in the pyqgis cookbook

Also a very useful resource is the API documentation although aimed at C++ code and therefore not always applicable just like that it is very good for finding hints.

You can also search for existing python plugins and have a look at how they solved similar problems.

Related Question