|
@ -468,6 +468,7 @@ class DailyPreprocessor(): |
|
|
# display(coord) |
|
|
# display(coord) |
|
|
cmatches = pd.concat(cmatches) |
|
|
cmatches = pd.concat(cmatches) |
|
|
self.match6 = pd.concat([self.match5, cmatches, self.coord]).drop_duplicates().sort_values(by=['inter_no', 'node_id', 'phase_no', 'ring_type']) |
|
|
self.match6 = pd.concat([self.match5, cmatches, self.coord]).drop_duplicates().sort_values(by=['inter_no', 'node_id', 'phase_no', 'ring_type']) |
|
|
|
|
|
self.match6 = self.match6.reset_index(drop=True) |
|
|
# self.match6.to_csv(os.path.join(self.path_intermediates, 'match6.csv')) |
|
|
# self.match6.to_csv(os.path.join(self.path_intermediates, 'match6.csv')) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|