Skip to content

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_ecef

Convert a public WGS-84 location and optional velocity to ECEF coordinates.

def convert_location_to_ecef(location: Location) -> ConvertLocationToECEFResult
NameTypeDefaultDescription
locationLocationGeodetic location to convert locally.
TypeDescription
ConvertLocationToECEFResultThe ECEF position and, when present on location, its rotated velocity.

Source · workflows/geodesy.py

Version 0.2.0 · branch main