fix variable name typo
This commit is contained in:
parent
9875d80e6a
commit
975d5b2548
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ def prepare_cell(
|
||||||
)
|
)
|
||||||
|
|
||||||
polygonized = subset.polygonize() # Polygonize Path shapes
|
polygonized = subset.polygonize() # Polygonize Path shapes
|
||||||
flat = polgonized.flatten()
|
flat = polygonized.flatten()
|
||||||
|
|
||||||
# load polygons
|
# load polygons
|
||||||
polys = []
|
polys = []
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue