We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f97a163 commit 2eb2a73Copy full SHA for 2eb2a73
panopticon/spatial.py
@@ -23,6 +23,7 @@ def get_labels_and_polys(tif_file):
23
return labels, polys
24
25
def get_gdf(labels, polys):
26
+ from panopticon.utilities import import_check
27
exit_code = import_check(
28
"geopandas", 'pip install geopandas')
29
if exit_code != 0:
0 commit comments