Sunday, 6 August 2017

How to deploy a QGIS Python Standalone Application with minimum installation size?


I am trying to create a Standalone QGis Application using python. I was able to create the nice looking shapeviewer application by following the steps here.


enter image description here


Now I would like to deploy this in another system. Considering this is a small application, how can i keep the installation to a smaller size in the target machine? I would like to explore the possibility of not having to install QGis to run such a simple application. Is this possible?




No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...