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_fromlink targets. They carry geometry and timing information but no filesystem / API configuration — callproduct.set_api()andproduct.set_fs()before attempting a download.- Parameters:
item – STAC Item produced by
to_stac_item().- Returns:
Matchup object.