Skip to content

Concatenating DataArray objects lazily? #7384

Answered by TomNicholas
krikru asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @krikru , you'll want to read #4628. Basically if you ensure your xarray variables are backed by dask arrays then concat should be lazy, but right now if your variables are backed by numpy arrays (i.e. they have been .load()-ed into memory) then xarray will do a lot of things lazily, but not concat (yet).

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@krikru
Comment options

@TomNicholas
Comment options

Answer selected by dcherian
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants