<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; ">
<div>Hi everyone,</div>
<div>&nbsp; &nbsp; &nbsp;I'm trying to include support for a custom coordinate system (SCH – Spherical Cross-track Height) used in radar image processing. The coordinate transform from (SCH) to geodetic / geocentric coordinates is hard to accomplish easily using the current
 mechanisms available in proj.4 . I would suggest extending the API to include fwd3d and inv3d functions. Presence of these functions can be checked for in pj_transform and in their absence one can seamlessly fall back on the exist fwd / inv functions. Introduction
 of these new functions will not affect the widely used API and will help make a case for using PROJ.4 / GDAL in public domain radar imaging software.&nbsp;</div>
<div><br>
</div>
<div>I have a proof of concept working on a github fork :&nbsp;</div>
<div><a href="https://github.com/piyushrpt/proj.4">https://github.com/piyushrpt/proj.4</a></div>
<div><br>
</div>
<div>Any recommendations / suggestions are welcome.&nbsp;</div>
<div><br>
</div>
<div>Thanks</div>
<div>Piyush</div>
</body>
</html>