Skip to main content

regular-2d-grid

schema/objects/regular-2d-grid/1.3.0/regular-2d-grid.schema.json

Represents a regularly-sampled two-dimensional grid (i.e., image) and data attached to the cells and vertices.

The grid implements spatial properties including a coordinate reference system and bounding box in world coordinates.

The grid origin is defined in three dimensions, along with rotation (defined per the Rotation schema component).

The size of the grid is specified in cells (see size), each of which has the same rectangular dimensions (see cell_size) throughout the grid.

Fields cell_attributes and vertex_attributes accept a variety of scalar values (see One of Attribute component), attached to either the cells (of length grid_size_x * grid_size_y) or vertices (of length [grid_size_x + 1] * [grid_size_y + 1]).

See also:

Properties

regular-2d-grid (v1.3.0)

A 2D regular grid (all cells are equal size).

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
originArray[Number]The coordinates of the origin [x,y,z]
sizeArray[Integer]The size of the entire grid. [grid_size_x, grid_size_y]
cell_sizeArray[Number]The size of each cell in the grid. [cell_size_x, cell_size_y]
rotationrotationOrientation of the grid.
cell_attributesone-of-attributeAttributes associated with the cells.
vertex_attributesone-of-attributeAttributes associated with the vertices.

Legend

FlagDescription
⬆️Inherited property
Required property