[postgis-users] postgis raster

Paolo Corti pcorti at gmail.com
Mon Feb 4 07:43:39 PST 2013


On Mon, Feb 4, 2013 at 4:20 PM, Paolo Corti <pcorti at gmail.com> wrote:
> gdalbuildvrt pg_raster.vrt PG":host='<host>' port:'<port>'
> dbname='<dbname>' user='<user>' password='<password>'
>
> and then add pg_raster.vrt using the "Add raster layer" qgis dialog
>

sorry, the format of the postgis raster string is missing some obvious
parameters (mainly schema and table).
This should be the correct version:

 gdalbuildvrt pg_raster.vrt PG":host='<host>' port:'<port>'
dbname='<dbname>' user='<user>' password='<password>'
[schema='<schema>'] [table='<raster_table>'] [where='<sql_where>']
[mode='<working_mode>']"

p

> --
> Paolo Corti
> Geospatial software developer
> web: http://www.paolocorti.net
> twitter: @capooti
> skype: capooti



-- 
Paolo Corti
Geospatial software developer
web: http://www.paolocorti.net
twitter: @capooti
skype: capooti


More information about the postgis-users mailing list