eomatch.Matchup.to_stac_item

eomatch.Matchup.to_stac_item#

Matchup.to_stac_item(event_id: str | None = None) Item[source]#

Return a STAC Item representing this matchup.

Parameters:

event_id – ID of the parent MatchupEvent STAC Item, if known.

Returns:

STAC Item for this matchup.

Raises:

ValueError – if no products are set.