<div dir="ltr">I have some Lidar-derived lat/lng/elevation points in Austria in <a href="https://epsg.io/9274">EPSG:9274</a> that I want to convert to <a href="https://epsg.io/5778">EPSG:5778</a>.  I gather this is done by applying the offsets from a particular model called the "Höhengrid", which I found at <a href="https://cdn.proj.org/">https://cdn.proj.org/</a>.  These points are locations and heights of mountains, and I want to convert them to EPSG:5778 because that's what's used on the BEV Austrian topographic maps.<div><br></div><div>I get this error when I try to do the conversion:</div><div><br></div><div>echo 46.642970 12.792060 2513.98 | cs2cs +init=epsg:9274 +to +init=epsg:5778<br>DeprecationWarning: PROJ_LIB environment variable is deprecated, and will be removed in a future release. You are encouraged to set PROJ_DATA instead.<br>proj_crs_get_geodetic_crs: CRS has no geodetic CRS<br>Rel. 9.3.1, December 1st, 2023<br><cs2cs>:<br>cannot initialize transformation<br>cause: Unknown error (code 4096)<br>program abnormally terminated<br></div><div><br></div><div>What does "CRS has no geodetic CRS" mean, and how do I fix it?</div><div><br></div><div>(Also, if anyone knows more about why these two different EPSGs exist, I am curious.  One is for maps and one is for "scientific purposes" but I don't know what that means in practice.)</div><div><br></div><div>---Andrew</div></div>