Add processing_Script and processing_data and actris_level to output metadata

This commit is contained in:
2025-06-19 20:41:17 +02:00
parent a10cdf2fc5
commit c02549f013
2 changed files with 22 additions and 16 deletions

View File

@@ -32,7 +32,7 @@ def read_structured_file_as_dict(path_to_file):
_, path_head = os.path.split(path_to_file)
file_dict['name'] = path_head
file_dict['attributes_dict'] = {}
file_dict['attributes_dict'] = {'actris_level': 0, 'processing_date': utils.created_at(), 'processing_script' : os.path.relpath(thisFilePath,dimaPath)}
file_dict['datasets'] = []
try: