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 X axis.min_y,max_y— Extents along the Y axis.min_z,max_z— Extents along the Z axis.
All six fields are required.
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 |