<div dir="ltr"><div>Hi,</div><div><br></div><div>I'm not sure if this is a local issue on my dev env or if it is a real issue, I have a raster layer in EPSG:4258 ('ETRS89') from copernicus and the project's CRS is 4326, the transformation silently fails and the raster is not reprojected. <br></div><div><br></div><div>The issue can be reproduced from the console too:</div><div><br></div><div>

<p style="margin:0px;text-indent:0px;white-space:pre-wrap">ct = QgsCoordinateTransform(QgsCoordinateReferenceSystem(4258), QgsCoordinateReferenceSystem(4326), QgsProject.instance().transformContext())<br></p><p style="margin:0px;text-indent:0px;white-space:pre-wrap">ct.transformBoundingBox(QgsRectangle(4153600, 1296000, 5000000, 2000000))</p><p style="margin:0px;text-indent:0px;white-space:pre-wrap">ct.isValid()</p><p style="margin:0px;text-indent:0px;white-space:pre-wrap">True<br></p><p style="margin:0px;text-indent:0px;white-space:pre-wrap"><br></p><p style="margin:0px;text-indent:0px;white-space:pre-wrap">Result:

</p><p style="margin:0px;text-indent:0px;white-space:pre-wrap"><QgsRectangle: 4153600 1296000, 5000000.00000001396983862 1999999.99999999720603228></p>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap"><br></p><p style="margin:0px;text-indent:0px;white-space:pre-wrap">Any ideas?</p></div><div><br></div><div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Alessandro Pasotti</div><div>QCooperative:  <a href="https://www.qcooperative.net" target="_blank">www.qcooperative.net</a><br></div>ItOpen:   <a href="http://www.itopen.it" target="_blank">www.itopen.it</a></div></div></div></div>