Skip to main content

bounding-box

schema/components/bounding-box/1.0.1/bounding-box.schema.json

The bounding-box component defines the geographic extents of a spatial dataset as an axis-aligned box:

  • min_x, max_x — Extents along the first CRS axis.
  • min_y, max_y — Extents along the second CRS axis.
  • min_z, max_z — Extents along the third CRS axis.

All six fields are required.

Each min_*/max_* pair gives the extent along the corresponding CRS axis (*_x → first axis, *_y → second axis, *_z → third axis), not necessarily easting/northing/elevation. The order, direction, and meaning of the axes are defined by the object's coordinate_reference_system. See Coordinate reference systems and axis order.

Used by: base-spatial-data-properties, geometry-part.

Properties

bounding-box (v1.0.1)

Defines the geographic bounds of the dataset

PropertyTypeDescriptionFlags
min_xNumberminimum value on the x-axis
max_xNumbermaximum value on the x-axis
min_yNumberminimum value on the y-axis
max_yNumbermaximum value on the y-axis
min_zNumberminimum value on the z-axis
max_zNumbermaximum value on the z-axis

Legend

FlagDescription
⬆️Inherited property
Required property

Was this page helpful?