Package pyaxqg :: Module __pygeodesy
[frames] | no frames]

Module __pygeodesy

(INTERNAL) pyaxqg access to some private pygeodesy attributes.


Version: 26.09.01

Classes
  Vector3Tuple
3-Tuple (x, y, z) of (geocentric) components, all in meter or the same units.
  AxQGError
Error raised for pyaxqg, axQG and other issues.
  AxQG8Tuple
8-Tuple (x, y, z, H, lat, lon, height, axQG) with cartesian x, y, z and orthometric height H, geodetic lat, lon and ellipsoidal height, axQG the Ax*QG instance with lat and lon in degrees and with x, y, z, H and height in meter, conventionally.
  AxyzHeight4Tuple
4-tuple (x, y, z, H) with orthometric height H, all in meter, conventionally.
  Axyzheight4Tuple
4-tuple (x, y, z, h) with ellipsoidal height h, all in meter, conventionally.
  AxyzNgeoid4Tuple
4-tuple (x, y, z, N) with geoid height N, all in meter, conventionally.
Functions
 
machine()
Return standard platform.machine, but distinguishing Intel native from Intel emulation on Apple Silicon (on macOS only).
Variables
  INT0 = 0
Function Details

machine()

 

Return standard platform.machine, but distinguishing Intel native from Intel emulation on Apple Silicon (on macOS only).

Returns:
Machine 'arm64' for Apple Silicon native, 'x86_64' for Intel native, "arm64_x86_64" for Intel emulation, etc. (str with commas replaced by underscores).