id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc 4561,"PostGIS Raster driver: Crashes in mode 2 with rotated, non missign tiles, side by side",pracine,jorgearevalo,"The driver crashes with this command: {{{ C:\Windows\System32>gdal_translate -oF GTiff ""PG:host='localhost' dbname='test3' user='postgres' password='1postgres' ta ble='test06' mode=2"" c:/temp/test06-mode2.tif }}} on this table: {{{ CREATE TABLE test06 AS SELECT 1 rid, ST_MapAlgebraExpr(ST_AddBand(ST_MakeEmptyRaster(10, 10, 0, 0, 0.1, -0.1, 0.05, 0.05, 4269), '8BUI'::text, 1, 0), '32BUI', '([rast.x] - 1) * 10 + [rast.y]') rast UNION ALL SELECT 2 rid, ST_MapAlgebraExpr(ST_AddBand(ST_MakeEmptyRaster(10, 10, 1, 0.5, 0.1, -0.1, 0.05, 0.05, 4269), '8BUI'::text, 1, 0), '32BUI', '([rast.x] - 1) * 10 + [rast.y]') rast; }}} Not crashing is one thing, supporting this raster arrangement is another thing. ",defect,closed,normal,closed_because_of_github_migration,GDAL_Raster,1.9.0,normal,wontfix,postgis_raster,jorgearevalo dzwarg