<div dir="ltr">Greetings,<br><br>I’m hoping the mailing list can enlighten me regarding handling of vertical shift in PROJ.<br><br>Using this Switzerland vertical shift grid (<a href="https://www.dropbox.com/s/6uzpg3gr47q1p1k/CHGeo04.gtx?dl=0">https://www.dropbox.com/s/6uzpg3gr47q1p1k/CHGeo04.gtx?dl=0</a>), if I type in the following command to adjust vertical height (100 meters here):<br><br>echo 7.9995 46.7949 100 | cct +proj=vgridshift +grids=CHGeo04.gtx<br><br>PROJ returns the following result:<br><br>7.9995000000   46.7949000000       49.8406           inf<br><br>The adjusted height is 49.8 meters. This puzzles me as the grid’s value at the provided longitude and latitude (i.e.  7.9995 46.7949) is 50.179. I would have assumed that this meant a vertical adjustment of +50.179, not -50.179 as observed by the PROJ returned values.<br><br>Is PROJ’s result the correct one based on the grid? Or should an inverse transformation (i.e. cct -t) be used here? If so, what’s the rationale of whether to pick forward or inverse transformation?<br><br>Regards,<br><br>Mathieu Pellerin</div>