Skip to main content

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:

Properties

planar-data-pointset (v1.3.0)

A set of structural planar data points and their associated attributes.

PropertyTypeDescriptionFlags
nameStringName of the object.⬆️ ✅
uuidbase-object-propertiesIdentifier of the object.⬆️ ✅
descriptionStringOptional field for adding additional description to uniquely identify this object.⬆️
extensionsObjectExtended properties that may be associated to the object, but not specified in the schema⬆️
tagsObjectKey-value pairs of user-defined metadata⬆️
lineagelineageInformation about the history of the object⬆️
bounding_boxbounding-boxBounding box of the spatial data.⬆️ ✅
coordinate_reference_systemcrsCoordinate system of the spatial data⬆️ ✅
schemaString
locationsplanar-data-pointsetThe structural planar data and attributes.

Legend

FlagDescription
⬆️Inherited property
Required property