<div dir="ltr">Hi all,<div><br></div><div>We've been making some orthos with gdalwarp (gdal version 2.1.1) and encountering resampling errors in the output (gittery output in the lines in certain spots).  Long story short, explicitly setting the "-et" option to "0" fixed it, but the docs for gdalwarp say the following (under the -et flag description):</div><div><br></div><div><span style="color:rgb(0,0,0);font-family:roboto,sans-serif;font-size:14px;line-height:22px">"starting with GDAL 2.1, the RPC_DEM warping option is specified, in which case, an exact transformer, i.e. err_threshold=0, will be used"</span><br></div><div><br></div><div>Here's an example of the call we're making where we see the artifacts:</div><div>







<p><span>gdalwarp -t_srs EPSG:3857 -rpc -to RPC_DEM=dem.tif in.tif out.tif</span></p><p>and this guy fixes it:</p><p><span>gdalwarp -et 0 -t_srs EPSG:3857 -rpc -to RPC_DEM=dem.tif in.tif out.tif</span></p><p>I'm guessing the flag is not actually being set, but if anyone can point me to the code where this default is supposed to be set when the dem is specified, I might be able to provide a fix or figure out that I'm doing it wrong!  I didn't have much luck searching through the github archive.</p><p>Thanks!</p><p>-Patrick</p></div><div><span><br></span></div><div><br></div><div><br></div><div><br></div></div>