- Overview
- convert_location_to_ecef
convert_location_to_ecef
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 convert_location_to_ecefConvert a public WGS-84 location and optional velocity to ECEF coordinates.
def convert_location_to_ecef(location: Location) -> ConvertLocationToECEFResultParameters
Section titled “Parameters”| Name | Type | Default | Description |
|---|---|---|---|
| location | Location | — | Geodetic location to convert locally. |
Returns
Section titled “Returns”| Type | Description |
|---|---|
| ConvertLocationToECEFResult | The ECEF position and, when present on location, its rotated velocity. |
Version 0.2.0 · branch main
