<div dir="ltr">Probably not possible: proj=horner is meant for evaluating 2D polynomials, where,<div>if I understand your situation correctly, you need to evaluate three 1D polynomials.</div><div><br></div><div>Also, proj=horner computes polynomial corrections, which are added to your input coordinates,</div><div>for the final output. So all in all a quite different situation from obtaining the bare polynomial values.</div><div>So I believe this most likely is not the tool you are looking for.</div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">Den tors. 30. apr. 2026 kl. 01.54 skrev Norman Barker via PROJ <<a href="mailto:proj@lists.osgeo.org">proj@lists.osgeo.org</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi,<div><br></div><div>Looking at <a href="https://proj.org/en/stable/operations/transformations/horner.html" target="_blank">https://proj.org/en/stable/operations/transformations/horner.html</a> it mentions the domain being 2D and 3D. I also looked at the code and read more about Horner and it seems that I can apply Horner on two dimensions and then the third.</div><div><br></div><div>My problem is that I have a moving coordinate frame (in ECEF) that is a function of time, it is representing a sensor in space. Each frame unit vector UX, UY, and UZ is specified as the coefficients of a polynomial in X, Y, and Z (ECEF) that is dependent on time (t).</div><div><br></div><div>Using a proj string I am hoping that I can pass in a coordinate `t` to generate the XYZ coordinates which I can then pass down the pipeline.</div><div><br></div><div>Is this possible, if so how do I use Horner with three dimensional data?</div><div><br></div><div>Many thanks,</div><div><br></div><div>Norman</div><div><br></div><div><br></div></div>
_______________________________________________<br>
PROJ mailing list<br>
<a href="mailto:PROJ@lists.osgeo.org" target="_blank">PROJ@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/proj" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/proj</a><br>
</blockquote></div>