config
stac_fastapi.api.config ¶
Application settings.
AddOns ¶
Bases: Enum
Enumeration of available third party add ons.
Source code in stac_fastapi/api/config.py
25 26 27 28 |
|
ApiExtensions ¶
Bases: Enum
Enumeration of available stac api extensions.
Ref: @stac-api-extensions
Source code in stac_fastapi/api/config.py
9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
|