[postgis-devel] R: Re: raster2pgsql error?
Salvatore Larosa
S_Larosa at libero.it
Thu Mar 8 00:27:42 PST 2012
Hi,
In Python Console I use:
from qgis.utils import iface
connection = "PG:host='localhost' port='5432' dbname='workshop'
user='postgres' password='*******' schema='public' table='katrina' mode='2'"
iface.addRasterLayer(connection, "katrina")
Is gdal-config --version output correct, for r24093?
>What python commands are you using in the QGIS python console? Since
>you are getting output from ST_SummaryStats, we know that the data is
>present in PostGIS Raster. The problem is definitely in the GDAL side...
>
>-bborie
More information about the postgis-devel
mailing list