Skip to content

Load all coordinates in from_windowed_arrays #2885

Description

@erikvansebille

In #2752, we explicitly load lon, lat, and depth.

for dim in ["lon", "lat", "depth"]:
# ensure lon, lat, depth are loaded into memory for dask-backed datasets
if dim in self.data and is_dask_collection(self.data[dim]):
self.data[dim].load()

However, in #2860 we load all coordinate variables in to_chunk_cached_arrays. Probably better to do that also for to_windowed_arrays

see also discussion in #2860 (comment)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions