This commit is contained in:
Marius Stanciu
2019-10-17 02:49:12 +03:00
committed by Marius
parent 346dfdc906
commit e57b6ad082
3 changed files with 7 additions and 3 deletions

View File

@@ -6,6 +6,8 @@
# ##########################################################
from shapely.geometry import LineString
from shapely.affinity import rotate
import logging
log = logging.getLogger('base2')