call polygonize() to turn paths into polygons

performance_testing
Jan Petykiewicz 2 years ago
parent f015e1e1c1
commit 79d41ddeb3

@ -56,7 +56,8 @@ def prepare_cell(
recursive=True,
)
flat = subset.flatten()
polygonized = subset.polygonize() # Polygonize Path shapes
flat = polgonized.flatten()
# load polygons
polys = []

Loading…
Cancel
Save