stac
stac_fastapi.types.stac ¶
STAC types.
Catalog ¶
Bases: TypedDict
STAC Catalog.
Source code in stac_fastapi/types/stac_fastapi/types/stac.py
11 12 13 14 15 16 17 18 19 20 | |
Collection ¶
Bases: Catalog
STAC Collection.
Source code in stac_fastapi/types/stac_fastapi/types/stac.py
35 36 37 38 39 40 41 42 43 | |
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
71 72 73 74 75 76 77 78 79 | |
Conformance ¶
Bases: TypedDict
STAC Conformance Classes.
Source code in stac_fastapi/types/stac_fastapi/types/stac.py
29 30 31 32 | |
Item ¶
Bases: TypedDict
STAC Item.
Source code in stac_fastapi/types/stac_fastapi/types/stac.py
46 47 48 49 50 51 52 53 54 55 56 57 58 | |
ItemCollection ¶
Bases: TypedDict
STAC Item Collection.
Source code in stac_fastapi/types/stac_fastapi/types/stac.py
61 62 63 64 65 66 67 68 | |