Spaces:
Runtime error
Runtime error
Update utils/clean_data.py
Browse files- utils/clean_data.py +7 -0
utils/clean_data.py
CHANGED
@@ -139,6 +139,13 @@ def clean_geometry(wall, wkt):
|
|
139 |
coor_ccw_sort_index.append(sort_index)
|
140 |
|
141 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
142 |
coor_sort_lst = []
|
143 |
wall_sort_lst = []
|
144 |
for i in range(len(coor_ccw_sort_index)):
|
|
|
139 |
coor_ccw_sort_index.append(sort_index)
|
140 |
|
141 |
|
142 |
+
print(coor_ccw_sort_index)
|
143 |
+
print(len(coor_ccw_sort_index))
|
144 |
+
print(wall_ccw)
|
145 |
+
print(len(wall_ccw))
|
146 |
+
|
147 |
+
|
148 |
+
|
149 |
coor_sort_lst = []
|
150 |
wall_sort_lst = []
|
151 |
for i in range(len(coor_ccw_sort_index)):
|