This commit is contained in:
2025-11-18 21:18:02 +00:00
parent e38d21598f
commit c8e703c2e8
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -4,5 +4,5 @@ class Config:
CSV_TOP_FOLDER = "./csv_files"
COMBINED_FOLDER = "./combined_files"
ZONE_FOLDER = "./zone_inputs"
AREAS_FILE = "areas.csv"
delete_dat_after_processing = False
+3 -3
View File
@@ -31,9 +31,9 @@ if __name__ == "__main__":
locations.append([zone_id, easting, northing, zone])
# testing locations, can be removed.
locations.append(["TM0816", 608500, 216500, 1])
locations.append(["TF6842", 568500, 342500, 1])
# # testing locations, can be removed.
# locations.append(["TM0816", 608500, 216500, 1])
# locations.append(["TF6842", 568500, 342500, 1])
batch = BatchNimrod(Config)
timeseries = GenerateTimeseries(Config)