<div dir="ltr">>
If I use something defined with proj_create_crs_to_crs I get incorrect<br>values for the meridian convergence<div><br></div><div>Which is as expected: proj_create_crs_to_crs returns a transformation</div><div>BETWEEN two CRS. The geometrical factors are meaningfully defined</div><div>for projections only. A transformation between two CRS is not in general</div><div>a projection.</div><div><br></div><div>You may get some numbers out of calling proj_factors with a transformation</div><div>as an argument, but you should not expect any kind of meaningful result.</div><div><br></div><div>Also, you may get numbers out of a PJ generated from a CRS (EPSG:nnnn),</div><div>by ignoring the reference frame information implied, in which case an</div><div>eventual projection remains. But if the CRS is, say, geographical or</div><div>geocentric cartesian, the factors are meaningless.</div><div><br></div><div>**It's apples and pears**. Don't expect meaningful proj_factors from anything</div><div>other than a traditional projection specification.</div></div>