Skip to content

Commit 7351a9b

Browse files
Remove obsolete note about coarsening land cover data.
Co-authored-by: Yang <[email protected]>
1 parent b80c70d commit 7351a9b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/xarray_regrid/most_common.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,6 @@ def most_common(data: xr.Dataset, target_ds: xr.Dataset, time_dim: str) -> xr.Da
142142
check the following example:
143143
https://flox.readthedocs.io/en/latest/user-stories/custom-aggregations.html
144144
145-
Note that this module can not handle large dataset if it does not fit into the
146-
memory. In that case, please first coarsen the land cover data with the `coarse`
147-
function and then apply the regridder.
148-
149145
Args:
150146
data: Input dataset.
151147
target_ds: Dataset which coordinates the input dataset should be regrid to.

0 commit comments

Comments
 (0)