planetary-computer-sdk-for-python
planetary-computer-sdk-for-python copied to clipboard
Support signing `list[pystac.Item]`
Currently we don't traverse builtin collections (aside from dictionaries with a known set of keys for kerchunk). With https://github.com/stac-utils/pystac-client/issues/237 we might be pushing users towards list(search.get_item()) and we'd want to be able to sign that.