- Overview
- ConvertLocationToECEFResult
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 ConvertLocationToECEFResultECEF position and optional rotated velocity for a geodetic location.
ConvertLocationToECEFResult(*, position: ECEFPosition, velocity: ECEFVelocity | None)Fields
Section titled “Fields”| Name | Type | Required | Default | Constraints | Description |
|---|---|---|---|---|---|
| position | ECEFPosition | yes | — | — | Earth-centered, earth-fixed Cartesian position. |
| velocity | ECEFVelocity | None | yes | — | — | Rotated ECEF velocity, or None when the location has no velocity. |
Version 0.2.0 · branch main
