compare_results
Theophile Terraz 2024-08-21 15:48:11 +02:00
parent 898aad3da5
commit 2951f5e093
3 changed files with 4 additions and 4 deletions

Binary file not shown.

Binary file not shown.

View File

@ -492,10 +492,10 @@ class ProfileXYZ(Profile, SQLSubModel):
line = []
if zz[self.number_points-1] < z:
line.append([station[self.number_points-1], z])
if len(line) > 2:
lines.append(geometry.LineString(line))
line = []
line.append([station[self.number_points-1], z])
if len(line) > 2:
lines.append(geometry.LineString(line))
line = []
return lines