[PROJ] general use of proj_factors

Thomas Knudsen knudsen.thomas at gmail.com
Fri Oct 25 01:31:05 PDT 2024


>  If I use something defined with proj_create_crs_to_crs I get incorrect
values for the meridian convergence

Which is as expected: proj_create_crs_to_crs returns a transformation
BETWEEN two CRS. The geometrical factors are meaningfully defined
for projections only. A transformation between two CRS is not in general
a projection.

You may get some numbers out of calling proj_factors with a transformation
as an argument, but you should not expect any kind of meaningful result.

Also, you may get numbers out of a PJ generated from a CRS (EPSG:nnnn),
by ignoring the reference frame information implied, in which case an
eventual projection remains. But if the CRS is, say, geographical or
geocentric cartesian, the factors are meaningless.

**It's apples and pears**. Don't expect meaningful proj_factors from
anything
other than a traditional projection specification.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/proj/attachments/20241025/81ee28a5/attachment-0001.htm>


More information about the PROJ mailing list