<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div><span>I have set PostGIS 2.0 with Raster (in Windows 7) and tried to upload a .tiff image, by following the instructions in 3.1 from here: http://trac.osgeo.org/gdal/wiki/frmts_wtkraster.html (</span><span style="font-style: italic;">python raster2pgsql.py -r /path/to/katrina.tif -t katrina -l 1 -k 64x64 -o katrina.sql -s 4326 -I -M</span> and after<span style="font-style: italic;"></span> <span style="font-style: italic;">psql -d <raster_database> -f katrina.sql -U <user> -W).</span></div><div><br><span></span></div><div><span>What i get in my database is a new table with the name of my image with no data inside (only "1" in rid serial) and a row at the raster_columns with all data  of the uploaded image except the nodata_values. I tried to import them with -n but it doesn't work with raster2pgsql.py. I
 connect to my database with QGIS 1.7.1 through WTKRaster plugin and what i get is no geometry and no data at all in the raster table (as expected) and the raster_columns appears as a polygon with the right coordinates but with no texture inside (only one color polygon). <br></span></div><div><span><br></span></div><div><span>Can anyone tell what is wrong (if it is any) with this process and what to correct so I can see the raster image I upload with all the data and texture in the QGIS? I appreciate your help. <br></span></div><div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"><div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"><br></div></div></div></body></html>