-
Notifications
You must be signed in to change notification settings - Fork 0
Closed as not planned
Labels
enhancementNew feature or requestNew feature or request
Description
This looks maybe promising for an alternative to xbatcher:
xarray-contrib/xbatcher#165 (comment)
batch = (
ds
.rolling({"nlat": 3, "nlon": 3})
.construct({"nlat": "nlat_input", "nlon": "nlon_input"})
.stack({"input_batch": ("nlat", "nlon")}, create_index=False)
)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request