get_linked_image_item# get_linked_image_item(label_item: Item) → pystac.item.Item | None[source]# Find link in the item that has “rel” == “source” and return its “target” item. If no such link, return None. If multiple such links, raise an exception. Parameters: label_item (Item) – Return type: pystac.item.Item | None