Skip to main content

base-spatial-data-properties

schema/components/base-spatial-data-properties/1.1.0/base-spatial-data-properties.schema.json

The base-spatial-data-properties component extends base-object-properties with fields required by all spatial data objects. Most object schemas compose this component via allOf.

In addition to the inherited fields (name, uuid, description, etc.), it adds:

Axis order is defined by the CRS. The order, direction, and meaning of the coordinate axes (x/y/z, min_x/min_y/min_z, …) are determined by the object's coordinate_reference_system, following the axis order declared in the CRS (its WKT2 / EPSG definition). The labels x, y, and z denote the first, second, and third CRS axes — they do not imply easting, northing, and elevation. See Coordinate reference systems and axis order.

Used by: Most object schemas.

Properties

base-spatial-data-properties (v1.1.0)

Properties common to all types of Geoscience spatial data such as name, unique identifier, and bounding box

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

Legend

FlagDescription
⬆️Inherited property
Required property

Was this page helpful?