Skip to content

Export vertical flow flowlines (kcu = 150) with a modified geometry #263

@leendertvanwolfswinkel

Description

@leendertvanwolfswinkel
startpoint = Point(line.coords[0])
endpoint = Point(line.coords[-1])

start = translate(startpoint, xoff=1, yoff=1)   # +1 in x and y
end   = translate(endpoint, xoff=-1, yoff=-1) # -1 in x and y

line = LineString([start, end])

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions