stac
STAC-specific utilities.
get_links(data: dict) -> chain[dict]
¶
Get all links from a STAC response.
Source code in src/stac_auth_proxy/utils/stac.py
6 7 8 9 10 11 12 13 14 15 16 17 18 |
|