<div dir="ltr"><div>Hi,</div><div><br></div>I want to clarify for myself the question about the work of the library under the hood.<br>I have a lot of work with QGIS which uses the library as a reprojecting mechanism.<br><br>When there is reprojection between CRS with  the same datum, is the intermediate transformation of datums to wgs84 used as an intermediate step or not?<br><br>For example, if I project data from <i>EPSG 4284 Pulkovo 1942</i>   to<i> EPSG 28411 Pulkovo 1942 / Gauss-Kruger zone 14 </i>which both on Pulkovo 42 datum<br>the pipeline looks like this?<blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div> EPSG 4284 > WGS84 > EPSG 28411</div><div><br></div></blockquote><div>or in case of custom CRS like this:</div><div><br>+proj=tmerc +lat_0=0 +lon_0=xxxx +k=1 +x_0=xxxxx +y_0=xxxx +<b>ellps=krass +towgs84</b>=25,-141,-78.5,0,0.35,0.736,0 +units=m +no_defs   </div><div><br></div><div> here I see an explicit to WGS clause<br><br></div><div>Or in this case  intermediate steps to the universal WGS 84 are not performed?<br></div><div><br></div><div>Thanks!</div></div>