types
stac_fastapi.extensions.aggregation.types ¶
Aggregation Extension types.
Aggregation ¶
Bases: TypedDict
A STAC aggregation.
Source code in stac_fastapi/extensions/stac_fastapi/extensions/aggregation/types.py
22 23 24 25 26 27 28 29 | |
AggregationCollection ¶
Bases: TypedDict
STAC Item Aggregation Collection.
Source code in stac_fastapi/extensions/stac_fastapi/extensions/aggregation/types.py
32 33 34 35 36 37 | |