TileDB icon indicating copy to clipboard operation
TileDB copied to clipboard

Tile metadata: fixing for ordered writes.

Open KiterLuc opened this issue 2 years ago • 1 comments

For ordered writes, it is possible to write incomplete tiles. The tile written to disk will add non written cells but with empty data. Unfortunately, the empty cells were considered by the tile metadata generator. To fix this, the tile metadata generator was modified to allow the processing of only a portion of the cells, then the dense tiler can run the generator only on the cells that are actually written.


TYPE: IMPROVEMENT DESC: Tile metadata: fixing for ordered writes.

KiterLuc avatar Sep 20 '22 16:09 KiterLuc

This pull request has been linked to Shortcut Story #21734: Fix ordered writer tile metadata.