椭圆形立体投影中如何使用“共形纬度”?
在我的工作中,我一直在对内部软件进行一些维护,这些软件声称实现了“立体投影”,其公式是很久以前从旧系统中复制的。 从我所看到的,它似乎实现了EPSG的“ Oblique and Equatorial Stereographic”(代码9809)。但是有一个步骤我无法确定。我们的代码中使用的“ R”值是使用以下参数计算的: (phi_n, lambda_n) - null distortion coordinates (PHI_nc, LAMBDA_nc) - conformal null distortion coordinates (PHI_o, LAMBDA_o) - conformal projection origin coordinates e - eccenttricity r_eq - earth radius at equator 鉴于此,获得R的公式为: a = 1 + cos(PHI_nc) * cos(PHI_o) * cos(LAMBDA_nc - LAMBA_o) b = …