We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fae268 commit 23f304aCopy full SHA for 23f304a
pystac_client/client.py
@@ -450,8 +450,9 @@ def get_items(
450
451
Args:
452
ids: Zero or more item ids to find.
453
- recursive: unused in pystac-client, but needed for falling back to pystac
454
-
+ recursive: If this client conforms to the ITEM_SEARCH conformance class,
+ this is unused and this will always yield items recursively.
455
+ Otherwise, this will only return items recursively if True or None.
456
Return:
457
Iterator[Item]: Iterator of items whose parent is this
458
catalog.
0 commit comments