Class: StacExtent¶
Spatial + temporal extent on a Collection. Closes R4-masked audit row for apps/vscode/src/types/stac.ts.
classDiagram
class StacExtent
click StacExtent href "../../classes/StacExtent/"
StacExtent : spatial
StacExtent --> "1" StacSpatialExtent : spatial
click StacSpatialExtent href "../../classes/StacSpatialExtent/"
StacExtent : temporal
StacExtent --> "1" StacTemporalExtent : temporal
click StacTemporalExtent href "../../classes/StacTemporalExtent/"
Slots¶
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| spatial | 1 StacSpatialExtent |
Spatial extent — one or more bounding boxes | direct |
| temporal | 1 StacTemporalExtent |
Temporal extent — one or more start/end intervals | direct |
Usages¶
| used by | used in | type | used |
|---|---|---|---|
| StacCollection | extent | range | StacExtent |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://debrief.info/schemas/debrief
Mappings¶
| Mapping Type | Mapped Value |
|---|---|
| self | debrief:StacExtent |
| native | debrief:StacExtent |
LinkML Source¶
Direct¶
name: StacExtent
description: Spatial + temporal extent on a Collection. Closes R4-masked audit row
for `apps/vscode/src/types/stac.ts`.
from_schema: https://debrief.info/schemas/debrief
attributes:
spatial:
name: spatial
description: Spatial extent — one or more bounding boxes.
from_schema: https://debrief.info/schemas/stac
rank: 1000
domain_of:
- StacExtent
range: StacSpatialExtent
required: true
inlined: true
temporal:
name: temporal
description: Temporal extent — one or more start/end intervals.
from_schema: https://debrief.info/schemas/stac
rank: 1000
domain_of:
- StacExtent
range: StacTemporalExtent
required: true
inlined: true
Induced¶
name: StacExtent
description: Spatial + temporal extent on a Collection. Closes R4-masked audit row
for `apps/vscode/src/types/stac.ts`.
from_schema: https://debrief.info/schemas/debrief
attributes:
spatial:
name: spatial
description: Spatial extent — one or more bounding boxes.
from_schema: https://debrief.info/schemas/stac
rank: 1000
alias: spatial
owner: StacExtent
domain_of:
- StacExtent
range: StacSpatialExtent
required: true
inlined: true
temporal:
name: temporal
description: Temporal extent — one or more start/end intervals.
from_schema: https://debrief.info/schemas/stac
rank: 1000
alias: temporal
owner: StacExtent
domain_of:
- StacExtent
range: StacTemporalExtent
required: true
inlined: true