locations
schema/components/locations/1.0.1/locations.schema.json
The locations component represents a set of point coordinates in 3D space. It is used by objects such as
pointset and others that need to define spatial positions.
coordinates— An array of 3D coordinates (x, y, z), stored as afloat-array-3element. The column order follows the axis order declared in the object'scoordinate_reference_system; the labelsx,y,zdenote the first, second, and third CRS axes, not necessarily easting/northing/elevation. See Coordinate reference systems and axis order.
Attributes can be associated with locations via the optional attribute list (see Understanding attributes).
Used by: downhole-collection, downhole-intervals, geophysical-records-1d, lineations-data-pointset, local-ellipsoids, planar-data-pointset, pointset.
Properties
locations (v1.0.1)
Locations are coordinates in 3D space.
| Property | Type | Description | Flags |
|---|---|---|---|
| coordinates | float-array-3 | Coordinates. Columns: x, y, z. | ✅ |
Legend
| Flag | Description |
|---|---|
| ⬆️ | Inherited property |
| ✅ | Required property |