Skip to content

Feature request: Search catalog for latest datetime #751

Open
@ben-epoch-blue

Description

@ben-epoch-blue

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

No one assigned

    Labels

    documentationImprovements or additions to documentationenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions