- making the above fix accept few possibilities

This commit is contained in:
Marius Stanciu
2022-02-20 16:39:04 +02:00
committed by Marius
parent ae4a97120c
commit 7bbe1e69f9
4 changed files with 22 additions and 16 deletions

View File

@@ -5,7 +5,7 @@
# MIT Licence #
# ##########################################################
from PyQt6 import QtGui, QtWidgets
import os, sys
import os
from shapely.geometry import shape
from shapely.ops import unary_union
@@ -13,7 +13,6 @@ from shapely.affinity import scale, translate
import numpy as np
import rasterio
from rasterio import open as rasterio_open
from rasterio.features import shapes