Skip to content

Commit

Permalink
Swap Fiona to pyogrio
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryPetrochenkov-NOAA committed Dec 27, 2023
1 parent 6897562 commit bfc1a6e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ dev = ["pytest==7.2.2",
"colorama==0.4.6",
"build==0.10.0",
"twine==4.0.2",
"deepdiff==6.7.1",
"pystac-client==0.7.5",
"stackstac==0.5.0"
"deepdiff==6.7.1"
]

[project.urls]
Expand Down
3 changes: 3 additions & 0 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ matplotlib==3.7.1
contextily==1.3.0
flox==0.7.2
xskillscore==0.0.24
pyogrio==0.7.2
pystac-client==0.7.5
stackstac==0.5.0


###################################
Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def _load_gpkg(
geopandas GeoDataFrame.
"""
file_path = _build_map_file_path(file_name)
return gpd.read_file(file_path, *args, **kwargs)
return gpd.read_file(file_path, engine="pyogrio", *args, **kwargs)


def _load_xarray(
Expand Down

0 comments on commit bfc1a6e

Please sign in to comment.