Saturday, 8 December 2018

How to control QGIS from within Anaconda's Spyder (Continuum Analytics Python distribution) in Windows


I would like to control QGIS from within Anaconda's Spyder, in particular use the QGIS core modules.


My config:


Windows 7
Anaconda 64x for Python 2.7

Spyder 2.3
Postgresql 9.4
PostGIS 2.1
QGIS 2.8 (Wien)

Unfortunately it seems (from several answer I read) that one needs to recompile the distribution prior to be able to do that.


So I came to read this documentation on the github: https://raw.githubusercontent.com/qgis/QGIS/master/INSTALL


I don't quite see where it is that one can modify the python distribution enclosed into the install. Could anyone give me some comments or a starting point to build an Anaconda compatible distribution of QGIS?




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...