docs: 📜 Made README clearer

This commit is contained in:
2025-12-06 07:49:37 +00:00
parent 5541d73e71
commit 1a6219f64d
2 changed files with 17 additions and 14 deletions
-5
View File
@@ -28,13 +28,8 @@ 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.
# locations.append(["TM0816", 608500, 216500, 1])
# locations.append(["TF6842", 568500, 342500, 1])
batch = BatchNimrod(Config)
timeseries = GenerateTimeseries(Config)
combiner = CombineTimeseries(Config, locations)