<div dir="ltr">I am using the gdal warp (reproject) processing algorithm in 2.18.9 with the 'Set georeferenced extents of output file' option, eg. the -te command line switch.<div><br></div><div>I am warping from unprojected to UTM coordinates.</div><div><br></div><div>Here is a correctly constructed console call</div><div>gdalwarp -ot Float32 -t_srs EPSG:32611 -r near -of GTiff -te 222749.290374 3763741.53271 317609.171896 3877346.18124 -co COMPRESS=DEFLATE -co PREDICTOR=1 -co ZLEVEL=6 -wo OPTIMIZE_SIZE=TRUE C:\Users\andreas\Documents\x3d\n35w120\grdn35w120_clipped_600x700.tif "[temporary file]"<br></div><div><br></div><div>(Sometimes the shown console command does not seem to get updated properly, but the executed command seems to be always correct)</div><div><br></div><div>When I now 'Run' the algo, there is this warning:</div><div><br></div><div>'Extent parameters must use the same CRS as the input layers.</div><div>Your input layers do not have the same extent as the project, so the extent might be in a wrong CRS if you have selected it from the canvas.'</div><div><br></div><div>The project crs is the warp destination crs (UTM).</div><div><br></div><div>The warning is misleading since gdalwarp by default will use the _target_ crs:</div><div><dt style="font-weight:bold;color:rgb(0,0,0);font-family:Roboto,sans-serif;font-size:14px"><b>-te</b> <em>xmin ymin xmax ymax</em>:</dt><dd style="color:rgb(0,0,0);font-family:Roboto,sans-serif;font-size:14px">set georeferenced extents of output file to be created (in target SRS by default, or in the SRS specified with -te_srs)</dd></div><div><br></div><div>Furthermore, the extent parameters can be in any srs if the -te_srs option is used.</div><div><br></div><div>So to me the warning is quite irritating.</div><div><br></div><div>Additionally, I am using the algorithm in a model where I know the inputs for the extents are correct. Is there a way to silence these wanrings in models ?</div><div><br></div><div>THanks,</div><div><br></div><div>Andreas</div></div>