Skip to content

Commit

Permalink
REF: Relax positional arguments requirement for clip (#809)
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 authored Oct 2, 2024
1 parent 8ff274c commit b423d94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rioxarray/raster_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -873,8 +873,8 @@ def clip_box(
def clip(
self,
geometries: Iterable,
*,
crs: Optional[Any] = None,
*,
all_touched: bool = False,
drop: bool = True,
invert: bool = False,
Expand Down
2 changes: 1 addition & 1 deletion rioxarray/raster_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,8 @@ def clip_box(
def clip(
self,
geometries: Iterable,
*,
crs: Optional[Any] = None,
*,
all_touched: bool = False,
drop: bool = True,
invert: bool = False,
Expand Down

0 comments on commit b423d94

Please sign in to comment.