1.1.1.1.1. tds2stac.analysers.existence_validator module#

class tds2stac.analysers.existence_validator.ExistenceValidator(stac_dir: str = '/home/docs/checkouts/readthedocs.org/user_builds/tds2stac/checkouts/latest/docs', logger_properties: dict | None = {})[source]#

Bases: object

A class for verifying the main STAC catalog’s existence. This class is implemented in STACCreator.

Parameters:
  • stac_dir (st, Optional) – Directory of the main STAC catalog (*)

  • logger_properties (dict, optional) – A dictionary of properties for logger. default is None.

logger_properties: dict | None#

A dictionary of properties for logger. default is None. You can look at keys in Logger class.

stac_dir: str#

Directory of the main STAC catalog. It can be a relative or absolute path.