[GENERAL] ST_CreateOverview Function Generating Overview-Rasters With Black Grids - Mailing list pgsql-general

From Osahon Oduware
Subject [GENERAL] ST_CreateOverview Function Generating Overview-Rasters With Black Grids
Date
Msg-id CAGpiUSiQ0pJ9hiO9eCMN2djJPOWBHMq=0tNTnyMqUnZBt3wp0Q@mail.gmail.com
Whole thread Raw
List pgsql-general
Hi All,

I used the ST_CreateOverview function to create overviews for a sample raster (256 x 256 pixels; 14,400 rows) as follows:

SELECT ST_CreateOverview('<raster_table>'::regclass,'rast_column'::name, <factor>);
where <factor> used is 2,3,4,5,6,7,8

When I try to view the raster in QGIS I notice some black grids appear at higher-levels of zoom which would obviously be from the overview table (see attached image), but there are no black grids at lower-levels of zoom which would obviously be from the actual raster table (see attached image).

I can see that someone complained of a similar problem for the same function in the link below, but there was no solution:
http://osgeo-org.1560.x6.nabble.com/st-createoverview-td5261112.html

Could someone explain the likely cause for this and how to avoid having the black grids from the overviews.
Attachment

pgsql-general by date:

Previous
From: Igor Neyman
Date:
Subject: Re: [GENERAL] Oracle database into PostgreSQL using Ora2PG tool.
Next
From: Igor Neyman
Date:
Subject: Re: [GENERAL] Oracle database into PostgreSQL using Ora2PG tool.