[postgis-users] Error browsing database

Paolo Cavallini cavallini at faunalia.it
Thu May 24 13:08:59 PDT 2012


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




More information about the postgis-users mailing list