Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.7, 0.8, 1.0, 1.1, 1.2, 1.3
-
None
Description
InterpolatedMolodenskyTransform applies a transformation between two geographic CRS by performing geocentric translations interpolated from a grid file, but using Molodensky approximation. The errors caused by this approximation is greater than the intended precision of those grid files, which make the use of this class dubious Indeed, InterpolatedMolodenskyTransform is not used anywhere and should be removed. The class to use instead is InterpolatedGeocentricTransform.