TibbersHao

Results 2 issues of TibbersHao

This small PR adds a demonstration of the `write_block` functionality to the writing tutorial, as suggested in #693. Key components covered in the code block: - Pre-define `ArrayStructure` - Split...

With some of my recent work, I have extensively utilized the functionality of [`tiled.client.array.ArrayClient.write_block`](https://blueskyproject.io/tiled/reference/generated/tiled.client.array.ArrayClient.write_block.html) to write back single slices of 2d arrays to client during the result generation phase. If...