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:
objectA 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.