sta2stac.analysers.item_info_retriever module#
- class sta2stac.analysers.item_info_retriever.ItemInfoHandler(logger_properties: dict = {})[source]#
Bases:
objectThis class is responsible for managing the STAC item’s metadata. It retrieves the STAC item’s automatically generated ID, title, and description. This class can also sed to override the STAC item’s automatically generated ID, Title, and Description with those specified by the user.
- Parameters:
logger_properties (dict) – A dictionary containing the logger properties.
- get_entity_tuples_info(sta_link: str, sta_version: str, entity: str, filter: str = '', requests_properties: dict = {})[source]#
Get the STAC item’s automatically generated ID, title, and description.
- get_thing_info(thing_json: dict)[source]#
A function to get the automatically generated ID, title, and description of a specific Thing.