Skip to content

Velocity

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 Velocity

Represent north/east/down velocity in metres per second.

Velocity(*, north: float, east: float, down: float)

Source · models/location.py

NameTypeRequiredDefaultConstraintsDescription
northfloatyesfiniteFinite northward velocity in metres per second.
eastfloatyesfiniteFinite eastward velocity in metres per second.
downfloatyesfiniteFinite downward velocity in metres per second.

Version 0.2.0 · branch main