I didn't use fw tools. I have installed python 2.6 and python gdal package (see bottom of this page) http://pypi.python.org/pypi/GDAL/
You might need numpy as well http://sourceforge.net/projects/numpy/ Hope this help, Steve mukesh karanwal <[email protected]>@postgis.refractions.net Envoyé par : [email protected] 01/02/2010 05:06 AM Veuillez répondre à PostGIS Users Discussion <[email protected]> A PostGIS Users Discussion <[email protected]> cc Objet Re: [postgis-users] Error Using WKTRASTER! Yeah, I had gone through this article and installed FW Tools still the problem remains the same!! do i need to change the system path and Gdal_Data variables again? --- On Mon, 2/1/10, Jorge Arévalo <[email protected]> wrote: From: Jorge Arévalo <[email protected]> Subject: Re: [postgis-users] Error Using WKTRASTER! To: "PostGIS Users Discussion" <[email protected]> Date: Monday, February 1, 2010, 12:33 PM On Mon, Feb 1, 2010 at 6:49 AM, mukesh karanwal <[email protected] > wrote: Hi, I am trying to load raster data (Goetiff file) using "wktRaster" with the following command: C:\Program Files\..\..>gdal2wktraster.py -r utmfile.tif -t utmtable -o utmfile.sql As i execute this command from command prompt, it gives the following error: File "C:\Program Files\..\..>gdal2wktraster.py" , line 32, in <module> from osgeo import gdal import error: no module named osgeo I am having Python 2.5 with system path: C:\gdalwin32-1.6\bin GDAL_DATA: C:\gdalwin32-1.6\data how can i get rid of this error and store geotiff file in postgresql ? With Regards, Mukesh Hi Mukesh, Probably, the solution to your problem is here: http://lists.osgeo.org/pipermail/gdal-dev/2009-December/022916.html Best regards, Jorge _______________________________________________ postgis-users mailing list [email protected] http://postgis.refractions.net/mailman/listinfo/postgis-users -----Inline Attachment Follows----- _______________________________________________ postgis-users mailing list [email protected] http://postgis.refractions.net/mailman/listinfo/postgis-users _______________________________________________ postgis-users mailing list [email protected] http://postgis.refractions.net/mailman/listinfo/postgis-users
_______________________________________________ postgis-users mailing list [email protected] http://postgis.refractions.net/mailman/listinfo/postgis-users
