Skip to content

Commit 2eb2a73

Browse files
committed
bug fix
1 parent f97a163 commit 2eb2a73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

panopticon/spatial.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ def get_labels_and_polys(tif_file):
2323
return labels, polys
2424

2525
def get_gdf(labels, polys):
26+
from panopticon.utilities import import_check
2627
exit_code = import_check(
2728
"geopandas", 'pip install geopandas')
2829
if exit_code != 0:

0 commit comments

Comments
 (0)