lonboard icon indicating copy to clipboard operation
lonboard copied to clipboard

Chunking issues with Arrow input.

Open kylebarron opened this issue 1 year ago • 0 comments

We have some chunking issues with Arrow input because the input can already have chunking structure, and thus to_batches() won't work.

Steps to reproduce the bug

Run the overture notebook example

without

table = table.combine_chunks()

The table itself and the numpy heights and color arrays will have different chunking structure and the rendering will fail with a deck.gl-layers assertion failure.

kylebarron avatar Apr 23 '24 13:04 kylebarron