<div dir="ltr"> I wanted to georeference the raster image in UTM coordinates into the boundry of red polygon with geographic coordinate system.<br><br><a href="https://drive.google.com/file/d/0B2RqG9tSAAIUc3J5ZDN6V01IcG8/view?usp=sharing">https://drive.google.com/file/d/0B2RqG9tSAAIUc3J5ZDN6V01IcG8/view?usp=sharing</a><br><br>I tried as follows:<br><br>gdalwarp,-t_srs wgs84 -srcnodata 0 -dstnodata 0 -r near -te -96.75234 54.93479 -92.90071 56.91041 i<div><br></div><div><span style="color:rgb(51,51,51);font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;line-height:18px;background-color:rgba(248,248,248,0.6)">What parameters should I provide for that?</span><br></div></div>