Am 19.09.2012 05:11, schrieb Antonio Silva:


Now I'm getting: "Warning : the input vector layer has a SRS, but the
source raster dataset does not.
Cutline results may be incorrect."


So, what is going wrong? The asc (raster file) and the shape with the
polygon can be downloaded at http://dl.dropbox.com/u/755659/TSM.rar

The gdalwarp command does not know anything about the CRS you set inside Qgis. So you have to apply the CRS to the raster file first:

gdalwarp -t_srs EPSG:4326 32610_2.asc 32610_2.tif

With that fully flavoured Geotiff you can do all necessary gdal operations.

HTH,
André Joost

_______________________________________________
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to