Skip to content

get collections when title is None #286

Description

@benehiebl

If the collection title is None python throws an error although this is valid for the STAC specs.
Can be fixed by catching it in the get_selected_collections() function using e.g.:
item = (collection.title or collection.id) if title else collection.id

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions