Skip to content

ConvertLocationToECEFResult

Part of Reusable workflows in the Python API reference.

Related guidance: shipped-tooling.

Runnable examples: convert_location_to_ecef.py.

from picogrid_ecn_client.workflows import ConvertLocationToECEFResult

ECEF position and optional rotated velocity for a geodetic location.

ConvertLocationToECEFResult(*, position: ECEFPosition, velocity: ECEFVelocity | None)

Source · workflows/geodesy.py

NameTypeRequiredDefaultConstraintsDescription
positionECEFPositionyesEarth-centered, earth-fixed Cartesian position.
velocityECEFVelocity | NoneyesRotated ECEF velocity, or None when the location has no velocity.

Version 0.2.0 · branch main