stac
stac_fastapi.types.stac ¶
STAC types.
Catalog ¶
Bases: TypedDict
STAC Catalog.
Source code in stac_fastapi/types/stac_fastapi/types/stac.py
10 11 12 13 14 15 16 17 18 19 | |
Collection ¶
Bases: Catalog
STAC Collection.
Source code in stac_fastapi/types/stac_fastapi/types/stac.py
34 35 36 37 38 39 40 41 42 | |
Collections ¶
Bases: TypedDict
All collections endpoint. github.com/radiantearth/stac-api-spec/tree/master/collections
Source code in stac_fastapi/types/stac_fastapi/types/stac.py
70 71 72 73 74 75 76 77 78 | |
Conformance ¶
Bases: TypedDict
STAC Conformance Classes.
Source code in stac_fastapi/types/stac_fastapi/types/stac.py
28 29 30 31 | |
Item ¶
Bases: TypedDict
STAC Item.
Source code in stac_fastapi/types/stac_fastapi/types/stac.py
45 46 47 48 49 50 51 52 53 54 55 56 57 | |
ItemCollection ¶
Bases: TypedDict
STAC Item Collection.
Source code in stac_fastapi/types/stac_fastapi/types/stac.py
60 61 62 63 64 65 66 67 | |