> Because I did a quick test and copied past previous SQL requests and I did > not > clean it before! Of course you can remove the next 2 bands which don't > exist > but the first one should have correct statistic. > > Thanks Pierre to let me know the logical ;)
Sorry I thought you were complaining about the error message not about the stats.... MNT250_L93_FRANCE.ASC is a text file right? I would suspect a bad interpretation of the decimal separator. Check also what pixeltype was used by the importer with ST_BandPixelType() or ST_BandMetadata(). I suspect it used 32BUI (because it does not recognize the separator) when it should use 32BF. Pierre _______________________________________________ postgis-users mailing list [email protected] http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users
