Skip to content

ECEFVelocity

Part of Locations in the Python API reference.

Related guidance: concepts/locations, how-to/observe-location, how-to/pli-entities.

Runnable examples: publish_location.py, get_ecn_location.py.

from picogrid_ecn_client import ECEFVelocity

Velocity on EPSG:4978 axes in metres per second.

ECEFVelocity(*, x: float, y: float, z: float)

Source · models/location.py

NameTypeRequiredDefaultConstraintsDescription
xfloatyesfiniteFinite velocity along the EPSG:4978 X axis in metres per second.
yfloatyesfiniteFinite velocity along the EPSG:4978 Y axis in metres per second.
zfloatyesfiniteFinite velocity along the EPSG:4978 Z axis in metres per second.

Version 0.2.0 · branch main