Slot: Product Bounding Box (spatial_extent_bbox)
Bounding box of the source product (not the extracted subset), as [min_lon, min_lat, max_lon, max_lat].
Tier: recommended
Why this slot matters
The product footprint distinguishes "no value here" (the location lies outside the product's coverage) from "missing value" (the product covers it but the value is absent). Without it, out-of-extent patients look like data gaps and can be silently misinterpreted.
In plain terms
A bounding box is a rectangle drawn on the map that just barely contains all the data — four numbers giving its western, southern, eastern, and northern edges. Anything outside that rectangle was never covered by the dataset in the first place.
URI: envar:slot/spatial_extent_bbox
Applicable Classes
| Name |
Description |
Modifies Slot |
| SpatialReference |
Spatial provenance of an environmental exposure value: the native grid / foot... |
no |
Properties
Type and Range
Cardinality and Requirements
| Property |
Value |
| Multivalued |
Yes |
Examples
| Value |
| [-131.104, 14.075, -52.95, 53.038] |
See Also
Annotations
| property |
value |
| tier |
recommended |
| justification |
The product footprint distinguishes "no value here" (the location lies outside the product's coverage) from "missing value" (the product covers it but the value is absent). Without it, out-of-extent patients look like data gaps and can be silently misinterpreted. |
| explanation |
A bounding box is a rectangle drawn on the map that just barely contains all the data — four numbers giving its western, southern, eastern, and northern edges. Anything outside that rectangle was never covered by the dataset in the first place. |
| covered_by |
None |
Schema Source
Mappings
| Mapping Type |
Mapped Value |
| self |
envar:spatial_extent_bbox |
| native |
envar:spatial_extent_bbox |
LinkML Source
name: spatial_extent_bbox
annotations:
tier:
tag: tier
value: recommended
justification:
tag: justification
value: The product footprint distinguishes "no value here" (the location lies
outside the product's coverage) from "missing value" (the product covers it
but the value is absent). Without it, out-of-extent patients look like data
gaps and can be silently misinterpreted.
explanation:
tag: explanation
value: A bounding box is a rectangle drawn on the map that just barely contains
all the data — four numbers giving its western, southern, eastern, and northern
edges. Anything outside that rectangle was never covered by the dataset in the
first place.
covered_by:
tag: covered_by
annotations:
omop_gaia:
tag: omop_gaia
annotations:
extent:
tag: extent
value: full
status:
tag: status
value: verified
where:
tag: where
value: gaia_db data_source.spatial_coverage; meta_dcat_*.json spatialCoverage;
meta_etl_*.json extent (POLYGON WKT)
evidence:
tag: evidence
value: EnVar/examples/heat/COMPARISON.md §G (source-dataset spatial coverage
✅)
note:
tag: note
value: GAIA records the product footprint as a WKT polygon extent and
a DCAT spatialCoverage string.
degauss:
tag: degauss
annotations:
extent:
tag: extent
value: absent
status:
tag: status
value: asserted
where:
tag: where
value: no column
note:
tag: note
value: DeGAUSS emits no product bounding box.
amadeus:
tag: amadeus
annotations:
extent:
tag: extent
value: full
status:
tag: status
value: verified
where:
tag: where
value: thredds_dataset.xml projectionBox + LatLonBox (CONUS bbox)
evidence:
tag: evidence
value: EnVar/examples/heat/COMPARISON.md §G (source-dataset spatial coverage
✅)
note:
tag: note
value: The THREDDS dataset.xml gives the product footprint as projectionBox
and LatLonBox.
cher:
tag: cher
annotations:
extent:
tag: extent
value: partial
status:
tag: status
value: asserted
where:
tag: where
value: table_name spatial-extent code (Gxx/Txx/Cxx/sxx/bxx/cdX)
note:
tag: note
value: C-HER encodes spatial extent as a coded region (§2.2), not a numeric
min/max bounding box.
codata:
tag: codata
annotations:
extent:
tag: extent
value: out_of_layer
status:
tag: status
value: asserted
where:
tag: where
value: no column
note:
tag: note
value: A product's spatial bounding box is instance/discovery-layer detail
outside the conceptual EV/DDI-CDI layer.
description: Bounding box of the source *product* (not the extracted subset), as `[min_lon,
min_lat, max_lon, max_lat]`.
title: Product Bounding Box
examples:
- value: '[-131.104, 14.075, -52.95, 53.038]'
description: Daymet V4 product bounding box (CONUS + Hawaii + Puerto Rico); one
float per list element, ordered min_lon, min_lat, max_lon, max_lat
from_schema: https://w3id.org/linkml/microschemas/envar
see_also:
- https://datatracker.ietf.org/doc/html/rfc7946#section-5
rank: 1000
domain_of:
- SpatialReference
range: float
multivalued: true