feat: Extraction now part of the main workflow

This commit is contained in:
2025-12-11 08:47:29 +00:00
parent 1c6418e044
commit d386317957
8 changed files with 112 additions and 18 deletions
+6 -1
View File
@@ -1,8 +1,13 @@
class Config:
TAR_TOP_FOLDER = "./tar_files"
GZ_TOP_FOLDER = "./gz_files"
DAT_TOP_FOLDER = "./dat_files"
ASC_TOP_FOLDER = "./asc_files"
COMBINED_FOLDER = "./combined_files"
ZONE_FOLDER = "./zone_inputs"
delete_dat_after_processing = False
delete_tar_after_processing = False
delete_gz_after_processing = True
delete_dat_after_processing = True
delete_asc_after_processing = True