Skip to content

Commit

Permalink
force usage fiona
Browse files Browse the repository at this point in the history
  • Loading branch information
mattijn committed May 22, 2024
1 parent 0f471f3 commit 4b721d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ dev = [
"mypy",
"pandas-stubs",
"types-jsonschema",
"types-setuptools",
"types-setuptools",
"fiona",
"geopandas @ git+https://github.com/mattijn/geopandas.git@read_file_adaptation",
]
doc = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
from vega_datasets import data
import geopandas as gpd

gpd.options.io_engine = "fiona"
# load data
gdf_quakies = gpd.read_file(data.earthquakes.url, driver="GeoJSON")
gdf_world = gpd.read_file(data.world_110m.url, driver="TopoJSON")
Expand Down

0 comments on commit 4b721d4

Please sign in to comment.