small change

This commit is contained in:
2025-11-11 18:42:49 +00:00
parent 19dbfc1958
commit a40e6d2872
3 changed files with 10 additions and 5 deletions
+3
View File
@@ -32,6 +32,9 @@ class BatchNimrod():
with open(out_file_path, "w") as outfile:
image.extract_asc(outfile)
# delete dat file here
logging.debug(f"Successfully processed: {in_file_full}")
except Nimrod.HeaderReadError as e:
-1
View File
@@ -19,7 +19,6 @@ class CombineTimeseries:
def combine_csv_files(self):
for group, loc_list in self.grouped_locations.items():
print(f"Group {group}:")
combined_df = None
for loc in loc_list:
csv_to_load = f'./csv_files/{loc[0]}_timeseries_data.csv'