Re[mapguide-users] project Raster

Frank Warmerdam warmerdam at pobox.com
Fri Oct 24 14:41:03 EDT 2008


Don MacGregor wrote:
> Many thanks Frank for your prompt reply,
> I am getting an error while running the following command using FWTools
> Shell;
> 
> gdalwarp -t_srs '+proj=tmerc +lon_0=-115 +k=0.9992 +datum=NAD83' 
> raw_spot.tif utm11.tif
> 
> (while raw_spot.tif file in my bin folder)
> 
> ERROR 1: Translating source or target SRS failed:
> '+proj=tmerc

Don,

On windows you should use double quotes around the coordinate system.

Try:

gdalwarp -t_srs "+proj=tmerc +lon_0=-115 +k=0.9992 +datum=NAD83"
      raw_spot.tif utm11.tif

Best regards,
-- 
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up   | Frank Warmerdam, warmerdam at pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush    | Geospatial Programmer for Rent



More information about the mapguide-users mailing list