coiled / dask-community

Issue tracker for the Dask community team
MIT License
2 stars 0 forks source link

[Stack Overflow] How do I get the original i,j,k location in a blockwise operation #518

Open github-actions[bot] opened 2 years ago

github-actions[bot] commented 2 years ago

If I have an operation like dask_array_object.blocks.ravel() and iterate over the blocks resulting from that:

 dask.array<blocks, shape=(156, 156, 2126), dtype=float32, chunksize=(156, 156, 2126), chunktype=numpy.ndarray>,
 dask.array<blocks, shape…

Would you like to know more?

Read the full article on the following website:

https://stackoverflow.com/questions/71176744/how-do-i-get-the-original-i-j-k-location-in-a-blockwise-operation

pavithraes commented 2 years ago

Same as #489