[gdal-dev] gdalwarp: mercator to lambert azimutal equeal area

2009-02-08 Thread jumpjack
Waht's wrong with this command? gdalwarp -s_srs "+proj=merc" -t_srs "+proj=laea" griglia.jpg dest.jpg Result: ERROR 1: Unable to compute a transformation between pixel/line and georeferenced coordinates for griglia.jpg. There is no affine transformation and no GCPs. How do I convert a mercator

[gdal-dev] Re: [Fwd: Re: Warping an already georeferenced image with control points

2009-02-08 Thread Jukka Rahkonen
Jan Hartmann uva.nl> writes: > > No, this doesn't seem to work. Although the coordinate system *is* > retained when I add -a_srs to the gcps, the boundaries of the input file > are discarded: they are reset to the pixel dimensions of the file. Is > this a bug? > > Jan > > Frank Warmerdam wr