Skip to content

Commit 03fb12e

Browse files
fix if missing geopandas
1 parent b70fe5b commit 03fb12e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

overturemaps/core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
HAS_GEOPANDAS = True
2525
except ImportError:
2626
HAS_GEOPANDAS = False
27+
class GeoDataFrame: pass
2728

2829

2930
def _get_files_from_stac(theme: str, overture_type: str, bbox: tuple, release: str) -> Optional[List[str]]:

0 commit comments

Comments
 (0)