On Fri, 17 Aug 2018 at 01:24, C Hamilton <adenacult...@gmail.com> wrote:
>
> 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.

QgsProject.instance().ellipsoid()

and

QgsEllipsoidUtils.ellipsoidParameters( QgsProject.instance().ellipsoid() )

> Does QGIS 3 still use Vincinty to calculate geodesic distances and position 
> or does it use something else?

Yes.
.
.
.
(Until you port your nice functions to c++ and send in a pull request ;P )

Nyall

>
> Thanks,
>
> Calvin
> _______________________________________________
> QGIS-Developer mailing list
> QGIS-Developer@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
_______________________________________________
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to