<div dir="ltr"><div>Nyall,</div><div><br></div><div>Thanks!!! That is just what I needed.</div><div><br></div><div>Calvin<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Aug 16, 2018 at 5:35 PM, Nyall Dawson <span dir="ltr"><<a href="mailto:nyall.dawson@gmail.com" target="_blank">nyall.dawson@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Fri, 17 Aug 2018 at 01:24, C Hamilton <<a href="mailto:adenaculture@gmail.com">adenaculture@gmail.com</a>> wrote:<br>
><br>
> How do I get access to the ellipsoid parameters, in Python, found in the Project Properties under Measurements->Ellipsoid? -- ie. the ellipsoid name, semi-major, and semi-minor axis.<br>
<br>
</span>QgsProject.instance().<wbr>ellipsoid()<br>
<br>
and<br>
<br>
QgsEllipsoidUtils.<wbr>ellipsoidParameters( QgsProject.instance().<wbr>ellipsoid() )<br>
<span class=""><br>
> Does QGIS 3 still use Vincinty to calculate geodesic distances and position or does it use something else?<br>
<br>
</span>Yes.<br>
.<br>
.<br>
.<br>
(Until you port your nice functions to c++ and send in a pull request ;P )<br>
<br>
Nyall<br>
<br>
><br>
> Thanks,<br>
><br>
> Calvin<br>
> ______________________________<wbr>_________________<br>
> QGIS-Developer mailing list<br>
> <a href="mailto:QGIS-Developer@lists.osgeo.org">QGIS-Developer@lists.osgeo.org</a><br>
> List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank">https://lists.osgeo.org/<wbr>mailman/listinfo/qgis-<wbr>developer</a><br>
> Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank">https://lists.osgeo.org/<wbr>mailman/listinfo/qgis-<wbr>developer</a><br>
</blockquote></div><br></div>