Skip to content

Commit

Permalink
multiple types (corteva#784)
Browse files Browse the repository at this point in the history
Not actually a possessive, something like this?
  • Loading branch information
RichardScottOZ authored Jun 19, 2024
1 parent cea5736 commit bf2ad5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rioxarray/merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def merge_arrays(
Parameters
----------
dataarrays: list[xarray.DataArray]
List of xarray.DataArray's with all geo attributes.
List of multiple xarray.DataArray with all geo attributes.
The first one is assumed to have the same
CRS, dtype, and dimensions as the others in the array.
bounds: tuple, optional
Expand Down Expand Up @@ -187,7 +187,7 @@ def merge_datasets(
Parameters
----------
datasets: list[xarray.Dataset]
List of xarray.Dataset's with all geo attributes.
List of multiple xarray.Dataset with all geo attributes.
The first one is assumed to have the same
CRS, dtype, dimensions, and data_vars as the others in the array.
bounds: tuple, optional
Expand Down

0 comments on commit bf2ad5c

Please sign in to comment.