Package pygeodesy :: Package geodesicx :: Module gxbases
[frames] | no frames]

Module gxbases

Base geodesicx classes, functions and constants.

Copyright (C) Charles Karney (2012-2021) <Charles@Karney.com> and licensed under the MIT/X11 License. For more information, see GeographicLib.


Version: 22.04.29

Variables
  Caps = Caps()
Enum-style masks to be bit-or'ed to specify geodesic capabilities (caps) and expected results (outmask).
Variables Details

Caps

Enum-style masks to be bit-or'ed to specify geodesic capabilities (caps) and expected results (outmask).

AREA - compute area S12,

AZIMUTH - include azimuths azi1 and azi2,

DISTANCE - compute distance s12,

DISTANCE_IN - allow distance s12 in .Direct,

EMPTY - nothing, formerly aka NONE,

GEODESICSCALE - compute geodesic scales M12 and M21,

LATITUDE - compute latitude lat2,

LONGITUDE - compute longitude lon2,

LONG_UNROLL - unroll lon2 in .Direct,

REDUCEDLENGTH - compute reduced length m12,

REVERSE2 - reverse azi2,

and ALL - all of the above.

STANDARD = AZIMUTH | DISTANCE | DISTANCE_IN | LATITUDE | LONGITUDE

Value:
Caps()