QGIS Loads Black Screen For PostGIS Out-Db Raster Data
Hi All,
I have an out-db raster on PostGIS which I tried to load in QGIS (v
2.14.12-Essen) utilizing the DB Manager to establish a connection. I could
view the raster table, but when I try to "Add to canvas" it displays a
black screen instead of the raster image.
I would be glad if someone could help me to resolve this.
On 04/18/2017 06:41 AM, Osahon Oduware wrote:
Hi All,
I have an out-db raster on PostGIS which I tried to load in QGIS (v
2.14.12-Essen) utilizing the DB Manager to establish a connection. I
could view the raster table, but when I try to "Add to canvas" it
displays a black screen instead of the raster image.
There is data in the table?
I am not that familiar with GIS, much less QGIS. Still a quick look at
the docs found this:
I see Add Raster layer, nothing about Add to canvas.
If the above does not answer the question I would say you will have a
better chance of getting an answer here:
http://lists.osgeo.org/mailman/listinfo/qgis-user
I would be glad if someone could help me to resolve this.
--
Adrian Klaver
adrian.klaver@aklaver.com
--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
Hi Adrian,
I think it is a problem with QGIS as things seems fine from the PostGIS end
(raster data) going by the following queries:
*SELECT r_table_name, r_raster_column, out_db FROM raster_columns;*
returned the following output:
"test_rast","rast","[True, True, True]"
*SELECT t.rid, (md).isoutdb, (md).path*
*FROM test_rast AS t, ST_BandMetaData(t.rast) AS md*
*limit 1;*
returned the following output:
1,True,"/home/nagispg/local/src/SID_Test/rast_1.sid"
*SELECT ST_Width(rast) wdth, ST_Height(rast) hgt*
*FROM test_rast;*
returned the following output:
10000,7000
The "Add to canvas" menu is a pop-up that is displayed when you right-click
on the raster table from the DB Manager Menu (Database => DB Manager => DB
Manager)
On Tue, Apr 18, 2017 at 3:03 PM, Adrian Klaver <adrian.klaver@aklaver.com>
wrote:
Show quoted text
On 04/18/2017 06:41 AM, Osahon Oduware wrote:
Hi All,
I have an out-db raster on PostGIS which I tried to load in QGIS (v
2.14.12-Essen) utilizing the DB Manager to establish a connection. I
could view the raster table, but when I try to "Add to canvas" it
displays a black screen instead of the raster image.There is data in the table?
I am not that familiar with GIS, much less QGIS. Still a quick look at the
docs found this:http://docs.qgis.org/2.14/en/docs/user_manual/working_with_r
aster/supported_data.html#what-is-raster-dataI see Add Raster layer, nothing about Add to canvas.
If the above does not answer the question I would say you will have a
better chance of getting an answer here:http://lists.osgeo.org/mailman/listinfo/qgis-user
I would be glad if someone could help me to resolve this.
--
Adrian Klaver
adrian.klaver@aklaver.com
I forgot to mention that I have put the question on the qgis-user mailing
list. Thanks for your help.
On Tue, Apr 18, 2017 at 3:31 PM, Osahon Oduware <osahon.gis@gmail.com>
wrote:
Show quoted text
Hi Adrian,
I think it is a problem with QGIS as things seems fine from the PostGIS
end (raster data) going by the following queries:*SELECT r_table_name, r_raster_column, out_db FROM raster_columns;*
returned the following output:
"test_rast","rast","[True, True, True]"*SELECT t.rid, (md).isoutdb, (md).path*
*FROM test_rast AS t, ST_BandMetaData(t.rast) AS md*
*limit 1;*
returned the following output:
1,True,"/home/nagispg/local/src/SID_Test/rast_1.sid"*SELECT ST_Width(rast) wdth, ST_Height(rast) hgt*
*FROM test_rast;*
returned the following output:
10000,7000The "Add to canvas" menu is a pop-up that is displayed when you
right-click on the raster table from the DB Manager Menu (Database => DB
Manager => DB Manager)On Tue, Apr 18, 2017 at 3:03 PM, Adrian Klaver <adrian.klaver@aklaver.com>
wrote:On 04/18/2017 06:41 AM, Osahon Oduware wrote:
Hi All,
I have an out-db raster on PostGIS which I tried to load in QGIS (v
2.14.12-Essen) utilizing the DB Manager to establish a connection. I
could view the raster table, but when I try to "Add to canvas" it
displays a black screen instead of the raster image.There is data in the table?
I am not that familiar with GIS, much less QGIS. Still a quick look at
the docs found this:http://docs.qgis.org/2.14/en/docs/user_manual/working_with_r
aster/supported_data.html#what-is-raster-dataI see Add Raster layer, nothing about Add to canvas.
If the above does not answer the question I would say you will have a
better chance of getting an answer here:http://lists.osgeo.org/mailman/listinfo/qgis-user
I would be glad if someone could help me to resolve this.
--
Adrian Klaver
adrian.klaver@aklaver.com
On 04/18/2017 07:37 AM, Osahon Oduware wrote:
I forgot to mention that I have put the question on the qgis-user
mailing list. Thanks for your help.
Great, because I don't have a clue where to go from here.
--
Adrian Klaver
adrian.klaver@aklaver.com
--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general