<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div>Hello to everyone,</div><div><br></div><div>I'm very new to postGis stuff and i finally manage to import into my database a .shp file and a .tiff one, with the raster extension. <br></div><div>I used these commands for the raster file (found here: http://trac.osgeo.org/gdal/wiki/frmts_wtkraster.html): </div><div><br></div><div>>$ python raster2pgsql.py -r /path/to/katrina.tif -t katrina -l 1 -k 64x64 -o katrina.sql -s 4326 -I -M<br></div><div>>$ psql -d <raster_database> -f katrina.sql -U <user> -W</div><div><br></div><div>Now i'm able to see the raster file in the database, as a new table and in the raster_columns. My problem is that i can't see/use it from any gis program that i tried, such as uDig, QGis etc. Contrary to the .shp file, the .tiff most times doesn't appear or it does but with no
 geometry, so it can't be visualized. </div><div><br></div><div>If anyone could help i would be glad, because i'm stuck and i can't move on to my thesis.</div><div><br></div><div>Thanx.<br></div><div><br></div></div></body></html>