Open himsve opened 11 months ago
@rouault I notifiy you regarding this bug in QGIS
maybe @nyalldawson has some clues ? I kind of remember he has done recently on vertical transformations in QGIS
I'm working on it -- should be in place for 3.36. In short current qgis versions have no support for vertical transforms.
@nyalldawson, have you also seen https://github.com/qgis/QGIS/issues/55458?
What is the bug or the crash?
Vertical transformations based of offset grid do not seem to work at all. The transformation does not return the same transformation as expected from Proj.
Example from EPSG:4937 (ETRS89 3D) to EPSG:5942 (ETRS89 + ETRS89 NN2000 heights):
Expected proj string (Proj v. 9.3.0) :
+proj=pipeline +step +proj=axisswap +order=2,1 +step +proj=unitconvert +xy_in=deg +xy_out=rad +step +inv +proj=vgridshift +grids=no_kv_HREF2018B_NN2000_EUREF89.tif +multiplier=1 +step +proj=unitconvert +xy_in=rad +xy_out=deg +step +proj=axisswap +order=2,1
Steps to reproduce the issue
+proj=noop
Versions
Supported QGIS version
New profile
Additional context
No response