-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
I am trying to search for multiple datasets:
catalog = pystac_client.Client.open("https://planetarycomputer.microsoft.com/api/stac/v1", modifier=planetary_computer.sign_inplace)
search = catalog.search(collections=['nasadem', 'esa-worldcover', 'jrc-gsw'], datetime='2021', bbox=bbox).item_collection()
However, each dataset is derived from a different time period. I would like to get the latest dataset for each collection instead of all available datasets
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request