Skip to content

Commit

Permalink
added delauny triangulation & voronoi/thiessen polygons
Browse files Browse the repository at this point in the history
  • Loading branch information
vmarquar committed Jun 13, 2023
1 parent 164fe36 commit 6676d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_usage.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from gef_parser import read_gef_file
from utils.pytess_main import pytess_triangulate, pytess_voronoi
from utils.pytess_main import pytess_triangulate, pytess_voronoi # original code from pytess, see https://github.com/karimbahgat/Pytess

if __name__ == '__main__':

Expand Down

0 comments on commit 6676d83

Please sign in to comment.