- Overview
- ECEFVelocity
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 ECEFVelocityVelocity on EPSG:4978 axes in metres per second.
ECEFVelocity(*, x: float, y: float, z: float)Fields
Section titled “Fields”| Name | Type | Required | Default | Constraints | Description |
|---|---|---|---|---|---|
| x | float | yes | — | finite | Finite velocity along the EPSG:4978 X axis in metres per second. |
| y | float | yes | — | finite | Finite velocity along the EPSG:4978 Y axis in metres per second. |
| z | float | yes | — | finite | Finite velocity along the EPSG:4978 Z axis in metres per second. |
Version 0.2.0 · branch main
