- Overview
- Velocity
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 VelocityRepresent north/east/down velocity in metres per second.
Velocity(*, north: float, east: float, down: float)Fields
Section titled “Fields”| Name | Type | Required | Default | Constraints | Description |
|---|---|---|---|---|---|
| north | float | yes | — | finite | Finite northward velocity in metres per second. |
| east | float | yes | — | finite | Finite eastward velocity in metres per second. |
| down | float | yes | — | finite | Finite downward velocity in metres per second. |
Version 0.2.0 · branch main
