Il 24/05/2012 20:28, Bborie Park ha scritto: > Double checking your query, the table created doesn't have an "rid" > column and the raster column must be called "rast". These are > limitations of the GDAL PostGIS Raster driver... OK, so now:
CREATE TABLE dtm_wgs84c AS SELECT rid, ST_Transform(rast,4326, 'Bilinear') AS rast FROM hdr; results in: ERROR 1: Error, the table public.dtm_wgs84c contains tiles with different size, and irregular blocking is not supported yet I suppose the transformation stretches the geometries. All the best. -- Paolo Cavallini See: http://www.faunalia.it/pc _______________________________________________ postgis-users mailing list postgis-users@postgis.refractions.net http://postgis.refractions.net/mailman/listinfo/postgis-users