Skip to content

Commit 80c14bf

Browse files
committed
engine=fiona option added to geopandas read
1 parent e7e9b10 commit 80c14bf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tiling-explorer-2.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def _():
3030
@app.cell(hide_code=True)
3131
def _(gpd):
3232
# gdf = gpd.read_file("./examples/data/dummy-data.gpkg")
33-
gdf = gpd.read_file("https://dosull.github.io/weaving-space/tiling-explorer-2/examples/data/dummy-data.gpkg")
33+
gdf = gpd.read_file("https://dosull.github.io/weaving-space/tiling-explorer-2/examples/data/dummy-data.gpkg", engine="fiona")
3434
return (gdf,)
3535

3636

0 commit comments

Comments
 (0)