scistag.common.essential_data.verify_data¶
- verify_data(identifier, archive_name, source_url, exp_size, exp_md5, quick=False)[source]¶
Verifies the SciStag data is available, downloads it if not and verifies it’s integrity
- Parameters
identifier – The zip archive’s global identifier
archive_name – The archive’s name
source_url – The url at where the current data set is provided
quick – Defines if a fast check shall be executed
exp_size – The expected file size
exp_md5 – The expected md5 value
- Return type
- Returns
True on success