[postgis-users] Meaning of "Unable to count the values for band at index 1"

Pierre Racine Pierre.Racine at sbf.ulaval.ca
Fri Jul 12 11:41:12 PDT 2013


Hi,

I do this query for counting the frequency of values in a raster:

SELECT identifian, ST_ValueCount(ST_Clip(rast, geom)) As pvc
FROM raster400x400_out, zones
WHERE ST_Intersects(rast, geom)

and I get many message like:

"Unable to count the values for band at index 1"

What does that mean?

Thanks,

Pierre


More information about the postgis-users mailing list