Hi again I have seen there is a bug in the current versions of the script. I need to adapt them ( Processing has changed a bit since I write them)
If you cannot wait, juste replace the following line in the script from processing.core.VectorWriter import VectorWriter by from processing.tools.vector import VectorWriter It must do the job 2015-10-08 11:46 GMT+02:00 kimaidou <[email protected]>: > Hi Spencer > > I have created a script to do so. You must been able to get it via the > Processing Toolbox : Scripts / Tools / Get scripts from online collection > > The script is called "Create vector layer from PostGIS table" > You also have one calle "Create vector layer from SQL query" which allows > to create a vector layer from a query > > Cheers > Michaƫl > > 2015-10-08 3:54 GMT+02:00 Spencer Gardner <[email protected]>: > >> I'm writing a processing routine for which I want to send a query, >> receive a table from PostGIS in return, and then do something with the >> results. Is there an easy way to do this in Processing? >> >> _______________________________________________ >> Qgis-developer mailing list >> [email protected] >> http://lists.osgeo.org/mailman/listinfo/qgis-developer >> > >
_______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
