<div dir="ltr">Hi,<div><br></div><div>I'm using gdalwarp to convert a raster dataset from EPSG:4326 to EPSG:2202</div><div><br></div><div>$>gdalwarp -s_srs "EPSG:4326" -t_srs "EPSG:2202" inputfile.tif outputfile.tif</div>
<div><br></div><div>after that, the output file is correted converted to the new coordinate system, but the output raster image has some blank area at the boorders. I need obtain the lower left corner coordinates from the output raster file including the blank area.</div>
<div>My question: is enought use the information obtained from gdalinfo (lower left corner coordinates)?</div><div>It does includes the blank area?</div><div><br></div><div>Is there a way to cut-off these blank area from output file or just inform gdalwarp to crop the image just to valid data?  </div>
</div>