eomatch.Matchup.from_stac_item

eomatch.Matchup.from_stac_item#

classmethod Matchup.from_stac_item(item: Item) Matchup[source]#

Reconstruct a Matchup from a STAC Item.

Source ProductItems are rebuilt from the derived_from link targets. They carry geometry and timing information but no filesystem / API configuration — call product.set_api() and product.set_fs() before attempting a download.

Parameters:

item – STAC Item produced by to_stac_item().

Returns:

Matchup object.