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
| Property | Type | Description | Flags |
|---|---|---|---|
| min_x | Number | minimum value on the x-axis | ✅ |
| max_x | Number | maximum value on the x-axis | ✅ |
| min_y | Number | minimum value on the y-axis | ✅ |
| max_y | Number | maximum value on the y-axis | ✅ |
| min_z | Number | minimum value on the z-axis | ✅ |
| max_z | Number | maximum value on the z-axis | ✅ |
Legend
| Flag | Description |
|---|---|
| ⬆️ | Inherited property |
| ✅ | Required property |