We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7e9b10 commit 80c14bfCopy full SHA for 80c14bf
tiling-explorer-2.py
@@ -30,7 +30,7 @@ def _():
30
@app.cell(hide_code=True)
31
def _(gpd):
32
# 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")
+ gdf = gpd.read_file("https://dosull.github.io/weaving-space/tiling-explorer-2/examples/data/dummy-data.gpkg", engine="fiona")
34
return (gdf,)
35
36
0 commit comments