<div dir="ltr">Hi<br><br>I'm trying to convert a WGS84/ETRS89 positions in Ireland into a ITM (Irish Transverse Mercator) easting northings and OSGM15 elevations.<br><br>Using the this commands:<br><br>  echo -6.6 53 21 | /proj \<br>     +proj=tmerc +lat_0=53.5 +lon_0=-8 +k=0.99982 +x_0=600000 +y_0=750000 +ellps=GRS80 <br>     +towgs84=0,0,0,0,0,0,0 +units=m +no_defs<br><br>gives me:<br><br>  693972.63    695281.52 21<br><br>The easting and northing are correct, however the elevation is not, the correct value is -35.15.<br><br>Is it possible to use proj4 to calculate OSGM15 elevations? What should the proj-string be in that case?<br><br>Or do i need to create a .gtx file for OSGM15?<br><br>Not sure how the elevations work in proj4, is there any documentation i could read?<br><br><br>Thanks in advance,<br>Elmir<br></div>