- commented some debug messages

- imported speedups for shapely
This commit is contained in:
Marius Stanciu
2019-02-07 01:36:37 +02:00
committed by Marius S
parent 700222d5dc
commit 6c6a802afb
4 changed files with 6 additions and 3 deletions

View File

@@ -31,6 +31,7 @@ from shapely.wkt import loads as sloads
from shapely.wkt import dumps as sdumps
from shapely.geometry.base import BaseGeometry
from shapely.geometry import shape
from shapely import speedups
from collections import Iterable