chore: ⚙️ added option to delete processing files

This commit is contained in:
2025-11-19 08:35:18 +00:00
parent 9cb2ffb4da
commit 2251929244
6 changed files with 16 additions and 105 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ if __name__ == "__main__":
easting = int(row[2]) # Easting column
northing = int(row[3]) # Northing column
zone = int(row[6]) # ZoneID column
locations.append([zone_id, easting, northing, zone])
# # testing locations, can be removed.