Skip to main content

pointset

schema/objects/pointset/1.3.0/pointset.schema.json

The pointset object captures a set of points in space and their associated attributes. This object is widely used in earth sciences for various applications such as geological mapping, geostatistical analysis, and environmental monitoring.

A pointset can represent different types of spatial data, including:

  • Sampling locations for mineral exploration
  • Monitoring stations for environmental studies
  • Observation points for geological surveys

Each point in the pointset is defined by its spatial coordinates and can have multiple associated attributes, such as:

  • Mineral grade
  • Contaminant concentration
  • Temperature

Locations

To define a pointset, the object requires a locations property.

This property has two sub-properties

  • coordinates - an array property with the coordinates (xyz) of each point.
  • An optional attribute list.

See also:

There are two derived schema for storing specific data at the locations.

Properties

pointset (v1.3.0)

A set of points in space 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
locationspointsetThe points in the pointset.

Legend

FlagDescription
⬆️Inherited property
Required property