coordinates-3d
schema/elements/coordinates-3d/1.0.0/coordinates-3d.schema.json
A single point in 3D space, defined by x, y, and z coordinates. Used for fixed spatial positions such as survey station locations and electromagnetic channel positions.
The labels x, y, and z denote the first, second, and third axes of the object's
coordinate_reference_system — they do not imply easting, northing, and elevation. See
Coordinate reference systems and axis order.
Used by: survey-attribute-definition, frequency-domain-electromagnetic-channel, time-domain-electromagnetic-channel.
Properties
coordinates-3d (v1.0.0)
3D Coordinates
| Property | Type | Description | Flags |
|---|---|---|---|
| x | Number | x-coordinate position. | ✅ |
| y | Number | y-coordinate position. | ✅ |
| z | Number | z-coordinate position. | ✅ |
Legend
| Flag | Description |
|---|---|
| ⬆️ | Inherited property |
| ✅ | Required property |