planar-data-pointset
schema/objects/planar-data-pointset/1.3.0/planar-data-pointset.schema.json
The planar-data-pointset
schema is a variant of the generic pointset schema. See that schema for general information.
It enhances the base pointset by allowing planar data to be associated with each point.
Planar data
The planar data is specified using two angles and a boolean flag. The angles are the same as the first two used for specifying rotations.
- dip_azimuth angle. The azimuth of the dip direction.
- dip angle. The dip below horizontal.
- polarity. A boolean flag,
True
indicates positive polarity.
Locations
To define a pointset, the object requires a locations
property.
This property has four sub-properties, two for the planar data and two from the generic pointset schema.
plane_orientations
- a two column float array with the dip_azimuth and dip angles.plane_polarity
- a boolean array with the polarity flags.coordinates
- an array property with the coordinates (xyz) of each point.- An optional attribute list.
See also:
- The base pointset documentation.
- For a pointset with lineation measurements, see lineations-data-pointset.
Properties
planar-data-pointset (v1.3.0)
A set of structural planar data points and their associated attributes.
Property | Type | Description | Flags |
---|---|---|---|
name | String | Name of the object. | ⬆️ ✅ |
uuid | base-object-properties | Identifier of the object. | ⬆️ ✅ |
description | String | Optional field for adding additional description to uniquely identify this object. | ⬆️ |
extensions | Object | Extended properties that may be associated to the object, but not specified in the schema | ⬆️ |
tags | Object | Key-value pairs of user-defined metadata | ⬆️ |
lineage | lineage | Information about the history of the object | ⬆️ |
bounding_box | bounding-box | Bounding box of the spatial data. | ⬆️ ✅ |
coordinate_reference_system | crs | Coordinate system of the spatial data | ⬆️ ✅ |
schema | String | ✅ | |
locations | planar-data-pointset | The structural planar data and attributes. | ✅ |
Legend
Flag | Description |
---|---|
⬆️ | Inherited property |
✅ | Required property |