Re: Логика открытия слоёв в 28410 в QGIS и в MapInfo
Добавлено: 13 мар 2013, 13:21
Причина смены знаков описана, как я понял, здесь:dab писал(а): То есть два параметра были отрицательные, а стали положительные:
... -0.35, -0.79 ... => ... 0.35,0.79 ...
Почему происходит смена знака?
A more complete discussion of the 3 and 7 parameter transformations can be found in the EPSG database (trf_method's 9603 and 9606). Within PROJ.4 the following calculations are used to apply the towgs84 transformation (going to WGS84). The x, y and z coordinates are in geocentric coordinates. Three parameter transformation (simple offsets):
.....
Note that EPSG method 9607 (coordinate frame rotation) coefficients can be converted to EPSG method 9606 (position vector 7-parameter) supported by PROJ.4 by reversing the sign of the rotation vectors. The methods are otherwise the same.